TheAlgorithms-C-Plus-Plus/others
AlternateWalls a9882e6f25
[feat/fix/docs]: Improve the Easter Determination algorithm (#1675)
* Create easter.cpp

* Update easter.cpp

* Update easter.cpp

* Update easter.cpp

* Update others/easter.cpp

Co-authored-by: David Leal <halfpacho@gmail.com>

* Update others/easter.cpp

Co-authored-by: David Leal <halfpacho@gmail.com>

* Update others/easter.cpp

Co-authored-by: David Leal <halfpacho@gmail.com>

* updating DIRECTORY.md

* clang-format and clang-tidy fixes for f8e4e3fb

* Update others/easter.cpp

Co-authored-by: David Leal <halfpacho@gmail.com>

* Update others/easter.cpp

Co-authored-by: David Leal <halfpacho@gmail.com>

* Update others/easter.cpp

Co-authored-by: David Leal <halfpacho@gmail.com>

* Update others/easter.cpp

Co-authored-by: David Leal <halfpacho@gmail.com>

* Update others/easter.cpp

Co-authored-by: David Leal <halfpacho@gmail.com>

* Update others/easter.cpp

Co-authored-by: David Leal <halfpacho@gmail.com>

* clang-format and clang-tidy fixes for aae0d475

* Update easter.cpp

* Update easter.cpp

* clang-format and clang-tidy fixes for e033f98f

Co-authored-by: David Leal <halfpacho@gmail.com>
Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
2021-10-15 14:05:54 -05: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
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 Major rework to improve code quality and add automation checks (#805) 2020-06-19 21:34:56 +05:30
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