From 408cf939fe9af5f85d6f7885194df5496ea3d92c Mon Sep 17 00:00:00 2001 From: Kshitij Date: Mon, 25 Sep 2023 23:39:15 +0530 Subject: [PATCH] Fixed writeup link for assignment 14 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a525892..b7116a3 100644 --- a/README.md +++ b/README.md @@ -26,8 +26,8 @@ In this repository, you'll find codes for Data Structure Lab. 1. [Assignment 1 - Cricket, Badminton, Football](https://git.kska.io/sppu-se-comp-codes/DSL/src/branch/main/write-ups/assignment%201%20%28cricket%2C%20badminton%2C%20football%29.pdf) 2. Assignment 2 - Marks - _PENDING_ 3. [Assignment 5 - String](https://git.kska.io/sppu-se-comp-codes/DSL/src/branch/main/write-ups/assignment-5%20%28string%29.pdf) -4. [Assignment 11 - Linear, Sentinel, Binary, Fibonnaci Search](https://git.kska.io/sppu-se-comp-codes/DSL/src/branch/main/write-ups/assignment-11%20%28selection%2C%20bubble%20sort%29.pdf) -5. Assignment 14 - Selection, Bubble Sorting - _PENDING_ +4. Assignment 11 - Linear, Sentinel, Binary, Fibonnaci Search - _PENDING_ +5. [Assignment 14 - Selection, Bubble Sorting](https://git.kska.io/sppu-se-comp-codes/DSL/src/branch/main/write-ups/assignment-11%20%28selection%2C%20bubble%20sort%29.pdf) ### Lab Manuals