diff --git a/README.md b/README.md index 5aebac8..285710f 100644 --- a/README.md +++ b/README.md @@ -47,8 +47,11 @@ In this repository, you'll find codes for Data Structure Lab. ### Work in progress > 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/main/quicksortEarlyAccess.py) +[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) ---