JavaScript 알고리즘 & 자료구조

김민재·2023년 1월 2일
0

알고리즘

목록 보기
1/9

알고리즘 강의

목차

  • Big o Notaion
    - 성능 및 코드의 효율성을 설명
  • Performance of Arrays and Object
  • Problem solving apprach
    - 인터뷰, 알고리즘 과제 등, 문제를 생각하고 접근할 수 있는 체계 설정
  • Problem solving pattern
    - 구체적인 패턴
  • Recursion
  • Searching algorithms
  • Bubble Sort, Secelct Sort, Insertion Sort
    거품 정렬, 선택 정렬, 삽입 정렬로 기본 정렬 알고리즘
  • Merge Sort, Quick Sort, Radix Sort
    - 머지 정렬, 퀵 정렬, 래딕스 정렬
  • Intro To Data Structures
    - 데이터 구조
  • Singly Linked Lists, Duubly Linked Lists
  • Stack & Queue
  • Binary Search Tree
  • Tree Traversal
  • Binary Heaps
  • Hash Table
  • Graphs
  • Graph Traversal
  • Dijstar's Algoriths
profile
자기 신뢰의 힘을 믿고 실천하는 개발자가 되고자합니다.

0개의 댓글