Explore our Data Structure Lab repo: codes, lab manuals, write-ups. Ace your assignments with practical examples and clear guidance.
Go to file
2023-12-07 14:28:42 +05:30
diwali-work assgn2 diwali writeup added 2023-11-13 15:15:21 +05:30
lab-manuals converted lab manuals for assignment 26 and 27 to pdf and added apparatus 2023-11-13 20:07:42 +05:30
notes unit 6,quicksort, dqueue, priority queue added 2023-12-04 10:25:03 +05:30
question-papers added question paper for end sem (nov 2022) 2023-10-29 23:40:44 +05:30
write-ups added write-up for assignment 27 2023-11-10 23:32:14 +05:30
.gitignore added assignment 31, 32 2023-10-26 20:35:33 +05:30
assignment-1.py fixed last option in assignment-1, changed variable names for better understanding, cleaner code. [perfect code] 2023-12-07 14:28:42 +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 C19 updated entire code 2023-10-30 11:23:47 +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-26.cpp dsl d26 code added 2023-11-10 12:17:33 +05:30
assignment-27.cpp added d27 code 2023-11-10 18:24:57 +05:30
assignment-29.cpp e29 fixed dequeue error 2023-12-05 10:19:07 +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
DSL Index.pdf index pdf added 2023-11-23 20:13:19 +05:30
README.md readme updated 2023-12-06 18:20:51 +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 26 (Stack Expression)
  10. DSL - Assignment 27 (Infix to Postfix)
  11. DSL - Assignment 29 (Queue job)
  12. DSL - Assignment 31 (Double-ended queue)
  13. 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
  8. Assignment 20 - Cinemax Theatre
  9. Assignment 26 - Stack Expression
  10. Assignment 27 - Infix to Prefix
  11. Assignment 29 - Queue job
  12. Assignment 31 - Double-ended queue
  13. 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. Assignment 20 - Cinemax theater
  9. Assignment 26 - Stack (Expression)
  10. Assignment 27 - Stack (Infix to posfix)
  11. Assignment 29 - Queue job
  12. Assignment 31 - Double-ended queue
  13. Assignment 32 - Circular queue
  14. 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
  5. Unit 5 - Stack
  6. Unit 6 - Queue

Question Bank

Question Papers

  1. IN-SEM
  2. END-SEM

Diwali work

  1. Assignment 1 - Questions
  2. Assignment 2 - Questions

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:

Contributor: Kalaskar_admin03