Skip to content

Latest commit

 

History

140 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

solveThePS

    solve algorithms problem :)

문제풀이 접근

  • 시간제한에 따라 적절한 알고리즘 설계

    • N의 범위 500 -> O(N^3)
    • N의 범위 2,000 -> O(N^2)
    • N의 범위 100,000 -> O(NlogN)
    • N의 범위 100,000,000 -> O(N)

  • 문제 해결 과정
    핵심 아이디어를 캐치한다면 간결하게 풀이 가능
  1. 지문 읽기 및 컴퓨터적 사고
  2. 요구사항(복잡도) 분석
  3. 문제 해결을 위한 아이디어 찾기
  4. 소스코드 설계 및 코등

📆Daily

Rules

  • solving the problems every day and commit in GitHub

Compose

  • directory named 'yymmdd'

📚Type of Question

About

solve algorithms problem :)

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages