Skip to content

Commit

Permalink
corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
rohitd3 committed Apr 28, 2023
1 parent 958aa4d commit b58fe98
Showing 1 changed file with 101 additions and 1 deletion.
102 changes: 101 additions & 1 deletion _notebooks/2023-04-27-frqpractice2017.ipynb
Original file line number Diff line number Diff line change
@@ -1,9 +1,25 @@
{
"cells": [
{
"attachments": {},
"cell_type": "markdown",
"metadata": {},
"source": []
"source": [
"# FRQ 2017 Running Code\n",
"> Reviewed by Nathan Shih\n",
"\n",
"- toc: true \n",
"- comments: true\n",
"- categories: [java]"
]
},
{
"attachments": {},
"cell_type": "markdown",
"metadata": {},
"source": [
"## 2017 FRQ"
]
},
{
"cell_type": "code",
Expand Down Expand Up @@ -86,6 +102,22 @@
"Digits.main(null);"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"<img width=\"862\" alt=\"image\" src=\"https://user-images.githubusercontent.com/44128572/235208661-6e94ac88-4d2a-44ee-8b14-aba760486a83.png\">\n"
]
},
{
"attachments": {},
"cell_type": "markdown",
"metadata": {},
"source": [
"## a) 5/5 all reqiuirements are met\n",
"## b) 4/4 all reqiuirements are met"
]
},
{
"cell_type": "code",
"execution_count": 4,
Expand Down Expand Up @@ -177,6 +209,22 @@
"MultPractice.main(null);"
]
},
{
"attachments": {},
"cell_type": "markdown",
"metadata": {},
"source": [
"<img width=\"862\" alt=\"image\" src=\"https://user-images.githubusercontent.com/44128572/235208844-ef9f0b16-e3cb-46d2-ae38-d7d2fcee223f.png\">\n"
]
},
{
"attachments": {},
"cell_type": "markdown",
"metadata": {},
"source": [
"## 8/9 requirements are met"
]
},
{
"cell_type": "code",
"execution_count": 4,
Expand Down Expand Up @@ -265,6 +313,23 @@
"Phrase.main(null);"
]
},
{
"attachments": {},
"cell_type": "markdown",
"metadata": {},
"source": [
"<img width=\"881\" alt=\"image\" src=\"https://user-images.githubusercontent.com/44128572/235209030-ffe72e8a-41d5-4656-8141-a1d925cb05c4.png\">\n"
]
},
{
"attachments": {},
"cell_type": "markdown",
"metadata": {},
"source": [
"## a) 4/4 all reqiuirements are met\n",
"## b) Does not utilize findNthOccurrence therefore 3/4"
]
},
{
"cell_type": "code",
"execution_count": 15,
Expand Down Expand Up @@ -334,6 +399,23 @@
"Position.main(null);"
]
},
{
"attachments": {},
"cell_type": "markdown",
"metadata": {},
"source": [
"<img width=\"862\" alt=\"image\" src=\"https://user-images.githubusercontent.com/44128572/235209597-375a2a55-a3dd-4d7a-8148-6b10242a92b2.png\">"
]
},
{
"attachments": {},
"cell_type": "markdown",
"metadata": {},
"source": [
"## a) 5/5 all reqiuirements are met\n",
"## b) 4/4 all reqiuirements are met"
]
},
{
"cell_type": "code",
"execution_count": 30,
Expand Down Expand Up @@ -397,6 +479,24 @@
"}\n",
"ArrayManipulation.main(null);"
]
},
{
"attachments": {},
"cell_type": "markdown",
"metadata": {},
"source": [
"<img width=\"875\" alt=\"image\" src=\"https://user-images.githubusercontent.com/44128572/235210109-e8736de1-6d23-4c25-a1ed-0ea10b6f7576.png\">"
]
},
{
"attachments": {},
"cell_type": "markdown",
"metadata": {},
"source": [
"## a) 2/2 all reqiuirements are met\n",
"## b) 4/4 all reqiuirements are met\n",
"## c) incomplete"
]
}
],
"metadata": {
Expand Down

0 comments on commit b58fe98

Please sign in to comment.