shahjalalshohag/code-library

Templates, algorithms and data structures implemented and collected for programming contests.

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 8 minutes ago
Type:Curated List / Learning ResourceCategory(s):Interview Prep & AlgorithmsLearning & Resources
Added to GitGenius on September 18th, 2026
Created on November 18th, 2018
Open Issues & Pull Requests: 1 (+0)
GitHub issues: Enabled
Number of forks: 883
Total Stargazers: 3,709 (+0)
Total Subscribers: 32 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 10.1 days
Mean response time: 10.1 days
90th percentile: 10.1 days
Tracked items: 2

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

Code Library is a competitive programming resource that collects templates, algorithms, and data structures implemented in C++.

The project addresses the need for reliable, reusable code during programming contests. It provides a curated collection of templates covering the major algorithmic topics required in competitive programming, organized with problem links and tutorials for each topic. The implementations emphasize clean, readable code style, with most templates originally written by the maintainer and others adapted from external sources but refactored for clarity.

Developers preparing for competitive programming contests should consider this library if they want a single reference for standard algorithms and data structures. The project suits those who prefer learning from working code examples tied to practice problems rather than studying algorithms in isolation. The accompanying topic list allows users to track their progress across different algorithmic areas.

The project represents a sustained, long-term effort to document competitive programming knowledge, with the maintainer noting the collection took approximately four years to assemble. The library remains actively maintained as a personal resource shared publicly, with problem links attached to most code samples to support hands-on learning.