https://github.com/alainakafkes/algorithm-commonplace
Collection of some of the cool algorithms that I've implemented
https://github.com/alainakafkes/algorithm-commonplace
algorithm-challenges algorithms
Last synced: 12 months ago
JSON representation
Collection of some of the cool algorithms that I've implemented
- Host: GitHub
- URL: https://github.com/alainakafkes/algorithm-commonplace
- Owner: alainakafkes
- Created: 2016-08-09T01:09:36.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-02-21T19:41:48.000Z (over 9 years ago)
- Last Synced: 2025-02-22T01:42:45.535Z (over 1 year ago)
- Topics: algorithm-challenges, algorithms
- Language: Python
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Algorithm Commonplace
### Table of Contents
1. **Manacher's Algorithm**: for finding the longest palindromic substring in a string in O(n) time & space
2. **Gradient Descent**
3. **Newton's Method**