https://github.com/lemmiix/quicksort_lua
Quicksort Algorithmus in lua
https://github.com/lemmiix/quicksort_lua
lua training-project
Last synced: 8 months ago
JSON representation
Quicksort Algorithmus in lua
- Host: GitHub
- URL: https://github.com/lemmiix/quicksort_lua
- Owner: LEMMIIX
- Created: 2025-04-08T17:50:45.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-08T17:51:43.000Z (about 1 year ago)
- Last Synced: 2025-04-08T18:39:02.026Z (about 1 year ago)
- Topics: lua, training-project
- Language: Lua
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Quicksort in Lua
Sehr simple Implementierung vom Quicksort Algorithmus in der Lua Scriptsprache.
## Benutzung
```
lua quicksort.lua
```
## Showcase
