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
- Host: GitHub
- URL: https://github.com/zwrawr/dsalabs
- Owner: zwrawr
- Created: 2016-11-09T00:58:19.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-09T19:02:26.000Z (over 9 years ago)
- Last Synced: 2025-11-11T19:08:01.173Z (7 months ago)
- Topics: c, lab, university
- Language: C
- Homepage:
- Size: 133 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)