@@ -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