Skip to content

Commit 5c252f3

Browse files
Add note
1 parent f9debd5 commit 5c252f3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Week50.ipynb

+2-1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
" * insert a \"G\" between \"A\" and \"C\" (\"ACTG\" -> \"AGCTG\")\n",
1818
" * remove the \"T\" (\"AGCTG\" -> \"AGCG\")\n",
1919
" * insert a \"T\" at the end (\"AGCG\" -> \"AGCGT\")\n",
20+
"* NOTE: THIS IS THE EDIT DISTANCE PROBLEM\n",
2021
"\n",
2122
"Solution:\n",
2223
"* Brute force: try all possible transformations and pick the one with the least operations\n",
@@ -44,7 +45,7 @@
4445
},
4546
"language_info": {
4647
"name": "python",
47-
"version": "3.9.6 (default, Oct 18 2022, 12:41:40) \n[Clang 14.0.0 (clang-1400.0.29.202)]"
48+
"version": "3.9.6"
4849
},
4950
"orig_nbformat": 4,
5051
"vscode": {

0 commit comments

Comments
 (0)