-
-
Notifications
You must be signed in to change notification settings - Fork 7.5k
Insights: TheAlgorithms/C-Plus-Plus
Overview
Could not load contribution data
Please try again later
1 Pull request merged by 1 person
-
doc, fix: typo in merge sort and use vector instead of raw array
#2841 merged
Jul 9, 2025
12 Pull requests opened by 12 people
-
fix: replace suffle by Fisher-Yates for uniform randomness
#2962 opened
Jul 9, 2025 -
fix: add bounds check to prevent out-of-range access in sparse table
#2963 opened
Jul 10, 2025 -
Create a file factorial_top_down_dp to the dynamic programming directory
#2964 opened
Jul 11, 2025 -
feat: add Warshall's algorithm for transitive closure
#2965 opened
Jul 13, 2025 -
Fixed name space problem by removing using namespace std
#2966 opened
Jul 15, 2025 -
Add Run Length Encoding and Decoding [#2719]
#2968 opened
Jul 17, 2025 -
Add Divide and Conquer: Closest Pair of Points algorithm
#2969 opened
Jul 19, 2025 -
Add count distinct primes from binary string algorithm
#2970 opened
Jul 19, 2025 -
Add C++ program to find minimum number of swaps to sort an array
#2972 opened
Jul 26, 2025 -
Re-adding Tarjan's SCC algorithm in correct path
#2973 opened
Jul 29, 2025 -
Add Jump Search algorithm in searching/jump_search.cpp
#2974 opened
Jul 30, 2025 -
feat: implement optimized two-pointer approach for trapping rainwater (#2975)
#2976 opened
Jul 30, 2025
3 Issues closed by 1 person
-
[BUG]Buffer Overflow in range_queries/ prefix_sum_array.cpp
#2937 closed
Jul 14, 2025 -
[BUG]Bufferoverflow in range_queries/sparse_table_range_queries.cpp
#2938 closed
Jul 14, 2025 -
[BUG]Buffer overflow in median_search.cpp due to missing input validation in search/median_search.cpp
#2939 closed
Jul 14, 2025
2 Issues opened by 2 people
-
[FEATURE] Optimize Trapping Rainwater Problem
#2975 opened
Jul 30, 2025 -
[FEATURE]Implementation of Rope Data Structure and Rebalancing algorithm on it
#2971 opened
Jul 19, 2025
13 Unresolved conversations
Sometimes conversations happen on old items that aren’t yet closed. Here is a list of all the Issues and Pull Requests with unresolved conversations.
-
[BUG]Bug in C-Plus-Plus-Project/C-Plus-Plus3.5/graph/dijkstra.cpp
#2952 commented on
Jul 9, 2025 • 0 new comments -
feature for file
#2954 commented on
Jul 9, 2025 • 0 new comments -
feat: add Depth first search
#2815 commented on
Aug 1, 2025 • 0 new comments -
style: remove unused variables
#2946 commented on
Jul 31, 2025 • 0 new comments -
style: remove unused `array` includes
#2947 commented on
Jul 9, 2025 • 0 new comments -
style: remove unused params of `main`
#2948 commented on
Jul 9, 2025 • 0 new comments -
chore: sort subdirectories
#2949 commented on
Jul 9, 2025 • 0 new comments -
style: resolve `-Wreorder`
#2950 commented on
Jul 9, 2025 • 0 new comments -
feat: optimal binary search tree added to dynamic_programming
#2951 commented on
Aug 7, 2025 • 0 new comments -
feat: add hybrid quick-insertion-selection sorting algorithm with tests
#2956 commented on
Aug 2, 2025 • 0 new comments -
Update dijkstra.cpp
#2958 commented on
Jul 9, 2025 • 0 new comments -
Added a bit manipulation program to determine even or odd numbers
#2959 commented on
Jul 11, 2025 • 0 new comments -
feat: add infix to postfix, prefix, and prefix to infix expression converters
#2960 commented on
Jul 11, 2025 • 0 new comments