Skip to content

PS(Problem Solving) with Python

Notifications You must be signed in to change notification settings

earlgrey02/algorithm-study

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

Language

  • Python

Platform

  • Baekjoon(Silver ~)
  • Programmers(Level 2 ~)

Tag

  • 그래프 탐색(Depth First Search(DFS), Breadth First Search(BFS))
  • 가중치 그래프(Dijkstra, Bellman-Ford, Floyd-Warshall)
  • 최소 스패닝 트리(Kruskal, Prim)
  • 서로소 집합(Disjoint Set Union(DSU))
  • 위상 정렬
  • 순열 & 조합
  • 백트래킹(Backtracking)
  • 냅색(Knapsack)
  • 시뮬레이션(Simulation)
  • 슬라이딩 윈도우(Sliding Window)

About

PS(Problem Solving) with Python

Topics

Resources

Stars

Watchers

Forks

Languages