This project is a playground for implementing algorithms.
For now next algorithms are available:
sort:
- bubble
- count
- insert
- merge
- quick
- heap
search:
- in matrix sorted by rows and columns
- dfs
- bfs
- binary
misc:
- polynomial derivative in string representation
- simple big int arithmetics with "+" and "-" operations