An open API service indexing awesome lists of open source software.

https://github.com/zwrawr/dsalabs

Data Structures and Algorithms lab work
https://github.com/zwrawr/dsalabs

c lab university

Last synced: 1 day ago
JSON representation

Data Structures and Algorithms lab work

Awesome Lists containing this project

README

          

# DSALabs
## About

University of York, Department of Electronics, Data Structures and Algorithms, Labs.
[(DSA Webpage) ](http://www.elec.york.ac.uk/internal_web/meng/yr2/modules/DSA/DSA/) .

## Module Outline

Main themes
- Good Software Design
- Abstract Data Types
- Good Programming in C
- Data Structures
- Introduction to Algorithms focusing on Searching and Sorting
- Algorithm Space and Time Complexity
People
- John Robinson john.robinson@york.ac.uk Lectures and some labs
- Richard Redpath richard.redpath@york.ac.uk Lab leader
- Joel Fergusson joel.fergusson@york.ac.uk Lab demonstrator
[Module outline pdf ](http://www.elec.york.ac.uk/internal_web/meng/yr2/modules/DSA/DSA/Lectures/DSA-student-outline-2016.pdf)

## labs

- [Lab One : Recap](https://github.com/zwrawr/DSALabs/tree/master/Lab1_Recap#readme)
- [Lab Two : Complex Numbers](https://github.com/zwrawr/DSALabs/tree/master/Lab2_ComplexNumbers#readme)
- [Lab Three : Array Lists](https://github.com/zwrawr/DSALabs/tree/master/Lab3_ArrayLists#readme)
- [Lab Four : Linked Lists](https://github.com/zwrawr/DSALabs/tree/master/Lab4_LinkedLists#readme)
- [Lab Five : Sorting](https://github.com/zwrawr/DSALabs/tree/master/Lab5_Sorting#readme)
- [Lab Six : Divide And Conquer](https://github.com/zwrawr/DSALabs/tree/master/Lab6_DivideAndConquer#readme)
- [Lab Seven : Stacks And Queues](https://github.com/zwrawr/DSALabs/tree/master/Lab7_StacksAndQueues#readme)
- [Lab Eight : Binary Search Trees](https://github.com/zwrawr/DSALabs/tree/master/Lab8_BinarySearchTrees#readme)
- [Lab Nine : Hash Tables](https://github.com/zwrawr/DSALabs/tree/master/Lab9_HashTables#readme)