@a-arsenij/std
v0.0.33
Published
[Link to npm](https://www.npmjs.com/package/@a-arsenij/std)
Readme
@a-arsenij/std
A bunch of standard algorithms and data structures that I carry from one project to another.
Includes:
- AVL tree
- Deque (array with O(1) insertion and deletion from both head and tail)
- LRU cache
- Bitmap
Also, some tools for random sequences, padLeft/padRight (lol), arrays/maps utils.
