Skip to content

Commit 5b715f6

Browse files
committed
Day 20 - Bit manipulation problems.
1 parent 62a9055 commit 5b715f6

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
This repository will contain random algorithm and data structure problems I resolve to solve at least one a day.
33

44
## Current Streak
5-
**19 days**
5+
**20 days**
66
## Longest streak
7-
19 days (August 17, 2015 - Sept 04, 2015)
7+
20 days (August 17, 2015 - Sept 05, 2015)
88

99
## Include Directiory
1010
Include directory and sub directories contain STL like header file implementation of various algorithms and data structures. Following header only implementation,
@@ -44,3 +44,6 @@ please let me know.
4444
- Stock span problem
4545
### Queue
4646
- STL like implementation (include dir)
47+
### Bit Manipulation
48+
- Determine if a number is a power of 2.
49+
- Add two binary number represented as string.

0 commit comments

Comments
 (0)