diff --git a/Assignments/Assignment A1 - Hash Table And Collision Handling.pdf b/Assignments/Assignment A1 - Hash Table And Collision Handling.pdf deleted file mode 100644 index e35fcd7..0000000 Binary files a/Assignments/Assignment A1 - Hash Table And Collision Handling.pdf and /dev/null differ diff --git a/Assignments/ERP Assignment - 1.pdf b/Assignments/ERP Assignment - 1.pdf new file mode 100644 index 0000000..bc2c5e8 Binary files /dev/null and b/Assignments/ERP Assignment - 1.pdf differ diff --git a/README.md b/README.md index 9714f50..ee84ab5 100644 --- a/README.md +++ b/README.md @@ -26,12 +26,15 @@ Delve into the realm of Data Structures and Algorithms (DSA) with our Git reposi 11. [Practical F23 - Student information](https://git.kska.io/sppu-se-comp-content/DataStructuresAndAlgorithms/src/branch/main/Codes/Practical-F23.cpp) 12. Practical F24 - Employee information - _PENDING_ +### ERP Assignments +1. [ERP Assignment - 1](https://git.kska.io/sppu-se-comp-content/DataStructuresAndAlgorithms/src/branch/main/Assignments/ERP%20Assignment%20-%201.pdf) + ### Write-Ups -1. [Assignment A1 - Hash Tables and Collision Handling Techniques](https://git.kska.io/sppu-se-comp-content/DataStructuresAndAlgorithms/src/branch/main/Assignments/Assignment%20A1%20-%20Hash%20Table%20And%20Collision%20Handling.pdf) -2. [Assignment A4 - Set Operations](https://git.kska.io/sppu-se-comp-content/DataStructuresAndAlgorithms/src/branch/main/Assignments/Assignment%20A4%20-%20Set%20operations.pdf) -3. [Assignment B5 - Tree data structure](https://git.kska.io/sppu-se-comp-content/DataStructuresAndAlgorithms/src/branch/main/Assignments/Assignment%20B5%20-%20Tree%20data%20structure.pdf) -4. [Assignment B7 - Binary Tree Functions](https://git.kska.io/sppu-se-comp-content/DataStructuresAndAlgorithms/src/branch/main/Assignments/Assignment%20B7%20-%20Binary%20Tree%20Functions.pdf) +1. [Assignment A1 - Hash Tables and Collision Handling Techniques](https://git.kska.io/sppu-se-comp-content/DataStructuresAndAlgorithms/src/branch/main/Write-ups/Practical%20A1%20-%20Hash%20Table%20And%20Collision%20Handling.pdf) +2. [Assignment A4 - Set Operations](https://git.kska.io/sppu-se-comp-content/DataStructuresAndAlgorithms/src/branch/main/Write-ups/Practical%20A4%20-%20Set%20operations.pdf) +3. [Assignment B5 - Tree data structure](https://git.kska.io/sppu-se-comp-content/DataStructuresAndAlgorithms/src/branch/main/Write-ups/Practical%20B5%20-%20Tree%20data%20structure.pdf) +4. [Assignment B7 - Binary Tree Functions](https://git.kska.io/sppu-se-comp-content/DataStructuresAndAlgorithms/src/branch/main/Write-ups/Practical%20B7%20-%20Binary%20Tree%20Functions.pdf) ### Lab Manuals diff --git a/Write-ups/Practical A1 - Hash Table And Collision Handling.pdf b/Write-ups/Practical A1 - Hash Table And Collision Handling.pdf new file mode 100644 index 0000000..efd032b Binary files /dev/null and b/Write-ups/Practical A1 - Hash Table And Collision Handling.pdf differ diff --git a/Assignments/Assignment A4 - Set operations.pdf b/Write-ups/Practical A4 - Set operations.pdf similarity index 100% rename from Assignments/Assignment A4 - Set operations.pdf rename to Write-ups/Practical A4 - Set operations.pdf diff --git a/Assignments/Assignment B5 - Tree data structure.pdf b/Write-ups/Practical B5 - Tree data structure.pdf similarity index 100% rename from Assignments/Assignment B5 - Tree data structure.pdf rename to Write-ups/Practical B5 - Tree data structure.pdf diff --git a/Assignments/Assignment B7 - Binary Tree Functions.pdf b/Write-ups/Practical B7 - Binary Tree Functions.pdf similarity index 100% rename from Assignments/Assignment B7 - Binary Tree Functions.pdf rename to Write-ups/Practical B7 - Binary Tree Functions.pdf