The Wayback Machine - https://web.archive.org/web/20240621200948/https://github.com/TheAlgorithms/Lua
Skip to content

Algorithms and Data Structures implemented in the Lua programming language

License

Notifications You must be signed in to change notification settings

TheAlgorithms/Lua

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Algorithms and Data Structures in Lua

Gitpod ready-to-code

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.