Skip to content

The challenge for 11/17/2014. Sort a list of letter/number items sorting by letter first and then by number

Notifications You must be signed in to change notification settings

STGCodeChallengesOrg/Set-01-Challenge-01

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Challenge01

The challenge for 11/17/2014.

You are given a list of strings that are made up of letters and numbers. Sort them first according to the letters and then according to the numbers.

If you have an array of the following values a1, b1, a20, a2, a12, c5

Sort them so they are sorted first by letter and then by number like: a1, a2, a12, a20, b1, c5

About

The challenge for 11/17/2014. Sort a list of letter/number items sorting by letter first and then by number

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •