realstealthninja
|
a0abcbe496
|
fix: vla in longest_common_subsequence
|
2024-10-04 20:25:25 +05:30 |
|
realstealthninja
|
2b278e9618
|
feat: remove kadane and replace it with kadane2
|
2024-10-04 19:59:52 +05:30 |
|
realstealthninja
|
4db1f400da
|
fix: vla in floyd_warshall
|
2024-10-04 19:58:10 +05:30 |
|
realstealthninja
|
f7154b70e8
|
fix: vla in edit_distance
|
2024-10-04 19:53:17 +05:30 |
|
realstealthninja
|
94ca2dffba
|
fix: vla in coin_change
|
2024-10-04 19:49:50 +05:30 |
|
realstealthninja
|
3091f1502c
|
fix: vla in egg_dropping_puzzel
|
2024-10-04 19:49:39 +05:30 |
|
realstealthninja
|
b796161327
|
fix: vla in floyd_warshall
|
2024-10-04 19:49:25 +05:30 |
|
realstealthninja
|
46f423cb85
|
fix: compile options are not strings
|
2024-10-04 19:39:59 +05:30 |
|
realstealthninja
|
49e9269f25
|
fix: use add_compile options instead of set()
|
2024-10-04 19:37:26 +05:30 |
|
realstealthninja
|
3bed8147d8
|
chore: add extra warnings
|
2024-10-04 19:36:22 +05:30 |
|
realstealthninja
|
973eb9086a
|
fix: add vla to be an error
|
2024-10-04 19:28:18 +05:30 |
|
realstealthninja
|
153a0dc218
|
chore: remove unnecessary comment
|
2024-10-04 19:25:39 +05:30 |
|
realstealthninja
|
747657d9ca
|
Merge branch 'master' into cmake
|
2024-10-04 18:53:53 +05:30 |
|
B Karthik
|
901f231d59
|
feat: Added gale_shapley.cpp in greedy_algorithms (#2743)
* Added gale_shapley.cpp in greedy_algorithms
* Added gale_shapley.cpp in greedy_algorithms
* Genralized GaleShapley with reviewed change
* fix: added description
* fix: fixed nameing of namespace
* fix: reviewed changes
* fix: reviewed changes
* TestCase Empty vector
* function description
* Update greedy_algorithms/gale_shapley.cpp
Co-authored-by: realstealthninja <68815218+realstealthninja@users.noreply.github.com>
* Update greedy_algorithms/gale_shapley.cpp
Co-authored-by: realstealthninja <68815218+realstealthninja@users.noreply.github.com>
* Change type
* typechange with header documentation
---------
Co-authored-by: realstealthninja <68815218+realstealthninja@users.noreply.github.com>
|
2024-10-04 18:48:54 +05:30 |
|
Nguyen Phuc Chuong
|
cde1672dca
|
feat: Create gray_code.cpp (#2750)
* Create gray_code.cpp
* Update gray_code.cpp
Remove extra lines, add bit_manipulation and gray_code namespaces, add negative number test
|
2024-10-04 18:39:03 +05:30 |
|
realstealthninja
|
efea5c64b1
|
fix dynamic array in egg_dropping puzzle
|
2024-10-01 23:13:49 +05:30 |
|
realstealthninja
|
7984cd41c8
|
fix: dynamic array in coin_change
|
2024-10-01 23:11:46 +05:30 |
|
realstealthninja
|
c7064a632f
|
fix: typo in word_break
|
2024-10-01 23:11:28 +05:30 |
|
realstealthninja
|
7da9561581
|
fix: typo in bellman_ford
|
2024-10-01 22:46:57 +05:30 |
|
realstealthninja
|
48f03b23b8
|
fix: memory leak in bellman_ford
|
2024-10-01 22:44:55 +05:30 |
|
realstealthninja
|
bddae7559b
|
docs: typo in c++17
|
2024-10-01 22:19:35 +05:30 |
|
realstealthninja
|
7ca7b5863b
|
fix: replace using namespace std with std::cin and std::cout
|
2024-10-01 22:16:07 +05:30 |
|
realstealthninja
|
cf96959b95
|
fix: remove register key word from fast integer
|
2024-10-01 22:11:40 +05:30 |
|
realstealthninja
|
01cb061fe2
|
fix: add cmath & algorithm header to mo.cpp
|
2024-10-01 22:09:27 +05:30 |
|
realstealthninja
|
8d260bf328
|
fix: add <set> header to longest increasing subsequence nlogn
|
2024-10-01 22:07:16 +05:30 |
|
realstealthninja
|
a71fa6d02f
|
fix: compilation error in catalan numbers
|
2024-10-01 22:05:00 +05:30 |
|
realstealthninja
|
382e9b25ea
|
chore: bump c++ version to 17 and add justification
Arm supports c++ 17
Esp32 supports c++ 23
decision was made to be 17 because it seemed to offer the best combatability
|
2024-10-01 22:03:47 +05:30 |
|
realstealthninja
|
4e524dfd34
|
revert: bump CXX standard to 20
|
2024-10-01 21:32:44 +05:30 |
|
realstealthninja
|
e3ae1d1a45
|
chore: bump CXX standard to 20
|
2024-10-01 21:30:30 +05:30 |
|
realstealthninja
|
8ed74c6409
|
fix: add an include for functional in catalan_numbers
|
2024-10-01 21:24:36 +05:30 |
|
realstealthninja
|
939ca4a6a1
|
fix: init of transform_reduce in dynamic_programming
|
2024-10-01 21:20:36 +05:30 |
|
realstealthninja
|
2b4084191a
|
fix: add dynamic_programmin, greedy_algorithms, range_queries and operations_on_datastructures subdirectories to cmakelists.txt
|
2024-10-01 21:01:34 +05:30 |
|
realstealthninja
|
c98fe80f9f
|
fix: add cmakelists to range_queries
|
2024-10-01 21:00:42 +05:30 |
|
realstealthninja
|
3a442a0a11
|
fix: add cmakelists to operations_on_datastructures
|
2024-10-01 21:00:29 +05:30 |
|
realstealthninja
|
b6ac2537b8
|
fix: add cmakelists to greedy_algorithms
|
2024-10-01 21:00:15 +05:30 |
|
realstealthninja
|
79dd912cd1
|
fix: add cmakelists to dynamic programming
|
2024-10-01 20:59:58 +05:30 |
|
realstealthninja
|
ed217d71db
|
chore: add cache and build comment to git ignore
|
2024-10-01 20:59:39 +05:30 |
|
Piotr Idzik
|
f789e3bb9e
|
style: cleanup catalan_numbers.cpp (#2740)
* style: cleanup `catalan_numbers.cpp`
* docs: update file level docs
* style: use `std::transform_reduce`
|
2024-09-29 19:24:02 +05:30 |
|
Piotr Idzik
|
9374b00319
|
style: add missing const in median_search2.cpp (#2734)
|
2024-09-17 21:54:35 +05:30 |
|
Piotr Idzik
|
a0b7dee79e
|
style: lint huffman.cpp (#2733)
|
2024-09-15 14:24:44 +05:30 |
|
Piotr Idzik
|
8df7a884f5
|
fix: remove memory leak from circular_queue_using_linked_list.cpp (#2731)
|
2024-09-14 05:09:03 +05:30 |
|
Monalisa0311
|
920b6d4e81
|
Added test cases in greedy_algorithms\kruskals_minimum_spanning_tree.cpp (#2727)
* Added test cases in greedy_algorithms\kruskals_minimum_spanning_tree.cpp
* Update kruskals_minimum_spanning_tree.cpp
test case1 & 2 changed
* Update kruskals_minimum_spanning_tree.cpp
test-case1 changed
* Update kruskals_minimum_spanning_tree.cpp
All test case formatting changes
* Update kruskals_minimum_spanning_tree.cpp
unit-32 test case added
* Update kruskals_minimum_spanning_tree.cpp
added new line
* Update kruskals_minimum_spanning_tree.cpp
Formatting changed
* Update kruskals_minimum_spanning_tree.cpp
move infinity valued inside test
---------
Co-authored-by: realstealthninja <68815218+realstealthninja@users.noreply.github.com>
|
2024-09-13 12:23:29 +05:30 |
|
Piotr Idzik
|
b169269c94
|
fix: remove memory leak from reverse_binary_tree.cpp (#2730)
|
2024-09-13 08:02:43 +05:30 |
|
Piotr Idzik
|
7828b8e238
|
fix: memory leak in morrisinorder.cpp (#2729)
|
2024-09-12 05:00:09 +05:30 |
|
Piotr Idzik
|
d74f4d33ea
|
fix: memory leak in huffman.cpp (#2728)
|
2024-09-11 06:55:42 +05:30 |
|
Piotr Idzik
|
15e3fed924
|
style: add missing const in bloom_filter.cpp (#2724)
Co-authored-by: realstealthninja <68815218+realstealthninja@users.noreply.github.com>
|
2024-09-05 05:24:16 +05:30 |
|
Sebastian Skonieczny
|
ef209dfab3
|
Added Iterative Quick Sort (#2684)
* feat: Added iterative quick sort using stack
* fix: Forgot to add @param for sort function
* Update sorting/quick_sort_iterative.cpp
* Update sorting/quick_sort_iterative.cpp
* Update sorting/quick_sort_iterative.cpp
* style: space b/w for and comment
* Update sorting/quick_sort_iterative.cpp
Co-authored-by: realstealthninja <68815218+realstealthninja@users.noreply.github.com>
* Update sorting/quick_sort_iterative.cpp
Co-authored-by: realstealthninja <68815218+realstealthninja@users.noreply.github.com>
* fixed namespace error
---------
Co-authored-by: realstealthninja <68815218+realstealthninja@users.noreply.github.com>
|
2024-09-05 05:14:41 +05:30 |
|
Piotr Idzik
|
490974eeb3
|
fix: memory leak in median_search2.cpp (#2723)
|
2024-09-04 05:31:30 +05:30 |
|
Piotr Idzik
|
c652c4f237
|
fix: stack buffer underflow in tim_sort.cpp (#2722)
|
2024-09-03 17:14:49 +05:30 |
|
Piotr Idzik
|
b6108e494d
|
fix: remove memory leak from recursive_tree_traversal.cpp (#2721)
|
2024-09-02 18:12:26 +05:30 |
|