Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
gichulLimitLess
/
algorithmStudy_withPython
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
main
User selector
All users
All time
Commit history
Commits on Jun 17, 2026
chore: .DS_Store 추적 제거 및 gitignore에 추가
Show description for 53feb27
gichulLimitLess
and
claude
committed
53feb27
View commit details
Copy full SHA for 53feb27
Browse repository at this point
Commits on Apr 25, 2026
feat: 예능 코딩테스트를 위한 C# 템플릿 추가
gichulLimitLess
committed
e2a07e2
View commit details
Copy full SHA for e2a07e2
Browse repository at this point
Commits on Mar 2, 2026
feat: 백준 2161번 풀이 - 간단한 deque 활용 문제
gichulLimitLess
committed
3980018
View commit details
Copy full SHA for 3980018
Browse repository at this point
Commits on Mar 1, 2026
feat: 백준 15688번 풀이 - 간단한 정렬 문제
gichulLimitLess
committed
d6b9ff9
View commit details
Copy full SHA for d6b9ff9
Browse repository at this point
chore: vscode에서 실행할 경우 자동완성, copilot 활성화 등의 옵션 끌 수 있도록 설정
gichulLimitLess
committed
3fc419c
View commit details
Copy full SHA for 3fc419c
Browse repository at this point
Commits on Feb 27, 2026
feat: 백준 11931번 풀이 - 간단한 정렬 문제, 감 살리기
gichulLimitLess
committed
0ec5e8b
View commit details
Copy full SHA for 0ec5e8b
Browse repository at this point
Commits on Feb 17, 2026
feat: 백준 1912번 풀이 - dp 대표 유형 중 하나 풀이
gichulLimitLess
committed
d0a6282
View commit details
Copy full SHA for d0a6282
Browse repository at this point
Commits on Feb 14, 2026
feat: 백준 10819번 풀이 - permuations(순열) 대표유형 문제 풀이
gichulLimitLess
committed
f572b19
View commit details
Copy full SHA for f572b19
Browse repository at this point
Commits on Feb 7, 2026
feat: 백준 10093번 풀이 - 간단한 백준 문제 풀이 (앞으로는 좀 난이도 있는 거 풀자 코딩 테스트 열심히 공부해야죠)
gichulLimitLess
committed
c82a80d
View commit details
Copy full SHA for c82a80d
Browse repository at this point
Commits on Feb 2, 2026
feat: 백준 17141번 풀이 - 큐에 무한히 상태가 들어가는 상황을 방지해야 한다 / 문제의 완료 조건 넘어가면 미리 가지치기 하고, 방문 조건을 복잡하게 만들지 말자(예를 들면, 이 문제에서 그냥 -1로 처리해 버리니까 훨 쉬워짐)
gichulLimitLess
committed
21c8051
View commit details
Copy full SHA for 21c8051
Browse repository at this point
feat: 백준 10867번 풀이 - 간단하게 list + set 섞어서 풀이하는 문제
gichulLimitLess
committed
6ce7794
View commit details
Copy full SHA for 6ce7794
Browse repository at this point
Commits on Feb 1, 2026
feat: 백준 5052번 풀이 - 문자열 정렬을 오름차순으로 하게 되면, prefix(접두어) 겹치는지 여부를 쉽게 파악 가능
gichulLimitLess
committed
a2ab8c6
View commit details
Copy full SHA for a2ab8c6
Browse repository at this point
Commits on Jan 25, 2026
feat: 백준 17626번 풀이 - 2중 for문 사용한 dp 문제 푸는 방법 상기 시키기
gichulLimitLess
committed
4fcf959
View commit details
Copy full SHA for 4fcf959
Browse repository at this point
Commits on Jan 24, 2026
feat: 백준 13699번 풀이 - 간단한 dp 문제 풀이
gichulLimitLess
committed
2b208b8
View commit details
Copy full SHA for 2b208b8
Browse repository at this point
Commits on Jan 20, 2026
feat: 백준 5648번 풀이 - 간단하게 역원소 정렬
gichulLimitLess
committed
c1b6ff1
View commit details
Copy full SHA for c1b6ff1
Browse repository at this point
Commits on Jan 18, 2026
feat: 백준 2816번 풀이 - 오늘은 너무 바빠서 간단한 문제로 퉁칩니다
gichulLimitLess
committed
cde690f
View commit details
Copy full SHA for cde690f
Browse repository at this point
Commits on Jan 17, 2026
feat: 벡준 11050번 풀이 - 이항 계수 관련 문제
gichulLimitLess
committed
4f880a3
View commit details
Copy full SHA for 4f880a3
Browse repository at this point
Commits on Jan 15, 2026
feat: 벡준 6178번 풀이 - 간단한 구현 문제
gichulLimitLess
committed
8402d21
View commit details
Copy full SHA for 8402d21
Browse repository at this point
Commits on Jan 14, 2026
feat: 벡준 18258번 풀이 - 입력해야 하는 횟수가 몇만번, 몇십만번 넘어가면, input을 sys.stdin.readline 써야 할 수도 있다
gichulLimitLess
committed
3ab8c88
View commit details
Copy full SHA for 3ab8c88
Browse repository at this point
Commits on Jan 13, 2026
feat: 벡준 13913번 풀이 - BFS와 백트래킹을 적절히 사용하면 이렇게 됩니다
gichulLimitLess
committed
9047642
View commit details
Copy full SHA for 9047642
Browse repository at this point
Commits on Jan 12, 2026
feat: 벡준 1978번 풀이 - 오늘은 너무 힘들었어요 (간단한 문제로 풀이)
gichulLimitLess
committed
7a506e6
View commit details
Copy full SHA for 7a506e6
Browse repository at this point
Commits on Jan 11, 2026
feat: 벡준 2748번 풀이 - 간단하게 DP 문제 풀이
gichulLimitLess
committed
da8e37e
View commit details
Copy full SHA for da8e37e
Browse repository at this point
Commits on Jan 10, 2026
feat: 백준 2993번 풀이 - 인덱스를 기준으로 나누고 시간복잡도 계산해보는 간단한 문제
gichulLimitLess
committed
5e1f2b5
View commit details
Copy full SHA for 5e1f2b5
Browse repository at this point
Commits on Jan 9, 2026
feat: 벡준 11651번 풀이 - 정렬하는 거 복습하기 (이정도는 껌이죠)
gichulLimitLess
committed
0283eae
View commit details
Copy full SHA for 0283eae
Browse repository at this point
Commits on Jan 8, 2026
feat: 벡준 4659번 풀이 - set, 조건 구현 등의 기초 점검
gichulLimitLess
committed
5a230e4
View commit details
Copy full SHA for 5a230e4
Browse repository at this point
Commits on Jan 7, 2026
feat: 벡준 8979번 풀이 - 공동 등수를 처리하는 과정에서 마지막 한끝 처리가 중요함
gichulLimitLess
committed
262ba01
View commit details
Copy full SHA for 262ba01
Browse repository at this point
Commits on Jan 6, 2026
feat: 벡준 15235번 풀이 - 큐 + 계산 응용 문제
gichulLimitLess
committed
fa85f72
View commit details
Copy full SHA for fa85f72
Browse repository at this point
Commits on Jan 5, 2026
feat: 백준 11559번 풀이 - 시뮬레이션은 결국 차분하게 단계를 나눠서 푸는게 핵심이다(+ 중력으로 떨어뜨리는 거는 템플릿 좀 알아두자)
gichulLimitLess
committed
c1340d1
View commit details
Copy full SHA for c1340d1
Browse repository at this point
Commits on Jan 4, 2026
fix: 백준 2110번 다시 풀이 - 파라메트릭 서치는 정답 값을 직접 찾는 게 아니라, 정답 후보 x에 대해 '조건을 만족하는지 판별하는 함수'를 만들고, 풀어내는 것 (이번에도 못풀었으면, 파라메트릭 서치 좀 많이 익숙해져야 할 듯)
gichulLimitLess
committed
c2420ed
View commit details
Copy full SHA for c2420ed
Browse repository at this point
Commits on Jan 3, 2026
feat: 벡즌 11652번 풀이 - 간단한 정렬 응용 문제 풀이
gichulLimitLess
committed
2901456
View commit details
Copy full SHA for 2901456
Browse repository at this point
Commits on Jan 2, 2026
feat: 백준 2960번 풀이 - 에라토스테네스의 체 복습
gichulLimitLess
committed
2bd73a5
View commit details
Copy full SHA for 2bd73a5
Browse repository at this point
feat: 백준 2960번 풀이 - 에라토스테네스의 체 복습
gichulLimitLess
committed
de00929
View commit details
Copy full SHA for de00929
Browse repository at this point
Commits on Jan 1, 2026
feat: 백준 7785번 풀이 - 간단한 set 자료형 사용 연습
gichulLimitLess
committed
6d377f9
View commit details
Copy full SHA for 6d377f9
Browse repository at this point
Commits on Dec 31, 2025
feat: 백준 7568번 풀이 - 간단한 정렬 변형 문제
gichulLimitLess
committed
7d9b6ea
View commit details
Copy full SHA for 7d9b6ea
Browse repository at this point
Commits on Dec 30, 2025
feat: 백준 1822번 풀이 - 내가 확신이 들면, 그 방향으로 쭉 밀고 가봐라
gichulLimitLess
committed
0b04020
View commit details
Copy full SHA for 0b04020
Browse repository at this point
Previous
Next
You can’t perform that action at this time.