-
-
Notifications
You must be signed in to change notification settings - Fork 7.4k
Insights: TheAlgorithms/C-Plus-Plus
Overview
-
- 1 Merged pull request
- 5 Open pull requests
- 3 Closed issues
- 0 New issues
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
5 Pull requests opened by 5 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
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
11 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 -
style: remove unused variables
#2946 commented on
Jul 9, 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: add hybrid quick-insertion-selection sorting algorithm with tests
#2956 commented on
Jul 11, 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