Skip to content

Latest commit

 

History

History

15_sort_by_length

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

problems

  • sort an array of String by length

steps

  • measure performance

performance

  • With 10 elements array
    • comparing: 5ms
    • compareInt: 1ms
    • stream: 8ms