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

Commit 9d16937

Browse files
authored
Update README.md
1 parent 6a5d1df commit 9d16937

File tree

1 file changed

+16
-10
lines changed

1 file changed

+16
-10
lines changed

README.md

Lines changed: 16 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -39,17 +39,23 @@ List<Integer> listOfIntegers = new ArrayList<>();
3939
- Merge Sort
4040

4141
## Repository Overview
42-
### Data Structure Java Projects
43-
#### 🎯 \[[custom-data-structure](https://github.com/yuelchen/java-interview-prep/tree/main/custom-data-structure)\]/
44-
The incomplete version to be used for practice and implementing on your own.
45-
#### 🎯 \[[custom-data-structure \[complete\]](https://github.com/yuelchen/java-interview-prep/tree/main/custom-data-structure%20%5Bcomplete%5D)\]/
46-
The completed version to be used for reference.
42+
### Data Structure Java Practice Project(s)
43+
#### 🎯 \[[custom-data-structure](https://github.com/yuelchen/java-interview-prep/tree/main/custom-data-structure)\]/
44+
The incomplete version to be used for practice and implementing on your own.
45+
#### 🎯 \[[custom-data-structure \[complete\]](https://github.com/yuelchen/java-interview-prep/tree/main/custom-data-structure%20%5Bcomplete%5D)\]/
46+
The completed version to be used for reference.
4747

48-
### Algorithm Java Projects
49-
#### 🎯 \[[practice-algorithms](https://github.com/yuelchen/java-interview-prep/tree/main/practice-algorithms)\]/
50-
The incomplete version to be used for practice and implementing on your own.
51-
#### 🎯 \[[practice-algorithms \[complete\]](https://github.com/yuelchen/java-interview-prep/tree/main/practice-algorithms%20%5Bcomplete%5D)\]/
52-
The completed version to be used for reference.
48+
### Algorithm Java Practice Project(s)
49+
#### 🎯 \[[practice-algorithms](https://github.com/yuelchen/java-interview-prep/tree/main/practice-algorithms)\]/
50+
The incomplete version to be used for practice and implementing on your own.
51+
#### 🎯 \[[practice-algorithms \[complete\]](https://github.com/yuelchen/java-interview-prep/tree/main/practice-algorithms%20%5Bcomplete%5D)\]/
52+
The completed version to be used for reference.
53+
54+
### Mathematics Java Practice Project(s)
55+
#### 🎯 \[[practice-mathematics](https://github.com/yuelchen/java-interview-prep/tree/main/practice-mathematics)\]/
56+
The incomplete version to be used for practice and implementing on your own.
57+
#### 🎯 \[[practice-mathematics \[complete\]](https://github.com/yuelchen/java-interview-prep/tree/main/practice-mathematics%20%5Bcomplete%5D)\]/
58+
The completed version to be used for reference.
5359

5460
## Big O Notation
5561
### Data Structures in Big O Notation

0 commit comments

Comments
 (0)