Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 315 Bytes

File metadata and controls

25 lines (20 loc) · 315 Bytes

software-engineer-crash-course

Topics

  • Algorithm Analysis
  • Array
  • Hash & Dict
  • Linked List
  • Stack & Queue
  • Binary search
  • Recursion
  • Sort
  • String manipulation

  • Binary

  • deep copy vs shaw copy

  • stack vs heap memoery

  • process vs thread

  • Tree

    • dfs, order
    • bfs
  • compile vs dynamic