Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.