Skip to content

BIGSOHN/algorithm-study

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Algorithm Study

개인 알고리즘 학습 저장소입니다. 주로 백준(BOJ) 문제를 풀이하고 정리합니다.

저장소 구조

personal/
├── code_file/     # C++ 풀이 코드
└── md_file/       # 문제 풀이 노트 및 메모

파일 명명 규칙

  • 형식: YYMMDD_BOJ_문제번호.{cpp,md}
  • 예시: 251024_BOJ_9663.cpp, 250416_BOJ_15649.md

학습 내용

주요 다루는 알고리즘 및 자료구조:

  • 백트래킹 (N-Queen, N과 M 시리즈)
  • 재귀 (하노이 탑, 칸토어 집합)
  • 분할 정복
  • 정렬 및 탐색
  • 자료구조 (스택, 큐, 덱)
  • 수학 (소수, 조합론)

사용 언어

  • C++

About

algorithm-study

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages