Algorithms

sort-counting

Sort a list of integers.... Counting?

Sort a list of integers using the frequency that the values appear and not using comparison (like is done regularly)

Read more
diagonal-difference

Diagonal difference

Calc the absolute difference between the sums of each diagonal in a squared list 

Read more
min-max-sum

Min and Max Sum

Calc the min and max sum that you can get using 4 of 5 elements.

Read more
lonely-integer

Lonely integer

Find one unique integer between repeated integers

Read more
conversion-to-militar-format-time

Conversion to militar format time

Receive a string with 12H format time and convert it to 24H time

Read more