v/vlib/adt
..
README.md
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)
  • ...