Skip to content

Repository files navigation

PS

알고리즘 문제풀이 기록 One day One Problem

Java C++ Python


🧠 Goal

  • 겸손하게 정진하자
  • 최선의 해결책을 찾아나가자
  • 블로그에 문제 풀이를 정리하자

📊 Stats

Solved.ac Profile

LeetCode

Codeforces

📁 Structure

{year}-{month}/
└── src/
    └── day_XX/                  # XX = 그 달의 일자 (문제 푼 날)
        └── {출처}_{문제번호}/
            └── Main.* / Solution.*
  • 표준입출력 채점(BOJ, Codeforces, SWEA, Softeer) → Main.{java,cpp,py}
  • 메서드 시그니처 채점(Programmers, LeetCode) → Solution.{java,cpp,py}

Contributors

Languages