Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 410 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 410 Bytes

Algorithms and Data Structures in Lua

A repository for Algorithms and Data Structures implemented in the Lua programming language.

Targets Lua 5.1 / LuaJIT.

Basic contribution guidelines.

Documentation

Documentation is provided through comments on function definitions, parameters and return statements. Additional considerations can be found in the doc folder.