Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
|
|
| 1 |
# ParcelSortX - Smart Package Sorting and Routing Simulation
|
| 2 |
|
| 3 |
**ParcelSortX** is a simulation project developed in Java with a Swing-based GUI. It was created for an academic *Data Structures* course and demonstrates the effective use of classic data structures such as Queue, Stack, AVL Tree, Hash Table, and Circular Linked List.
|
|
|
|
| 1 |
+
|
| 2 |
# ParcelSortX - Smart Package Sorting and Routing Simulation
|
| 3 |
|
| 4 |
**ParcelSortX** is a simulation project developed in Java with a Swing-based GUI. It was created for an academic *Data Structures* course and demonstrates the effective use of classic data structures such as Queue, Stack, AVL Tree, Hash Table, and Circular Linked List.
|