Skip to content

christian-fei/alternate_sorting

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Alternate Sorting

Given an array, you have to print a string that represents an alternated sorted list like this:

array: [1,2,3,4,5,6]

return: "1<3>2<5>4<6"

You must also manage duplicates

Installation

$ git clone https://github.com/AlessioCoser/alternate_sorting.git
$ cd alternate_sorting
$ npm install
$ npm test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%