Skip to content

Commit f773a92

Browse files
Week 58
1 parent cac4a60 commit f773a92

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

Week58.ipynb

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"cells": [
3+
{
4+
"attachments": {},
5+
"cell_type": "markdown",
6+
"metadata": {},
7+
"source": [
8+
"## Project: Comparing DNA\n",
9+
"\n",
10+
"Finish implementing step 5:\n",
11+
"- fill in the table based on the 3 DP transitions\n",
12+
"- if both letters are the same, diagonal has no extra cost\n",
13+
"\n",
14+
"**Hint**: You can use the `min` function to find the minimum of a list of numbers."
15+
]
16+
}
17+
],
18+
"metadata": {
19+
"language_info": {
20+
"name": "python"
21+
},
22+
"orig_nbformat": 4
23+
},
24+
"nbformat": 4,
25+
"nbformat_minor": 2
26+
}

0 commit comments

Comments
 (0)