diff --git a/README.md b/README.md index 38279bf..cd1e0b5 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ In this repository, you'll find codes for Data Structure Lab. 11. DSL - Assignment 11 (Linear, Sentinel, Binary, Fibonnaci Search) - _PENDING_ 14. [DSL - Assignment 14 (Selection, Bubble Sorting)](https://git.kska.io/sppu-se-comp-codes/DSL/src/branch/main/assignment-14.py) 16. [DSL - Assignment 16 (Quick sort)](https://git.kska.io/sppu-se-comp-codes/DSL/src/branch/main/assignment-16.py) +29. [DSL - Assignment 29 (Queue Job)](https://git.kska.io/sppu-se-comp-codes/DSL/src/branch/main/assignment-29.py) ### Write-ups @@ -52,9 +53,7 @@ In this repository, you'll find codes for Data Structure Lab. > These are the codes we're working on. They *may not work* the way intended. > To view all the codes that are being built, checkout the [testing branch](https://git.kska.io/sppu-se-comp-codes/DSL/src/branch/testing). -[quicksortEarlyAccess.py](https://git.kska.io/sppu-se-comp-codes/DSL/src/branch/testing/quicksortEarlyAccess.py) - -[assignment-29 (Early access).cpp](https://git.kska.io/sppu-se-comp-codes/DSL/src/branch/testing/assignment-29%20%28Early%20access%29.cpp) +**ALL TESTING CODES HAVE BEEN MERGED IN THE MAIN BRANCH.** ---