No description
Find a file
icemberg cedc141018
Some checks failed
code_checks / check_format (push) Has been cancelled
code_checks / lint (push) Has been cancelled
code_checks / test (push) Has been cancelled
Add counting sort (#38)
2024-10-10 14:59:01 +02:00
.github Change dependabot docker update check interval to monthly 2024-04-22 22:12:10 +02:00
.spec Add counting sort (#38) 2024-10-10 14:59:01 +02:00
doc Fix typos (#25) 2024-03-26 22:09:01 +01:00
src Add counting sort (#38) 2024-10-10 14:59:01 +02:00
.gitpod.dockerfile Bump gitpod/workspace-base 2024-08-02 22:34:40 +02:00
.gitpod.yml Configure Gitpod (#11) 2023-11-08 19:15:32 +01:00
.luacheckrc Add matrices 2023-11-05 15:32:09 +01:00
CONTRIBUTING.md Add barebones contribution guidelines 2021-10-26 20:03:57 +02:00
LICENSE Add Euler totient 2023-10-02 18:58:33 +02:00
README.md Configure Gitpod (#11) 2023-11-08 19:15:32 +01:00

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.

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.