Skip to content
Mer edited this page Dec 27, 2016 · 2 revisions

Puzzles

A personal repository intended to keep puzzles / algorithms / data-structures

Puzzles

  • Anagram (combine the letters into a new word)
  • Reverse a string (basically unneccessary outside of puzzles)
  • Palindrome (a string that reads the same backwards or forward)

Algorithim

  • BinaryChop
  • MergeSort (comparison-based sorting algorithm)