Skip to content

Commit 69f7ccf

Browse files
folder reorganization
1 parent 7cae314 commit 69f7ccf

File tree

15 files changed

+18
-18
lines changed

15 files changed

+18
-18
lines changed

β€ŽREADME.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -122,15 +122,15 @@
122122
## [5] Java - Software Design [WIP]
123123
![software design](https://user-images.githubusercontent.com/2780145/109359203-0c895680-78ab-11eb-8347-f5efb39f086c.png)
124124
### NOTES [Useful Info] :
125-
*[-> Design Patterns & Examples in JDK](_moreReadMe/design_patterns_intro)*
125+
*[-> Design Patterns & Examples in JDK](_notes_others/design_patterns_intro)*
126126

127127
*-> Creational Patterns: [Singleton](https://medium.com/geekculture/918194310419), [Builder](https://medium.com/geekculture/9c85f65696e5), [Factory Method](https://medium.com/geekculture/895f93cb4b43), [Prototype](https://medium.com/geekculture/cb4209342a2c)*
128128

129129
*-> Structural Patterns*
130130

131131
*-> Behavioral Patterns*
132132

133-
*[-> Design Patterns Cheat Sheet](_moreReadMe/design_patterns_cheatsheet)*
133+
*[-> Design Patterns Cheat Sheet](_notes_others/design_patterns_cheatsheet)*
134134

135135
### PROGRAMS :
136136

@@ -152,17 +152,17 @@
152152
![algo coding](https://user-images.githubusercontent.com/2780145/109364614-2f206d00-78b5-11eb-8752-e28a8cf67f16.png)
153153

154154
### NOTES [Useful Info] :
155-
*[-> Common Data Structures](_moreReadMe/ds)*
155+
*[-> Common Data Structures](_notes_others/ds)*
156156

157-
*[-> Searching and Sorting Algorithms](_moreReadMe/search_sort)*
157+
*[-> Searching and Sorting Algorithms](_notes_others/search_sort)*
158158

159-
*[-> Tree and Graph Algorithms](_moreReadMe/tree_graph)*
159+
*[-> Tree and Graph Algorithms](_notes_others/tree_graph)*
160160

161-
*[-> Concepts of Dynamic Programming](_moreReadMe/dp)*
161+
*[-> Concepts of Dynamic Programming](_notes_others/dp)*
162162

163-
*[-> Big O Cheat Sheet](_moreReadMe/bigO)*
163+
*[-> Big O Cheat Sheet](_notes_others/bigO)*
164164

165-
*[-> LeetCode Data Structures & Algorithms Patterns](_moreReadMe/leetcode_dsa_patterns)*
165+
*[-> LeetCode Data Structures & Algorithms Patterns](_notes_others/leetcode_dsa_patterns)*
166166

167167
### PROGRAMS :
168168
#### [Basic Programs](_programs_java/java_datastructures_algorithms/basic_programs) | [Recursion Programs](_programs_java/java_datastructures_algorithms/recursion_programs)
@@ -247,13 +247,13 @@
247247

248248
### NOTES [Useful Info] :
249249

250-
*[-> Retrofit](_moreReadMe/android_retrofit) - type-safe HTTP client for Java & Android*
250+
*[-> Retrofit](_notes_others/android_retrofit) - type-safe HTTP client for Java & Android*
251251

252-
*[-> Glide](_moreReadMe/android_glide) - efficient image loading lib with media decoding, memory & disk caching*
252+
*[-> Glide](_notes_others/android_glide) - efficient image loading lib with media decoding, memory & disk caching*
253253

254-
*[-> RoomDB](_moreReadMe/android_roomdb) - ORM based SQLite wrapper for fluent db access*
254+
*[-> RoomDB](_notes_others/android_roomdb) - ORM based SQLite wrapper for fluent db access*
255255

256-
*[-> WorkManager](_moreReadMe/android_workmanager) - schedule deferrable, asynchronous tasks*
256+
*[-> WorkManager](_notes_others/android_workmanager) - schedule deferrable, asynchronous tasks*
257257

258258
*-> ViewModel - store & and manage UI-related data in lifecycle-aware way*
259259

@@ -303,7 +303,7 @@
303303
304304
![Junit5](https://user-images.githubusercontent.com/2780145/109352486-eced3080-78a0-11eb-98ca-e10ae5edb116.png)
305305
306-
#### [Basics of Testing in Java](_moreReadMe/testing)
306+
#### [Basics of Testing in Java](_notes_others/testing)
307307
308308
#### JUnit 5 (Unit Testing Library)
309309
@@ -357,19 +357,19 @@
357357
-->
358358
## Relation of Java and Others Languages
359359
### NOTES [Useful Info] :
360-
*[-> Comparisons between C, C++, C# and Java Language](_moreReadMe/cplusplus)*
360+
*[-> Comparisons between C, C++, C# and Java Language](_notes_others/cplusplus)*
361361

362-
*[-> CheatSheet | C# for Java Developers](_moreReadMe/csharp)*
362+
*[-> CheatSheet | C# for Java Developers](_notes_others/csharp)*
363363

364-
*[-> Java and Python](_moreReadMe/python)*
364+
*[-> Java and Python](_notes_others/python)*
365365

366366
.
367367

368368
## Extras
369369
### NOTES :
370-
*[[USEFUL INFO - Good Java & Computer Science Books for Reference]](_moreReadMe/books)*
370+
*[[USEFUL INFO - Good Java & Computer Science Books for Reference]](_notes_others/books)*
371371

372-
*[[USEFUL INFO - Great Websites for Learning Java & Computer Science]](_moreReadMe/websites)*
372+
*[[USEFUL INFO - Great Websites for Learning Java & Computer Science]](_notes_others/websites)*
373373

374374
.
375375

File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
Β (0)