|
1 |
| - |
2 | 1 | <h1 align="center">
|
3 | 2 | <br>
|
4 | 3 | <img width="220" src="https://coderbytestaticimages.s3.amazonaws.com/consumer-v2/nav/cb_logo_blue.png" alt="awesome">
|
|
7 | 6 |
|
8 | 7 | Coding challenges and technical interview preps
|
9 | 8 |
|
| 9 | +## Google Interview Prep |
10 | 10 |
|
11 |
| -### Google Interview Prep |
| 11 | +- Find the middle element of a linked list |
12 | 12 |
|
13 |
| -#### - Find the middle element of a linked list |
| 13 | +- Two sum problem</br> |
14 | 14 |
|
15 |
| -#### - Two sum problem</br> |
16 | 15 | Determine if two numbers in an array sum to a specific value
|
17 | 16 |
|
18 |
| -#### - Print all subsets (power set) of a given set</br> |
| 17 | +- Print all subsets (power set) of a given set</br> |
| 18 | + |
19 | 19 | Printing all possible subsets of a given set
|
20 | 20 |
|
21 |
| -#### - Subset sum problem |
| 21 | +- Subset sum problem |
22 | 22 |
|
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 |
24 | 24 |
|
25 |
| -#### - Generate all balanced bracket combinations |
| 25 | +- Generate all balanced bracket combinations |
26 | 26 |
|
27 |
| -#### - Find all string combinations of only 0, 1 and ? |
| 27 | +- Find all string combinations of only 0, 1 and ? |
28 | 28 |
|
29 |
| -#### - Insert an interval into a list of sorted disjoint intervals |
| 29 | +- Insert an interval into a list of sorted disjoint intervals |
30 | 30 |
|
31 |
| -#### - Implement a queue using two stacks |
| 31 | +- Implement a queue using two stacks |
32 | 32 |
|
33 |
| -#### - Counting steps using recursion |
| 33 | +- Counting steps using recursion |
34 | 34 |
|
35 |
| -#### - Stock maximum profit |
| 35 | +- Stock maximum profit |
36 | 36 |
|
37 |
| -#### - Quickly calculate the cube root of a number |
| 37 | +- Quickly calculate the cube root of a number |
0 commit comments