Skip to content
This repository has been archived by the owner on Apr 10, 2021. It is now read-only.

Latest commit

 

History

History
17 lines (11 loc) · 658 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 658 Bytes

alphabetical-sorter

A website that sorts a given text line by line by alphabet, using the MergeSort algorithm.

An uppercase letter is weighted lighter than a lowercase letter, with the following letter being weighted even lighter.

A -> a -> B -> b -> ...

Demo Image

Attention, there can be performance issues if the text contains too many characters, because sorting is done every time a word is typed in. Work around this problem by simply prewriting the text and copying it in.

You can view the GitHub Pages to acces the sorter.