[Link to npm](https://www.npmjs.com/package/@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)
- Priority queue
- LRU cache
- Bitmap
Also, some tools for random sequences, padLeft/padRight (lol), arrays/maps utils.