Skip to content

yutingshen/filesort

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Assumptions

Strings are alphanumeric meaning they contain only letters from a-z and A-Z and integers from 0-9.

Descending order is:

  • from z-a and 9-0
  • from longer to shorter strings
  • from alphanumerical values, to pure alphabetical strings, to integers. (e.g. a111 > 111a)
  • is case-insensitive

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages