Tested on linux, windows.
Search algorithms:
name | complexity |
---|---|
max | O(n) |
min | O(n) |
binary | O(log2n) |
Sort algorithms:
name | complexity |
---|---|
selection | O(n2) |
quick | O(n log2n) |
Matrix data structure (two-dimensional array)
Virtual file system for convenient work with relative paths.