Algorithms & data structures
alg_ds::{alg, ds}
Search algorithms:
name
complexity
max
O(n)
min
O(n)
binary
O(log
2
n)
Sort algorithms:
name
complexity
selection
O(n
2
)
quick
O(n log
2
n)
Data structures:
name
description
Table
two-dimensional array