Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/realslimshanky/learning-algorithms
https://github.com/realslimshanky/learning-algorithms
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/realslimshanky/learning-algorithms
- Owner: realslimshanky
- Created: 2017-08-17T20:20:57.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-08-27T13:25:47.000Z (over 7 years ago)
- Last Synced: 2024-11-17T06:56:06.237Z (about 2 months ago)
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Learning-Algorithms
* Definition
* [1] Page 18
* Asymptotic Notation (Big - O, Omega, Theta)
* [1] Page 22
* Master's Theorm (Divide/Conquer and Substract/Conquer)
* [1] Page 27
* Recursion
* [1] Page 42
* Tower Of Hanoi Problem
* [Explanation](http://interactivepython.org/runestone/static/pythonds/Recursion/TowerofHanoi.html)
* [Visualization](http://www.algomation.com/algorithm/towers-hanoi-recursive-visualization)
* [1] Page 44
* Backtracking
* [1] Page 45
* Linked List
* [1] Page 48
* Memory Efficient Linked List
* [1] Page 66
* Finding start of the loop
* [1] Page 79
* http://umairsaeed.com/blog/2011/06/23/finding-the-start-of-a-loop-in-a-circular-linked-list/
* Dynamic Programming
* [1] Page 416
[1] Data Structure And Algorithmic Thinking Using Python (Book)