mirror of
https://hub.njuu.cf/TheAlgorithms/C-Plus-Plus.git
synced 2023-10-11 13:05:55 +08:00
7b92e8d625
* palindrome no a program to check if a number is palindrome or not * updated palindrome.cpp * updated palindrome.cpp missing equal to operator at line no 16 * flatten_a_binary_seach_tree This program flattens a binary search tree or in simple words, converts it into linked list in sorted form * a prog to convert bst into linked list A code that is used to convert a binary search tree into linked list * created merge k sorted arrays this program displays all the elements from the different arrays(sorted) into 1 single array(sorted). * updated braces in some parts * included braces in line no 58 * included braces in line 58 and 60 * created trap_rainwater.cpp A program to calculate the maximum amount of water that can be stored between buildings. * deleted rainwater harvesting * deleted palindrome * deleted merge k sorted arrays * deleted binary search tree to linked list * deleted binary search tree to linked list * created min_coins_topdown.cpp This is another version of coins exchange problem solved using top down approach * updated the code please take a look at it * final changes * updated my code * updating DIRECTORY.md * changed int64_t to int8_t and int16_t * edited line 3 * changed line 3 * edited line 3 & removed line 18 * added extra space Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com> |
||
---|---|---|
.. | ||
0_1_knapsack.cpp | ||
armstrong_number.cpp | ||
bellman_ford.cpp | ||
catalan_numbers.cpp | ||
coin_change_topdown.cpp | ||
coin_change.cpp | ||
cut_rod.cpp | ||
edit_distance.cpp | ||
egg_dropping_puzzle.cpp | ||
fibonacci_bottom_up.cpp | ||
floyd_warshall.cpp | ||
kadane2.cpp | ||
kadane.cpp | ||
longest_common_string.cpp | ||
longest_common_subsequence.cpp | ||
longest_increasing_subsequence_(nlogn).cpp | ||
longest_increasing_subsequence.cpp | ||
matrix_chain_multiplication.cpp | ||
palindrome_partitioning.cpp | ||
searching_of_element_in_dynamic_array.cpp | ||
shortest_common_supersequence.cpp | ||
tree_height.cpp | ||
word_break.cpp |