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

https://github.com/kolosovpetro/classical-algorithms

Set of Classical Algorithms in C#
https://github.com/kolosovpetro/classical-algorithms

algorithms algorithms-and-data-structures

Last synced: 7 months ago
JSON representation

Set of Classical Algorithms in C#

Awesome Lists containing this project

README

          

# Classical Algorithms

Repository with implementations of classical algorithms.

## Algorithms Implemented

- Sieve of Eratosthenes
- Maximum sub-array problem
- Euclidian greatest common divisor
- Coin change problem (Greedy, Dynamic)

## List of important algorithms

https://medium.com/techie-delight/top-algorithms-data-structures-concepts-every-computer-science-student-should-know-e0549c67b4ac