Skip to content

Commit b8492b3

Browse files
committed
Update readme
1 parent 160da5c commit b8492b3

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

README.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
<h1 align="center">
32
<br>
43
<img width="220" src="https://coderbytestaticimages.s3.amazonaws.com/consumer-v2/nav/cb_logo_blue.png" alt="awesome">
@@ -7,31 +6,32 @@
76

87
Coding challenges and technical interview preps
98

9+
## Google Interview Prep
1010

11-
### Google Interview Prep
11+
- Find the middle element of a linked list
1212

13-
#### - Find the middle element of a linked list
13+
- Two sum problem</br>
1414

15-
#### - Two sum problem</br>
1615
Determine if two numbers in an array sum to a specific value
1716

18-
#### - Print all subsets (power set) of a given set</br>
17+
- Print all subsets (power set) of a given set</br>
18+
1919
Printing all possible subsets of a given set
2020

21-
#### - Subset sum problem
21+
- Subset sum problem
2222

23-
#### - Determine if a tree is a subtree of a larger binary tree
23+
- Determine if a tree is a subtree of a larger binary tree
2424

25-
#### - Generate all balanced bracket combinations
25+
- Generate all balanced bracket combinations
2626

27-
#### - Find all string combinations of only 0, 1 and ?
27+
- Find all string combinations of only 0, 1 and ?
2828

29-
#### - Insert an interval into a list of sorted disjoint intervals
29+
- Insert an interval into a list of sorted disjoint intervals
3030

31-
#### - Implement a queue using two stacks
31+
- Implement a queue using two stacks
3232

33-
#### - Counting steps using recursion
33+
- Counting steps using recursion
3434

35-
#### - Stock maximum profit
35+
- Stock maximum profit
3636

37-
#### - Quickly calculate the cube root of a number
37+
- Quickly calculate the cube root of a number

0 commit comments

Comments
 (0)