https://github.com/antorix/alphasort
Sorting any number of any strings in alphabetical order
https://github.com/antorix/alphasort
sort-algorithms sorted-lists sorting-algorithms
Last synced: 9 months ago
JSON representation
Sorting any number of any strings in alphabetical order
- Host: GitHub
- URL: https://github.com/antorix/alphasort
- Owner: antorix
- License: gpl-3.0
- Created: 2017-06-15T17:51:47.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-15T18:06:48.000Z (almost 9 years ago)
- Last Synced: 2025-05-30T10:11:11.594Z (11 months ago)
- Topics: sort-algorithms, sorted-lists, sorting-algorithms
- Language: Python
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Alphasort
Sorting any number of any strings in alphabetical order. Put strings in the text file input.txt, run the script. The sorted content will be put to output.txt.