We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76db08d commit 7087bdfCopy full SHA for 7087bdf
README.md
@@ -31,6 +31,7 @@ ACM-ICPC Algorithms is a collection of important algorithms and data structures
31
* [Depth First Search](/DFS)
32
* [Bit Manipulation](/BitManipulation)
33
* [Checking Power of 2](/BitManipulation/Checking_power_of_2)
34
+ * [Nth Magic No](/BitManipulation/Nth_magic_number)
35
* [Count Ones](/BitManipulation/count_ones)
36
* [Divide Integers](/BitManipulation/divide_integers)
37
* [Even Odd](/BitManipulation/even_odd)
0 commit comments