-
-
Notifications
You must be signed in to change notification settings - Fork 7.8k
Pull requests: TheAlgorithms/C-Plus-Plus
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
Fixes #3136 The deleteString function was unconditionally resetting child pointers, corrupting words that share prefixes. Fixed by only pruning nodes when they have no children and are not the end of another word. Added a hasChildren() helper method and regression tests.
#3142
opened May 12, 2026 by
ckprojects77
Loading…
7 of 8 tasks
Update area.cpp(added csa and tsa of cone)
#3140
opened May 12, 2026 by
SHASHWAT2208
•
Draft
8 tasks done
feat: add collatz conjecture algorithm
#3139
opened May 11, 2026 by
suhavani23
Loading…
8 tasks done
Added linear Search implementation in search module
#3137
opened Apr 30, 2026 by
Vanshraj30
Loading…
Fix trie deleteString logic to preserve shared prefix words
#3135
opened Apr 30, 2026 by
sudheerxdev
Loading…
Added recursive binary search implementation
#3134
opened Apr 30, 2026 by
sudheerxdev
Loading…
3 tasks done
Fix: resolve unsigned loop bug in trapped rainwater implementation
#3130
opened Apr 22, 2026 by
Akash-Karma
Loading…
6 tasks done
Improved documentation and comments in merge_sort.cpp
#3129
opened Apr 19, 2026 by
sidmisro
Loading…
Added rbg_gradient.cpp for SDL gradient graphics
#3128
opened Apr 14, 2026 by
dawidg81
Loading…
8 tasks
feat: Approximate pi with machin's formula
#3127
opened Apr 13, 2026 by
56ghluf
Loading…
7 tasks done
Add Catalan numbers implementation using combinatorial formula
#3126
opened Apr 12, 2026 by
dhruv-bamal
Loading…
Improve linear search implementation with better documentation
stale
Author has not responded to the comments for over 2 weeks
#3125
opened Apr 10, 2026 by
ayushdwivedi-stack
Loading…
8 tasks
Fix: resolve naming ambiguity for queue array
stale
Author has not responded to the comments for over 2 weeks
#3124
opened Apr 8, 2026 by
AihamJandaly
Loading…
4 tasks done
Adding Articulation Point in this AlgoHub
stale
Author has not responded to the comments for over 2 weeks
#3121
opened Apr 6, 2026 by
AshirwadKumar950
Loading…
8 tasks done
Create time_complexity_Examples.cpp
stale
Author has not responded to the comments for over 2 weeks
#3120
opened Apr 5, 2026 by
mariamnabeh
Loading…
7 of 8 tasks
feat(sorting): add recursive shear sort implementation
#3112
opened Mar 14, 2026 by
ParinArora
Loading…
8 tasks done
Add Linear Regression using Gradient Descent
#3048
opened Oct 21, 2025 by
abhinavprakash-x
Loading…
8 tasks done
ProTip!
Find all pull requests that aren't related to any open issues with -linked:issue.