l-yohai / LostCow

Algorithm study of lost cows

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LostCow

Algorithm study of lost cows

Problems

tony9402님의 코테대비 문제집

Rules

카테고리 별 1일 1문제

  • 카테고리 cycle
    • Data Structure - Data Structure 2 - Tree - Math - Greedy - DP1 - DP2 - Two Pointer - Implementation - Graph Traversal - Brute Force - Simulation - Binary Search - Backtracking - Divide and conquer - Prefix Sum - String - Shortest Path - Topological Sorting - Disjoint Set - Minimum Spanning Tree (MST) - Trie - DP on Trees

Schedule

순서 Tag 문제이름 백준번호
24 Data Structure 스택 10828
25 Data Structure2 최대 힙 11279
26 Tree 트리 순회 1991
27 Math 진법 변환 2745
28 Greedy 폴리오미노 1343
29 DP 1 설탕 배달 2839
30 DP 2 동전 9084
31 Two Pointer 구간 합 구하기 4 11659
32 Implementation 마법사 상어와 블리자드 21611
33 Graph Traversal DFS와 BFS 1260
34 Brute Force 블랙잭 2798
35 Simulation 마법사 상어와 파이어볼 20056
36 Binary Search 정수 제곱근 2417
37 Backtracking N과 M(2) 15650
38 Divide and conquer 222-풀링 17829
39 Prefix Sum 2차원 배열의 합 2167
40 String 숫자의 합 11720
41 Shortest Path 경로 찾기 11403
42 Topological Sorting ACM Craft 1005
43 Disjoint Set 여행 가자 1976
44 Minimum Spanning Tree 네트워크 연결 1922
45 Trie 사회망 서비스(SNS) 2533
46 DP on Tree 생태학 4358

About

Algorithm study of lost cows

License:MIT License


Languages

Language:Python 100.0%