v/vlib/adt/README.md

11 lines
205 B
Markdown

# adt
A library providing common ADTs (Abstract Data Type) implementations which have proved useful in a
great variety of applications.
## implementations
- [x] Stack (LIFO)
- [x] Linked list
- [ ] ...