Skip to content

excel42/Algorithm

Repository files navigation

Algorithm

Practice Algorithm for coding test with Python

This repository contains my solutions to algorithmic problems from
BOJ (Baekjoon Online Judge)(https://www.acmicpc.net/problemset)
Online competitive programming platforms in Korea.

  • The purpose of this repository is to strengthen - problem-solving skills,
  • build reusable templates, and organize solutions by category for quick review.


📑 목차(Categories)

[0] templates  
  - 입출력, DFS/BFS, 다익스트라, 벨만포드, 유니온파인드 등 기본 템플릿 모음

[1] DataStructure  
  - 스택, 큐, 덱, 해시, 힙 등 자료구조 문제

[2] Sorting  
  - 기본 정렬, 커스텀 정렬, 우선순위 정렬 문제

[3] Search  
  - 이분 탐색, 투포인터, 슬라이딩 윈도우, 누적합 문제

[4] Greedy  
  - 탐욕 알고리즘, 동전, 회의실 배정 등 최적 선택 문제

[5] Num_theory  
  - 소수 판정, 최대공약수, 최소공배수 등

[6] Graph  
  - DFS, BFS, 연결 요소, 위상정렬, 최단경로 기본 문제

[7] Tree  
  - 트리 순회, 이진 트리 문제

[8] Combination  
  - 순열, 조합, 백트래킹, 경우의 수 문제

[9] DP  
  - 동적 계획법, LIS, 배낭 문제 등

참고 : 알고리즘 코딩테스트(파이썬편) - 김종관 저(이지스퍼블리싱)

About

Practice Algorithm for coding test

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages