Commit Graph

1 Commits

Author SHA1 Message Date
Vedant Mukhedkar
0301b4cd17 Added a bit manipulation program to determine even or odd numbers (#2959)
* Create check_even_odd.cpp

Implementation to Check if a number is Even or Odd using Bitwise Operator

* Update check_even_odd.cpp

* Create factorial_top_down_dp.cpp

* Delete dynamic_programming/factorial_top_down_dp.cpp

Deleted the one file as there was 2 files in the commit

* Create factorial_top_down_dp.cpp

* Delete dynamic_programming/factorial_top_down_dp.cpp

* Update bit_manipulation/check_even_odd.cpp

Co-authored-by: realstealthninja <68815218+realstealthninja@users.noreply.github.com>

* Update bit_manipulation/check_even_odd.cpp

Co-authored-by: realstealthninja <68815218+realstealthninja@users.noreply.github.com>

* Update bit_manipulation/check_even_odd.cpp

Co-authored-by: realstealthninja <68815218+realstealthninja@users.noreply.github.com>

* Update bit_manipulation/check_even_odd.cpp

Co-authored-by: realstealthninja <68815218+realstealthninja@users.noreply.github.com>

* Update check_even_odd.cpp

modified

* Update check_even_odd.cpp

reverted to boolean to check if number is even or not

---------

Co-authored-by: realstealthninja <68815218+realstealthninja@users.noreply.github.com>
2025-09-24 03:47:05 +00:00