Skip to content
This repository was archived by the owner on May 10, 2021. It is now read-only.

Commit 2dc8412

Browse files
authored
Update README.md
1 parent 9adf1e9 commit 2dc8412

File tree

1 file changed

+16
-13
lines changed

1 file changed

+16
-13
lines changed

README.md

Lines changed: 16 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,8 @@ List<String> listOfStrings = new ArrayList<>();
1414
List<Integer> listOfIntegers = new ArrayList<>();
1515
```
1616

17-
## Repository Overview
18-
### Incomplete - Use the below to implement your own solutions.
19-
#### 🎯 \[[custom-data-structure](https://github.com/yuelchen/java-interview-prep/tree/main/custom-data-structure)\]/
20-
#### 🎯 \[[practice-algorithms](https://github.com/yuelchen/java-interview-prep/tree/main/practice-algorithms)\]/
21-
22-
### Completed - Use the below as reference and review.
23-
#### 🎯 \[[custom-data-structure \[complete\]](https://github.com/yuelchen/java-interview-prep/tree/main/custom-data-structure%20%5Bcomplete%5D)\]/
24-
#### 🎯 \[[practice-algorithms \[complete\]](https://github.com/yuelchen/java-interview-prep/tree/main/practice-algorithms%20%5Bcomplete%5D)\]/
25-
26-
## Data Structures Custom Implementations:
17+
## What's Covered?
18+
### Custom Implementation of Data Structures
2719
- Queue
2820
- Stack
2921
- HashSet
@@ -38,12 +30,23 @@ List<Integer> listOfIntegers = new ArrayList<>();
3830
- Binary Min Heap
3931
- Binary Max Heap
4032

41-
## Algorithm Implementations:
42-
### Searching
33+
### Algorithm Implementations:
34+
#### Searching
4335
- Linear Search
4436
- Binary Search
45-
### Sorting
37+
#### Sorting
4638
- Selection Sort
4739
- Insertion Sort
4840
- Quick Sort
4941
- Merge Sort
42+
43+
## Repository Overview
44+
### Incomplete - Use the below to implement your own solutions.
45+
#### 🎯 \[[custom-data-structure](https://github.com/yuelchen/java-interview-prep/tree/main/custom-data-structure)\]/
46+
#### 🎯 \[[practice-algorithms](https://github.com/yuelchen/java-interview-prep/tree/main/practice-algorithms)\]/
47+
48+
### Completed - Use the below as reference and review.
49+
#### 🎯 \[[custom-data-structure \[complete\]](https://github.com/yuelchen/java-interview-prep/tree/main/custom-data-structure%20%5Bcomplete%5D)\]/
50+
#### 🎯 \[[practice-algorithms \[complete\]](https://github.com/yuelchen/java-interview-prep/tree/main/practice-algorithms%20%5Bcomplete%5D)\]/
51+
52+

0 commit comments

Comments
 (0)