Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thealgorithms/lua
Algorithms and Data Structures implemented in the Lua programming language
https://github.com/thealgorithms/lua
algorithms algorithms-datastructures datastructures datastructures-algorithms dsa hacktoberfest lua
Last synced: 7 days ago
JSON representation
Algorithms and Data Structures implemented in the Lua programming language
- Host: GitHub
- URL: https://github.com/thealgorithms/lua
- Owner: TheAlgorithms
- License: mit
- Created: 2021-09-27T18:28:35.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-10T12:59:02.000Z (2 months ago)
- Last Synced: 2024-10-29T21:05:58.746Z (about 2 months ago)
- Topics: algorithms, algorithms-datastructures, datastructures, datastructures-algorithms, dsa, hacktoberfest, lua
- Language: Lua
- Homepage:
- Size: 189 KB
- Stars: 283
- Watchers: 11
- Forks: 57
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Algorithms and Data Structures in Lua
[![Gitpod ready-to-code](https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/TheAlgorithms/Lua)
A repository for Algorithms and Data Structures implemented in the Lua programming language.
Targets Lua 5.1 / LuaJIT.
## [Contributing](CONTRIBUTING.md)
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.