Skip to content

marcelobasso/exercices-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Exercices list sorter

Simple JS algorithm (and basic interface) to randomly sort exercices based on list size and priority. Made to help on studying to tests.

Access live tool

pattern of input:

[list number (option)-][list size]["*" if is priorital list]

examples:

  1. 12 13 16*
  2. 12 5-22 14* 9-15*

functionality

Priorital lists (*): Normal lists (without * at the end) generate sub-lists of size 2 to 6. Priorital lists generate sub-lists of size 7 to 14.

About

Simple algorithm to randomly sort exercices based on quantity, and what you are currently studying.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published