No description
- Lua 100%
| .github | ||
| .spec | ||
| doc | ||
| src | ||
| .gitpod.dockerfile | ||
| .gitpod.yml | ||
| .luacheckrc | ||
| CONTRIBUTING.md | ||
| LICENSE | ||
| README.md | ||
Algorithms and Data Structures in Lua
A repository for Algorithms and Data Structures implemented in the Lua programming language.
Targets Lua 5.1 / LuaJIT.
Contributing
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.