From c6d803400aabdf43f3a9d17e51c6a9915f130965 Mon Sep 17 00:00:00 2001 From: Kshitij Date: Mon, 16 Oct 2023 20:21:12 +0530 Subject: [PATCH] Added link for assignment-29 to README --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 38279bf..a5b9189 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* ---