Skip to content

Pull requests: TheAlgorithms/C-Plus-Plus

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Reviews
Assignee
Filter by who’s assigned
Assigned to nobody Loading
Sort

Pull requests list

Add Highest Response Ratio Next(HRRN) Scheduling Algorithm
#3195 opened Jul 4, 2026 by harshitrajput2802 Loading…
8 tasks done
feat: Add Round Robin CPU scheduling algorithm
#3194 opened Jul 4, 2026 by harshitrajput2802 Loading…
8 tasks done
fix: correct FCFS template handling and improve self-tests
#3193 opened Jul 4, 2026 by harshitrajput2802 Loading…
8 tasks done
fix: Correct SJF scheduling logic for arrived-process selection
#3192 opened Jul 4, 2026 by harshitrajput2802 Loading…
8 tasks done
feat: added binomial heap data structure
#3188 opened Jul 1, 2026 by sarveshjoshi29 Loading…
8 tasks done
Optimized the code of armstrong_number.cpp
#3186 opened Jun 30, 2026 by TechWhiz42 Loading…
8 tasks done
feat(others): add sliding window maximum with edge-case handling
#3185 opened Jun 26, 2026 by hemanth2k6 Loading…
2 tasks done
test: add edge case test cases for stack using queue
#3183 opened Jun 25, 2026 by adityag1507 Loading…
docs: add learning comment
#3180 opened Jun 20, 2026 by kiger-123 Loading…
8 tasks
Replace exit calls with exceptions in morse code
#3179 opened Jun 20, 2026 by ANIKET640-a11y Loading…
5 of 8 tasks
Fix parallelogram perimeter calculation
#3178 opened Jun 20, 2026 by ANIKET640-a11y Loading…
5 of 8 tasks
Optimize palindrome check using two-pointer approach
#3173 opened Jun 15, 2026 by ANIKET640-a11y Loading…
6 of 9 tasks
Add max depth binary tree implementation
#3172 opened Jun 12, 2026 by Sawmoondra Loading…
8 tasks
fix: improve jump_search - precompute sqrt, add tests, modernize C++
#3169 opened Jun 10, 2026 by https-hari Loading…
8 tasks done
Add lower bound binary search implementation
#3168 opened Jun 7, 2026 by arpit-244 Loading…
8 tasks done
feat: add boyer-moore majority vote algorithm stale Author has not responded to the comments for over 2 weeks
#3167 opened Jun 5, 2026 by ElmeSelhyy Loading…
feat: add linear allocator implementation [re-opened] stale Author has not responded to the comments for over 2 weeks
#3165 opened Jun 5, 2026 by B33Boy Loading…
8 tasks done
feat: Domino tromino tiling problem using matrix exponentiation stale Author has not responded to the comments for over 2 weeks
#3164 opened Jun 3, 2026 by Hxrshthetic Loading…
8 tasks done
Add Tournament Sort implementation stale Author has not responded to the comments for over 2 weeks
#3163 opened Jun 1, 2026 by drori12 Loading…
8 tasks done
ProTip! Filter pull requests by the default branch with base:master.