본문 바로가기
프론트엔드/javascript 알고리즘 & 자료구조 마스터 클래스

section1

by 피스타0204 2022. 5. 16.

section1

 

1. 커리큘럼 소개

모든 섹션을 순서대로 할 필요는 없다.

하지만 섹션마다 그 섹션을 듣기 전에 반드시 들어야 할 강의가 있으므로

그 섹션을 보기 전 선수학습에 표기된 강의를 먼저 듣고 듣는 것을 추천한다.

  1. curriculum walkthrough
  2. big o notation
  3. analyzing performance of arrays and objects
  4. problem solving approach
  5. problem solving patterns
  6. recursion
  7. bubble sort
  8. selection sort
  9. insertion sort
  10. merge sort
  11. quick sort
  12. radix sort
  13. intor to data structures
  14. singly linked lists
  15. doubly linked lists
  16. stacks & ques
  17. binary search trees
  18. tree traversal
  19. binary heaps
  20. hash tables
  21. graphs
  22. gragh traversai
  23. dijkstra’s algorithm
  24. dynamic programming
  25. the wild west