Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
KeeVeeGames authored May 25, 2020
1 parent fea26a3 commit e8a90c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# quicksort.gml
This is a small script implementing modified quicksort algorithm for arrays in GameMaker: Studio. Can be used for imeplementing custom List types based on array or other fun things.
This is a small script implementing modified quicksort algorithm for arrays in GameMaker: Studio. Can be used for imeplementing custom List types based on array or other fun things. Example of using: [ListArray](https://github.com/KeeVeeGames/ListArray.gml).

## Syntax:
```js
Expand Down

0 comments on commit e8a90c4

Please sign in to comment.