Skip to content

Latest commit

 

History

History
201 lines (200 loc) · 10.7 KB

File metadata and controls

201 lines (200 loc) · 10.7 KB

iOS Developer Roadmap

Text version

Tapping on a link will take you to relevant materials.

  • iOS Developer
    • Practical knowledge
    • Computer Science knowledge
      • Algorithms
        • Sorting
        • Graph Theory
          • Trees
        • Strings
        • Greedy
        • Dynamic Programming
        • Bit Manipulation
        • Recursion
        • Game Theory
        • NP Complete
        • Big-O notation
      • Abstract Data Types
        • Stack
        • Array
        • List
        • Map
        • Multimap
        • Set
        • Multiset (Bag)
        • Graph
        • Queue
        • Priority Queue
        • Double-ended priority queue
        • Double-ended queue
      • System design