Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/nikolasent/algorithm-collection

Personal collection of classical algorithms
https://github.com/nikolasent/algorithm-collection

algorithm algorithms cpp numerical-methods sorting-algorithms

Last synced: 19 days ago
JSON representation

Personal collection of classical algorithms

Awesome Lists containing this project

README

        

# Algorithms

This repository is a personal collection of classical algorithms. It will be constantly supplemented. The collection can be used to recall algorithms for coding interview or for practice.

## Categories

* [Sorting](/sorting)
* Bubble sort
* Insertion sort
* Selection sort
* Shell sort
* Merge sort

* [Mathematical algorithms](/math)
* Factorial
* Prime factorization
* Fibonacci numbers
* Euclid's GCD Algorithm

* [Numerical methods](/numerical)
* Fixed-point iteration
* Newton method
* Secant method
* Tridiagonal matrix algorithm