Skip to content

Commit b5fcb36

Browse files
committed
Update README.md
1 parent c0f9829 commit b5fcb36

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,15 @@ While there are a plethora of great guides out there, I wanted to write somethin
1313

1414
# I The Interview
1515

16-
1. Getting Ready
17-
2. Strategies for a great interview
18-
3. Conducting an Interview
16+
The book does an excellent job about discussing the way engineering interviews are conducted. Make a point to read this section.
1917

2018
# II Datastructures and Algorithms
21-
4. Primitive Types
22-
4.0. [Bootcamp Cheat Sheet](/primitive-types/cheetSheet.md)
23-
4.1. [Computing the Parity Bit](/primitive-types/cpp/parity.cpp)
19+
## [Primitive Types](/primitive-types/cheetSheet.md)
20+
| Number | Name | Time Complexity | Answer |
21+
|---|---|---|---|
22+
| 4.1 | Computing the parity of a word | O(log n) | [cpp](/primitive-types/cpp/parity.cpp)|
23+
24+
2425

2526
## Installation
2627

0 commit comments

Comments
 (0)