Wednesday, February 19, 2014

Solving Programming Problems


    • Control Abstractions
      • Iteration
      • Recursion
      • Recursive Backtracking
    • Data Structures
    • Algorithms
  • Learn common mistakes. Avoid them. Develop Test cases that break the code.
  • Speed up.
    • Typing speed. 
    • IDE.

No comments:

Post a Comment