Explore our Data Structure Lab repo: codes, lab manuals, write-ups. Ace your assignments with practical examples and clear guidance.
lab-manuals | ||
notes | ||
question-papers | ||
write-ups | ||
.gitignore | ||
assignment-1.py | ||
assignment-2.py | ||
assignment-5.py | ||
assignment-11.py | ||
assignment-14.py | ||
assignment-16.py | ||
assignment-19.cpp | ||
assignment-29.cpp | ||
README.md |
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
- DSL - Assignment 1 (Cricket, Badminton, Football)
- DSL - Assignment 2 (Marks)
- DSL - Assignment 5 (String)
- DSL - Assignment 11 (Linear, Sentinel, Binary, Fibonnaci Search)
- DSL - Assignment 14 (Selection, Bubble Sorting)
- DSL - Assignment 16 (Quick sort)
- DSL - Assignment 19 (Pinnacle Club)
- DSL - Assignment 29 (Queue job)
- DSL - Assignment 30 (Priority queue) - TO BE ADDED
- DSL - Assignment 31 (Double-ended queue) - TESTING AND REFINING PENDING - Code available in testing branch
- DSL - Assignment 32 (Circular queue) - TESTING AND REFINING PENDING - Code available in testing branch
Write-ups
- Assignment 1 - Cricket, Badminton, Football
- Assignment 2 - Marks
- Assignment 5 - String
- Assignment 11 - Linear, Sentinel, Binary, Fibonacci Search
- Assignment 14 - Selection, Bubble Sorting
- Assignment 16 - Quick sort
- Assignment 19 - Pinnacle Club - TO BE ADDED
- Assignment 29 - Queue job
- Assignment 30 - Priority queue - TO BE ADDED
- Assignment 31 - Double-ended queue (without flowchart)
- Assignment 32 - Circular queue - TO BE ADDED
Lab Manuals
- Assignment 1 - Cricket, Badminton, Football
- Assignment 2 - Marks
- Assignment 5 - String
- Assignment 11 - Linear, Sentinel, Binary, Fibonnaci Search
- Assignment 14 - Selection, Bubble Sorting
- Assignment 16 - Quick sort
- Assignment 19 - Pinnacle Club
- Assignment 29 - Queue job
- Assignment 30 - Priority queue - TO BE ADDED
- Assignment 31 - Double-ended queue
- Assignment 32 - Circular queue
- Mini Project
Notes
- Unit 1 - Introduction to Algorithm and Data Structures
- Unit 2 - Linear Data Structure Using Sequential Organization
- Unit 3 - Searching and Sorting
- Unit 4 - Linked List
Question Bank
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.
- DSL - Assignment 31 (Double-ended queue) (FROM MA'AM, NOT TESTED)
- DSL - Assignment 32 (Circular queue) (FROM MA'AM, NOT TESTED)
Maintained by notkshitij and TanmaySpamzzz Contributor: Kalaskar_admin03