An open API service indexing awesome lists of open source software.

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

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**