{"id":20305557,"url":"https://github.com/dervexdev/luasortingalgorithms","last_synced_at":"2025-09-22T20:30:53.860Z","repository":{"id":160416722,"uuid":"530790371","full_name":"DervexDev/LuaSortingAlgorithms","owner":"DervexDev","description":"Implementation of 20+ sorting algorithms in Lua and Luau","archived":false,"fork":false,"pushed_at":"2022-08-30T19:01:48.000Z","size":13,"stargazers_count":3,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-05T03:51:13.408Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Lua","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DervexDev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2022-08-30T18:56:08.000Z","updated_at":"2025-03-09T04:36:28.000Z","dependencies_parsed_at":null,"dependency_job_id":"6444146e-6fcb-444b-b390-19cbb4919a19","html_url":"https://github.com/DervexDev/LuaSortingAlgorithms","commit_stats":null,"previous_names":["dervexdev/luasortingalgorithms"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/DervexDev/LuaSortingAlgorithms","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DervexDev%2FLuaSortingAlgorithms","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DervexDev%2FLuaSortingAlgorithms/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DervexDev%2FLuaSortingAlgorithms/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DervexDev%2FLuaSortingAlgorithms/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DervexDev","download_url":"https://codeload.github.com/DervexDev/LuaSortingAlgorithms/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DervexDev%2FLuaSortingAlgorithms/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":276468615,"owners_count":25647958,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-22T02:00:08.972Z","response_time":79,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-14T17:08:57.199Z","updated_at":"2025-09-22T20:30:53.557Z","avatar_url":"https://github.com/DervexDev.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Implementation of 20+ sorting algorithms in Lua and Luau\n\nAll algorithms have been ported from Python which can be found on [GeeksforGeeks](https://www.geeksforgeeks.org/sorting-algorithms/) site. Every file is ready to use module which can be imported!\n\n## This repository features following algorithms:\n* Bogo Sort\n* Bubble Sort\n* Bucket Sort\n* Circle Sort\n* Cocktail Sort\n* Comb Sort\n* Counting Sort\n* Cycle Sort\n* Gnome Sort\n* Gravity (Bead) Sort\n* Heap Sort\n* Insertion Sort\n* Merge Sort\n* Pancake Sort\n* Pigeonhole Sort\n* Quick Sort\n* Radix Sort\n* Selection Sort\n* ShellSort\n* Stooge Sort\n* Strand Sort\n\nAnd all of them in single module named `AllAlgorithms.lua`.\n\n## Limitations:\nAll of these algorithms are 100% working with **integers** and most of them work with **floats**! *(Bucket, Counting, Gravity, Pigeonhole - these don't work!)*","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdervexdev%2Fluasortingalgorithms","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdervexdev%2Fluasortingalgorithms","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdervexdev%2Fluasortingalgorithms/lists"}