data-structures-and-algorithms
This repository is going to be for problem-solving tasks provided by ASAC team - Java Advanced course
| Challenge | Subject | Link |
|---|---|---|
| 01 | Reverse an array | Link |
| 02 | array-insert-shift | Link |
| 03 | array-binary-search | Link |
| 04-09 | linked-list | Link |
| 10 | stack-and-queue | Link |
| 11 | PseudoQueue | Link |
| 12 | AnimalShelter | Link |
| 13 | stack-queue-brackets | Link |
| 15 | Trees | Link |
| 16 | Tree Max | Link |
| 17 | Breadth First | Link |
| 26 | Insertion Sort | Link Blog |
| 27 | Merge Sort | Link Blog |
| 28 | Quick Sort | Link Blog |
| 30 | Hash Table | Link |
| 31 | hashmap-repeated-word | Link |
| 32 | tree-intersection | Link |
| 33 | hashmap-left-join | Link |
| 35 | Graph | Link |
| 36 | graph-breadth-first | Link |
| 37 | graph-business-trip | Link |
| 38 | graph-depth-first | Link |