Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
bangoc123 committed May 20, 2020
2 parents 9f3e6d4 + 1dde45e commit 71e754b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion python-tutorials/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,6 @@ Python là ngôn ngữ được dùng nhiều nhất để làm Machine Learning
- **e. Hàm**
- [Hàm và các vấn đề liên quan](https://github.com/bangoc123/learn-machine-learning-in-two-months/blob/master/python-tutorials/function.ipynb)
- **f. Thuật toán**
- [Dijkstra](https://github.com/bangoc123/learn-machine-learning-in-two-months/blob/master/python-tutorials/dijkstra.ipynb): thuật toán tìm đường đi ngắn nhất từ một điểm bất kỳ đến các điểm còn lại
- [Dijkstra](https://github.com/bangoc123/learn-machine-learning-in-two-months/blob/master/python-tutorials/dijkstra.ipynb): thuật toán tìm đường đi ngắn nhất từ một điểm bất kỳ đến các điểm còn lại
- [Linear + Binary Search](https://github.com/bangoc123/learn-machine-learning-in-two-months/blob/master/python-tutorials/BinarySearch.ipynb)
- [Backtracking](https://github.com/bangoc123/learn-machine-learning-in-two-months/blob/master/algorithms/graph/backtracking/backtracking.MD)

0 comments on commit 71e754b

Please sign in to comment.