My solutions for the lab works of the stated course.
Data structure was one of the courses I took during my studies in University of Malaya, Malaysia under the Faculty of Computer Science and Information Technology. It was conducted using Java. This repository consists of my solutions on the labaratories of the course as of June 2019.
- L01 Programming Fundamentals
- L02 Recursion
- L03 Generics
- L04 ADT & Bags
- L05 Linked List
- L06 Linked List (2)
- L07 Stacks
- L08
- L09 Queue
- L10 Searching & Sorting
- L11 Binary Search Tree
- L12 Heap
- Viva1
- Viva2
- Viva3
- Questions for each lab can be found in the
Lab(number).pdf
file of each folder. - Additional data or input/ouput files in the form of
.txt
or.dat
for each lab are included in their respective folders.
- Please refer to CONTRIBUTE.md for details. 😍
Data Structure is released under the MIT license.