Skip to content

알고리즘 문제를 풀어 나가는 공간 🧑🏻‍💻

Notifications You must be signed in to change notification settings

tmdgh1592/PROBLEM_SOLVE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BAEKJOON-PYTHON

현재 티어

Solved.ac Profile


코딩테스트 준비 알고리즘 공부 방법

  1. Python, Java, C/C++ 등의 자신이 자신 있는 언어의 기본문법 공부

  2. 기초 알고리즘 문제 100제 풀기 (코드업 문제 (https://codeup.kr/problemsetsol.php?psid=33) -> 백준 (https://www.acmicpc.net/), 코드포스(https://codeforces.com/) 순서로 풀기)

  3. 그리디 알고리즘 먼저 공부하고 관련된 문제 풀기

  4. 탐색(BFS, DFS) 공부하고 관련 문제 풀기

  5. 기본 동적 프로그래밍 공부하고 관련 문제 풀기

  6. 이후 시간이 있다면 그래프 이론, 중급이나 고급 동적프로그래밍, 문자열 풀기

배경 지식

  1. 코딩 문법
  2. 시/공간 복잡도 분석

자료구조

  1. 배열
  2. 트리
  3. 그래프
  4. BST
  5. 스택

알고리즘

  1. 그리디 알고리즘
  2. 탐색
  3. 기본 DP
  4. 그래프 이론
  5. 중급 DP & 문자열



About

알고리즘 문제를 풀어 나가는 공간 🧑🏻‍💻

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published