Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abrudz/sort
Library of sorting variations
https://github.com/abrudz/sort
apl collection dyalog dyalog-apl dyalog-library dyalogapl language languages library natsort natural-sort sort sorting sorting-algorithms utility
Last synced: about 21 hours ago
JSON representation
Library of sorting variations
- Host: GitHub
- URL: https://github.com/abrudz/sort
- Owner: abrudz
- License: mit
- Created: 2018-03-22T14:04:38.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-11-25T10:14:17.000Z (3 months ago)
- Last Synced: 2024-12-18T13:15:17.774Z (about 2 months ago)
- Topics: apl, collection, dyalog, dyalog-apl, dyalog-library, dyalogapl, language, languages, library, natsort, natural-sort, sort, sorting, sorting-algorithms, utility
- Size: 23.4 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sort
Library of sorting variations
Usage examples:
`⍋Sort.German text`
`⍒Sort.Natural text`
`text` has to be a vector of character vectors.