deutranium / Algorithms

Short explanations and implementations of different algorithms in multiple languages
48 stars 98 forks source link

Create Lua sorting algorithms. #264

Closed ghost closed 1 year ago

ghost commented 1 year ago

This PR implements the code for sorting in Lua.

I have read the contributing guidelines in CONTRIBUTING.md and have ensured the following:

ghost commented 1 year ago

This is complete, and is ready for merging.

codelixir commented 1 year ago

Please remove .vscode/settings.json from your PR. While you're at it, can you add .vscode to .gitignore as well? Thanks

ghost commented 1 year ago

Sure.

codelixir commented 1 year ago

Merged; sorry for the delay. Thanks for contributing!