Home - ciaabcdefg/lua-dt GitHub Wiki
Welcome!
This wiki contains the documentation for lua-dt, a Lua 5.4 data structure library.
Table of Contents
- List:
list.lua- Doubly Linked List
- Dynamic Array (ArrayList)
- Stack:
stack.lua - Queue:
queue.lua - Generic Tree:
tree.lua - Disjoint Set Union (Union-Find):
dsu.lua