|
||
---|---|---|
.. | ||
README.md | ||
linked_list.v | ||
linked_list_test.v | ||
stack.v | ||
stack_test.v |
README.md
adt
A library providing common ADTs (Abstract Data Type) implementations which have proved useful in a great variety of applications.
implementations
- Stack (LIFO)
- Linked list
- ...