Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 502 Bytes

File metadata and controls

19 lines (17 loc) · 502 Bytes

코딩테스트와 직무역량시험

코딩테스트 준비영역

  • 구현
  • 그리디(Greedy Algorithm)
  • 투포인터
  • 이분탐색(Binary Search)
  • DP(Dynamic Programming)
    • 타일채우기_2133
  • DFS(Depth First Search)/BFS(Breadth First Search)
  • 최단경로(다익스트라,플로워셜 알고리즘)
    • 미로만들기_2655
  • 그래프(위상정렬,크루스칼)

직무역량시험영역

  • Network
  • OS
  • Cloud
  • Architecture