tony9402/baekjoon

코딩테스트 대비 문제집(Baekjoon Online Judge)

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 10 minutes ago
Added to GitGenius on September 10th, 2026
Created on August 4th, 2019
Open Issues & Pull Requests: 6 (+0)
GitHub issues: Enabled
Number of forks: 1,203
Total Stargazers: 6,415 (+0)
Total Subscribers: 19 (+0)

Repository Insights (GitGenius)

Most active contributors

Sign in to see contributor activity.

Related repositories by overlapping contributors

No overlapping-contributor repos identified yet.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 0
New in 7 days: 0
Closed in 7 days: 0
Avg open age: N/A days
Stale 30+ days: 0
Stale 90+ days: 0

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

No label distribution available yet.

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

Baekjoon is a collection of competitive programming problem solutions for the Baekjoon Online Judge platform.

The repository addresses the need for reference implementations when preparing for coding interviews and competitive programming contests. It provides solutions to problems from Baekjoon Online Judge, covering algorithmic topics including graph traversal, disjoint-set data structures, mathematical algorithms, and string processing with tries. The solutions are implemented primarily in C++, offering working code that demonstrates how to approach and solve each problem.

This collection suits developers preparing for technical interviews or programming competitions who want to study existing solutions and understand different algorithmic approaches. It works best as a learning resource alongside active problem-solving practice rather than as a substitute for working through problems independently. The breadth of topics covered—spanning fundamental algorithms like BFS to more specialized structures like disjoint-set unions—makes it useful for building a foundation across multiple problem categories.

The project maintains a straightforward structure focused on accumulating solutions without apparent release cycles or formal versioning. Development activity centers on adding new problem solutions to the collection rather than refactoring or maintaining existing code. The repository does not show signs of active issue management or community contribution workflows, operating instead as a personal reference archive.