Ad
  • Custom User Avatar

    Learn data structures such as: LinkedList, Stack, Queue, Binary Search Tree, Hash Map, etc. Once you really understands those data structures, you will find the most efficient way to solve the problems.
    Solving them is easy, solving them efficiently is harder.

  • Custom User Avatar

    Practice and practice! :D After completing a kata, try to learn from other solutions and try again by refactoring your code.

  • Custom User Avatar

    Capitalize the first letters of all words.

  • Default User Avatar

    lol so do i, but always remember, if it's stupid but it works , it's not stupid :)