# Neato
A real neato lib.
## Data Structures
- stack
- queue
---
## TODO:
TODO: Data Structures
- set
- bag
- array list
- linked list
- union find
- [counter](https://docs.python.org/3/library/collections.html#collections.Counter)
TODO: Sorting
- binary search
- b
- bubble sort
- mergesort
- [bisect](https://github.com/python/cpython/blob/3.11/Lib/bisect.py)
TODO: stdlib
- [math](https://docs.python.org/3/library/math.html)