Explore our Data Structure Lab repo: codes, lab manuals, write-ups. Ace your assignments with practical examples and clear guidance.
Go to file
2023-10-31 11:11:22 +05:30
lab-manuals added code and lab manual for assignment 20 and updated README link 2023-10-31 11:11:22 +05:30
notes unit 4 ppt added 2023-10-25 23:55:23 +05:30
question-papers added question paper for end sem (nov 2022) 2023-10-29 23:40:44 +05:30
write-ups added assignment 31,32 2023-10-26 20:23:39 +05:30
.gitignore added assignment 31, 32 2023-10-26 20:35:33 +05:30
assignment-1.py Changed internal file permissions 2023-09-25 17:54:49 +05:30
assignment-2.py Added assignment 2 code 2023-09-25 17:50:23 +05:30
assignment-5.py A5 added 2023-09-25 18:23:02 +05:30
assignment-11.py Added assignment-11 (linear, sentinel, binary, fibonacci) code. Binary and fibonacci don't exactly work 2023-10-17 19:09:59 +05:30
assignment-14.py Added code for assignment 14 2023-09-25 17:54:20 +05:30
assignment-16.py Merged quick sort in main branch from testing 2023-10-16 19:32:29 +05:30
assignment-19.cpp Added assignment-19 (singly linked list for PRN and name) which takes PRN and names for n students and displays it 2023-10-17 18:21:09 +05:30
assignment-20.cpp added code and lab manual for assignment 20 and updated README link 2023-10-31 11:11:22 +05:30
assignment-29.cpp Updated link for assignment-16 (quick sort) in README 2023-10-16 20:33:35 +05:30
assignment-31.cpp updated readme and removed unnecessary content from assignment 31,32 codes 2023-10-26 20:44:08 +05:30
assignment-32.cpp updated readme and removed unnecessary content from assignment 31,32 codes 2023-10-26 20:44:08 +05:30
README.md added code and lab manual for assignment 20 and updated README link 2023-10-31 11:11:22 +05:30

DSL

Explore our Data Structure Lab repository: codes, lab manuals, write-ups. Ace your assignments with practical examples and clear guidance.


In this repository, you'll find codes for Data Structure Lab.

Index

Codes

  1. DSL - Assignment 1 (Cricket, Badminton, Football)
  2. DSL - Assignment 2 (Marks)
  3. DSL - Assignment 5 (String)
  4. DSL - Assignment 11 (Linear, Sentinel, Binary, Fibonnaci Search)
  5. DSL - Assignment 14 (Selection, Bubble Sorting)
  6. DSL - Assignment 16 (Quick sort)
  7. DSL - Assignment 19 (Pinnacle Club)
  8. DSL - Assignment 20 (Cinemax theater)
  9. DSL - Assignment 29 (Queue job)
  10. DSL - Assignment 30 (Priority queue) - TO BE ADDED
  11. DSL - Assignment 31 (Double-ended queue)
  12. DSL - Assignment 32 (Circular queue)

Write-ups

  1. Assignment 1 - Cricket, Badminton, Football
  2. Assignment 2 - Marks
  3. Assignment 5 - String
  4. Assignment 11 - Linear, Sentinel, Binary, Fibonacci Search
  5. Assignment 14 - Selection, Bubble Sorting
  6. Assignment 16 - Quick sort
  7. Assignment 19 - Pinnacle Club - TO BE ADDED
  8. Assignment 29 - Queue job
  9. Assignment 30 - Priority queue - TO BE ADDED
  10. Assignment 31 - Double-ended queue
  11. Assignment 32 - Circular queue

Lab Manuals

  1. Assignment 1 - Cricket, Badminton, Football
  2. Assignment 2 - Marks
  3. Assignment 5 - String
  4. Assignment 11 - Linear, Sentinel, Binary, Fibonnaci Search
  5. Assignment 14 - Selection, Bubble Sorting
  6. Assignment 16 - Quick sort
  7. Assignment 19 - Pinnacle Club
  8. DSL - Assignment 20 (Cinemax theater)
  9. Assignment 29 - Queue job
  10. Assignment 30 - Priority queue - TO BE ADDED
  11. Assignment 31 - Double-ended queue
  12. Assignment 32 - Circular queue
  13. Mini Project

Notes

  1. Unit 1 - Introduction to Algorithm and Data Structures
  2. Unit 2 - Linear Data Structure Using Sequential Organization
  3. Unit 3 - Searching and Sorting
  4. Unit 4 - Linked List

Question Bank

Question Papers

  1. IN-SEM
  2. END-SEM

Work in progress

These are the codes we're working on. They may not work the way intended. To view all the codes that are being built, checkout the testing branch.

ALL TESTING CODES MERGED IN MAIN BRANCH. NO CHANGES PENDING.


Maintained by notkshitij and TanmaySpamzzz Contributor: Kalaskar_admin03