Skip to content

Commit

Permalink
small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidLeoni committed Sep 26, 2019
1 parent d0857dd commit 076e509
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 10 deletions.
11 changes: 9 additions & 2 deletions exercises/strings/strings-solution.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -542,14 +542,21 @@
"\n",
"In particular, you may check:\n",
"\n",
"* [Detect Capital](https://leetcode.com/problems/detect-capital/description/)\n",
"* [Unique email addresses](https://leetcode.com/problems/unique-email-addresses/description/)\n",
"* [Unique Morse codes](https://leetcode.com/problems/unique-morse-code-words/description/)\n",
"* [Robot return to origin](https://leetcode.com/problems/robot-return-to-origin/description/)\n",
"* [Reverse Words in a String III](https://leetcode.com/problems/reverse-words-in-a-string-iii/description/)\n",
"* [Unique Morse codes](https://leetcode.com/problems/unique-morse-code-words/description/)\n",
"* [Goat Latin](https://leetcode.com/problems/goat-latin/description/)\n",
"* [Detect Capital](https://leetcode.com/problems/detect-capital/description/)\n",
"* [Count Binary Substrings](https://leetcode.com/problems/count-binary-substrings/description/)"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
Expand Down
20 changes: 12 additions & 8 deletions slides.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -136,15 +136,19 @@
"\n",
"Thursday 26 Sep 2019\n",
"\n",
"[python basics exercises](exercises/basics/basics-solution.ipynb)"
"#### Links\n",
"\n",
"lab site: [datasciprolab.readthedocs.org](http://datasciprolab.readthedocs.org)\n",
"\n",
"**If you didn't yet, please fill questionnaire**: https://tinyurl.com/y6nlnx7l\n",
"\n",
"* [All Google Colab scratchpads](https://drive.google.com/drive/folders/17cAdDWOFoSJ1hzHrYmx7EanqbqEqxZ3w?usp=sharing)\n",
"* [Second Google Colab](https://drive.google.com/open?id=1_McK48wpvTD3CVizIafavYcbt6EVZbgf)\n",
" (for code shown during lesson)\n",
"\n",
"* Lesson: [Python basics](exercises/basics/basics-solution.ipynb)\n",
"* Lesson: [strings (maybe, file IN PROGRESS)](exercises/strings/strings-solution.ipynb)"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
Expand Down

0 comments on commit 076e509

Please sign in to comment.