Skip to content

Commit e263eb1

Browse files
committed
Updating the assignments
1 parent 48565d0 commit e263eb1

File tree

2 files changed

+8
-12
lines changed

2 files changed

+8
-12
lines changed

02-assignments/assignment_1.ipynb

+3-5
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,9 @@
1414
"\n",
1515
"Please complete this individually.\n",
1616
"\n",
17-
"## Outline\n",
17+
"## Part 1:\n",
1818
"\n",
19-
"### Part 1:\n",
20-
"\n",
21-
"You will be assigned one of three problems based of your first name. Execute the code below, and that will tell you your assigned problem. Include the output as part of your submission (do not clear the output). The problems are based-off problems from Leetcode. \n"
19+
"_*You will be assigned one of three problems based of your first name. Execute the code below, and that will tell you your assigned problem. Include the output as part of your submission (do not clear the output). The problems are based-off problems from Leetcode.*_\n"
2220
]
2321
},
2422
{
@@ -189,7 +187,7 @@
189187
"metadata": {},
190188
"source": [
191189
"\n",
192-
"### Part 2:\n",
190+
"## Part 2:\n",
193191
"\n",
194192
"- Paraphrase the problem in your own words\n"
195193
]

02-assignments/assignment_2.ipynb

+5-7
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,13 @@
88
"\n",
99
"## Objective\n",
1010
"\n",
11-
"The partner assignment aims to provide students with the opportunity to practice coding in an interview context. You will analyze your partner's Assignment 1. Moreover, code reviews are common practice in a software development team. This assignment should give you a taste of the code review process.\n",
11+
"_*The partner assignment aims to provide students with the opportunity to practice coding in an interview context. You will analyze your partner's Assignment 1. Moreover, code reviews are common practice in a software development team. This assignment should give you a taste of the code review process.*_\n",
1212
"\n",
1313
"## Group Size\n",
1414
"\n",
1515
"Each group should have 2 people. You will be assigned a partner\n",
1616
"\n",
17-
"## Outline\n",
18-
"\n",
19-
"### Part 1:\n",
17+
"## Part 1:\n",
2018
"\n",
2119
"You and your partner should send to each other your Assignment 1 submission."
2220
]
@@ -26,7 +24,7 @@
2624
"metadata": {},
2725
"source": [
2826
"\n",
29-
"### Part 2:\n",
27+
"## Part 2:\n",
3028
"\n",
3129
"Create a Jupyter Notebook, create 6 of the following headings, and complete the following about the your partner's assignment 1:\n",
3230
"\n",
@@ -132,7 +130,7 @@
132130
"metadata": {},
133131
"source": [
134132
"\n",
135-
"### Part 3:\n",
133+
"## Part 3:\n",
136134
"\n",
137135
"Please write a 200 word reflection documenting your studying process from assignment 1, and your presentation and reviewing experience with your partner at the bottom of the Juypter Notebook under a new heading \"Reflection.\" Again, export this Notebook as pdf.\n"
138136
]
@@ -160,7 +158,7 @@
160158
"\n",
161159
"## Submission Requirements \n",
162160
"\n",
163-
"In the same repository you submitted assignment 1, please ADD the following\n",
161+
"In the same repository you submitted assignment 1, please ADD the following:\n",
164162
"\n",
165163
"- The PDF of the Jupyter Notebook you created for Assignment 2.\n",
166164
"\n",

0 commit comments

Comments
 (0)