Skip to content

This is my solution to a problem called "Martian Sorting"

Notifications You must be signed in to change notification settings

dsert1/Sorting-Strange-Alphabet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Sorting-Strange-Alphabet

This is my solution to a problem called "Martian Sorting"

It uses the Radix Sorting method to achieve O(n) sorting complexity. A naive sorting algorithm like Bubble Sort would solve this problem in O(n^2).

About

This is my solution to a problem called "Martian Sorting"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages