Tested on linux, windows.
Further support for this library is not planned. At the moment, it is a "wrapper" of its two dependencies: - alg_ds - vfsys
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.