# Algorithms-Lua **Repository Path**: July1921/Algorithms-Lua ## Basic Information - **Project Name**: Algorithms-Lua - **Description**: https://github.com/TheAlgorithms/Lua.git - **Primary Language**: Lua - **License**: MIT - **Default Branch**: dependabot/docker/gitpod/workspace-base-2024-11-26-08-43-19 - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-06-16 - **Last Updated**: 2025-06-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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.