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

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
#3167 opened Jun 5, 2026 by ElmeSelhyy Loading…
feat: add linear allocator implementation [re-opened]
#3165 opened Jun 5, 2026 by B33Boy Loading…
8 tasks done
feat: Domino tromino tiling problem using matrix exponentiation
#3164 opened Jun 3, 2026 by Hxrshthetic Loading…
8 tasks done
Add Tournament Sort implementation
#3163 opened Jun 1, 2026 by drori12 Loading…
8 tasks done
feat: add Fibonacci with O(1) space optimization
#3161 opened Jun 1, 2026 by binarymind-dev Loading…
4 tasks done
feat: add Centroid Decomposition of a tree
#3160 opened May 31, 2026 by binarymind-dev Loading…
feat: add bst v3 implementation and update cmake
#3158 opened May 30, 2026 by Abdo2000-1 Loading…
8 tasks done
fix: resolve -Wsign-compare warnings in data_structures
#3156 opened May 30, 2026 by f-p-0 Loading…
3 tasks done
feat: add Mo's Algorithm for offline range queries
#3155 opened May 29, 2026 by binarymind-dev Loading…
4 tasks done
feat: add Sparse Table for Range Minimum Query
#3154 opened May 29, 2026 by binarymind-dev Loading…
4 tasks done
feat(dynamic_programming): add shortest path on DAG example stale Author has not responded to the comments for over 2 weeks
#3153 opened May 24, 2026 by granite-kas Loading…
7 of 8 tasks
ProTip! Find all pull requests that aren't related to any open issues with -linked:issue.