Frequently Used Utilities
- PY
- Singly Linked List
- Stack O(1) - implemented with linked list
- Queue O(1) - implemented with linked list
- Binary search - docs and tests
- Convert between bases - docs
- From binary to hex
- CS
- JS
- TS
- file picker
- get browser cookies
- accent folding
- cache
- get years list gets a list from specified year until current year
- join generic elements
- darken color transform a hexadecimal color a little darker
- CS
- JS
- TS
- CS