We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9debd5 commit 5c252f3Copy full SHA for 5c252f3
Week50.ipynb
@@ -17,6 +17,7 @@
17
" * insert a \"G\" between \"A\" and \"C\" (\"ACTG\" -> \"AGCTG\")\n",
18
" * remove the \"T\" (\"AGCTG\" -> \"AGCG\")\n",
19
" * insert a \"T\" at the end (\"AGCG\" -> \"AGCGT\")\n",
20
+ "* NOTE: THIS IS THE EDIT DISTANCE PROBLEM\n",
21
"\n",
22
"Solution:\n",
23
"* Brute force: try all possible transformations and pick the one with the least operations\n",
@@ -44,7 +45,7 @@
44
45
},
46
"language_info": {
47
"name": "python",
- "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"
49
50
"orig_nbformat": 4,
51
"vscode": {
0 commit comments