Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 543 Bytes

File metadata and controls

32 lines (25 loc) · 543 Bytes

Study Algorithm and Data Structure with Python&C++


Algorithm

  • [선택 정렬(Selection Sort)]
  • [거품 정렬(Bubble Sort)]
  • [병합 정렬(Merge Sort)]
  • [삽입 정렬(Insertion Sort)]
  • [퀵 정렬(Quick Sort)]
  • [힙 정렬(Heap Sort)]
  • [투포인터 알고리즘]
  • [순열(Permutation)]
  • [BFS & DFS]
  • [이분 탐색(Binary Search)]
  • [최대공약수와 최소공배수]
  • [lru cache]

Data Structure

g++ -std=c++14 -Wall 11021.cpp -o test.out
./test.out