/DSA-S22-G2-Tuts-and-Labs

Contains material used for tuts and labs for group G2 during S22 DSA

Primary LanguageCGNU General Public License v3.0GPL-3.0

(May 11, 2022) REPO WILL NOT BE UPDATED ANYMORE, REFER TO KUNAL'S REPO FOR FUTURE LAB UPDATES. LINKS USED FOR TUT WILL BE SHARED IN THE DISCORD CHANNEL.

DSA-S22-G2-Tuts-and-Labs

Do not copy code from here (or anywhere from the internet) for assignments/projects
DSA is not just understanding the theory, but also being able to implement it.

Contains material used for tuts and labs for group G2 during S22 DSA
Src contains the codes for the (standard/basic) data structures and algorithms covered in the course
Tuts contains the Pdfs and codes related to a specific tutorial
Labs containts the Pdfs and codes related to a specific lab

Useful resources:


Tuts:

  1. C compilation process, headers, macros, structs, pointers, singly and doubly linked lists, Abstract Data Types (ADTs)
  2. Basic time complexity, Stacks, Queues

Labs:

  1. Tournament ADT implementation
  2. Using ADTs in code with .h and .o files of ADTs available, Stacks and Queues ADTs, Deque ADTs