TheAlgorithms-C-Plus-Plus/others
Harsh Singh 34720ae2d3
fix: stairs pattern not printing slash (#2111)
when we propose 2 backslash then it doesn't take it as a comment and gets printed

Co-authored-by: David Leal <halfpacho@gmail.com>
2022-11-18 15:24:39 -06:00
..
buzz_number.cpp Major rework to improve code quality and add automation checks (#805) 2020-06-19 21:34:56 +05:30
CMakeLists.txt Major rework to improve code quality and add automation checks (#805) 2020-06-19 21:34:56 +05:30
decimal_to_binary.cpp Major rework to improve code quality and add automation checks (#805) 2020-06-19 21:34:56 +05:30
decimal_to_hexadecimal.cpp Major rework to improve code quality and add automation checks (#805) 2020-06-19 21:34:56 +05:30
decimal_to_roman_numeral.cpp Major rework to improve code quality and add automation checks (#805) 2020-06-19 21:34:56 +05:30
easter.cpp [feat/fix/docs]: Improve the Easter Determination algorithm (#1675) 2021-10-15 14:05:54 -05:00
fast_integer_input.cpp fix typo: (rename file) fast_interger_input -> fast_integer_input 2020-08-24 01:19:39 +05:30
happy_number.cpp Major rework to improve code quality and add automation checks (#805) 2020-06-19 21:34:56 +05:30
iterative_tree_traversals.cpp feat: Add the Subarray Sum implementation (#1527) 2021-07-21 14:22:16 -05:00
kadanes3.cpp feat: kadane's algorithm added (#1669) 2021-10-15 11:15:53 -05:00
lru_cache.cpp feat: add lru caching algorithm (#1557) 2021-08-17 12:25:08 -05:00
matrix_exponentiation.cpp formatting source-code for a190674131 2020-06-24 22:28:10 +00:00
palindrome_of_number.cpp Major rework to improve code quality and add automation checks (#805) 2020-06-19 21:34:56 +05:30
paranthesis_matching.cpp docs: Change variable names 2020-06-23 18:45:56 -05:00
pascal_triangle.cpp Major rework to improve code quality and add automation checks (#805) 2020-06-19 21:34:56 +05:30
postfix_evaluation.cpp feat: Added Postfix Evaluation (#1083) 2020-09-30 13:48:39 -05:00
primality_test.cpp Major rework to improve code quality and add automation checks (#805) 2020-06-19 21:34:56 +05:30
recursive_tree_traversal.cpp feat: add Recursive tree traversal techniques (#1865) 2022-01-11 19:00:30 -06:00
smallest_circle.cpp Major rework to improve code quality and add automation checks (#805) 2020-06-19 21:34:56 +05:30
sparse_matrix.cpp Major rework to improve code quality and add automation checks (#805) 2020-06-19 21:34:56 +05:30
spiral_print.cpp Major rework to improve code quality and add automation checks (#805) 2020-06-19 21:34:56 +05:30
stairs_pattern.cpp fix: stairs pattern not printing slash (#2111) 2022-11-18 15:24:39 -06:00
tower_of_hanoi.cpp Major rework to improve code quality and add automation checks (#805) 2020-06-19 21:34:56 +05:30
vector_important_functions.cpp Major rework to improve code quality and add automation checks (#805) 2020-06-19 21:34:56 +05:30