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

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

Notifications You must be signed in to change notification settings

mobergmann/alphabetical-sorter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Topics

Resources

Stars

Watchers

Forks