mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-04-29 13:03:58 +08:00
Create power_of_two.cpp (#1315)
* Create power_of_two.cpp This Pull Request is for HacktoberFest 2020 * Update math/power_of_two.cpp Co-authored-by: David Leal <halfpacho@gmail.com> * Update math/power_of_two.cpp Co-authored-by: David Leal <halfpacho@gmail.com> * Update math/power_of_two.cpp Co-authored-by: David Leal <halfpacho@gmail.com> * Update math/power_of_two.cpp Co-authored-by: David Leal <halfpacho@gmail.com> * Update math/power_of_two.cpp Co-authored-by: David Leal <halfpacho@gmail.com> * Update math/power_of_two.cpp Co-authored-by: David Leal <halfpacho@gmail.com> * updating DIRECTORY.md * clang-format and clang-tidy fixes for3d017c44* Update math/power_of_two.cpp Co-authored-by: David Leal <halfpacho@gmail.com> * Update math/power_of_two.cpp Co-authored-by: David Leal <halfpacho@gmail.com> * Update math/power_of_two.cpp Co-authored-by: David Leal <halfpacho@gmail.com> * clang-format and clang-tidy fixes forf76c1009Co-authored-by: David Leal <halfpacho@gmail.com> Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
This commit is contained in:
@@ -164,6 +164,7 @@
|
||||
* [Ncr Modulo P](https://github.com/TheAlgorithms/C-Plus-Plus/blob/master/math/ncr_modulo_p.cpp)
|
||||
* [Number Of Positive Divisors](https://github.com/TheAlgorithms/C-Plus-Plus/blob/master/math/number_of_positive_divisors.cpp)
|
||||
* [Power For Huge Numbers](https://github.com/TheAlgorithms/C-Plus-Plus/blob/master/math/power_for_huge_numbers.cpp)
|
||||
* [Power Of Two](https://github.com/TheAlgorithms/C-Plus-Plus/blob/master/math/power_of_two.cpp)
|
||||
* [Prime Factorization](https://github.com/TheAlgorithms/C-Plus-Plus/blob/master/math/prime_factorization.cpp)
|
||||
* [Prime Numbers](https://github.com/TheAlgorithms/C-Plus-Plus/blob/master/math/prime_numbers.cpp)
|
||||
* [Primes Up To Billion](https://github.com/TheAlgorithms/C-Plus-Plus/blob/master/math/primes_up_to_billion.cpp)
|
||||
|
||||
Reference in New Issue
Block a user