Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Data Structures & Algorithms] 01. 자료 구조와 알고리즘 기초 #39

Open
hseong3243 opened this issue Apr 7, 2024 · 0 comments

Comments

@hseong3243
Copy link
Contributor

  • Stack
  • Queue
  • 리스트
  • 배열
  • Tree
    • BST
    • Red-Black Tree
    • trie
    • b-tree, b+tree
    • 크루스칼 MST
  • 그래프
    • dfs
    • bfs
    • 다익스트라
    • 플로이드워샬
  • Hash
    • 해시 충돌
    • 체인법
    • 오픈 주소법
    • HashFunction
    • HashTable
  • 정렬 알고리즘
    • 버블 정렬
    • 퀵 정렬
    • 병합 정렬
    • 힙정렬
    • 삽입 정렬
    • 선택 정렬
  • 시간 복잡도, 공간 복잡도
  • LRU
  • 집합
  • Fibonacci에서의 세 가지(Recursion, Dynamic Programming, 반복) 방식에 대한 시간복잡도와 공간복잡도 차이
  • 재귀함수
  • dp
  • greedy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant