Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 1.61 KB

README.md

File metadata and controls

40 lines (29 loc) · 1.61 KB

This repository contains the code and notes for labs of the 2023-2024 presentation of the Data Structures & Algorithms module at the University of Sussex.

Lectures

PDFs of the lecture slides are available on Canvas for you to download.

Labs

In the labs/ directory you can find this module's lab exercises.

These are a combination of code and accompanying notes.

So that you can edit and run the code, you should clone this repository. There are multiple ways to do this, but the best is to open a terminal and run:

git clone https://github.com/bertie-wheen/dsa-2023-4 dsa

You can then run

cd dsa

to move into your local version of this repository.

Note that whenever a command is mentioned (with the exception of the two above), such as

python labs singly_linked_list

it's supposed to be run from here, i.e. from within the top level dsa/ directory (or whatever you rename to).

However, you will likely find you have a better experience reading the lab notes (which are README.md files in the appropriate directories) if you do it through the GitHub online interface (i.e. by visiting github.com/bertie-wheen/dsa-2023-4 in a web browser, which is probably the way you're reading this one), as most people prefer to read the rendered Markdown rather than the raw files themselves (plus you can use the hyperlinks to easily move between places).