| Crates.io | toolbox |
| lib.rs | toolbox |
| version | 0.2.8 |
| created_at | 2019-06-01 13:00:00.639391+00 |
| updated_at | 2020-06-23 03:56:26.785869+00 |
| description | Simple tools for daily use |
| homepage | https://github.com/dvshapkin/toolbox |
| repository | https://github.com/dvshapkin/toolbox |
| max_upload_size | |
| id | 138298 |
| size | 10,513 |
Tested on linux, windows.
Further support for this library is not planned. At the moment, it is a "wrapper" of its two dependencies:
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.