DSL/README.md

6.0 KiB

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 29 (Queue job)
  9. DSL - Assignment 30 (Priority queue) - TO BE ADDED
  10. DSL - Assignment 31 (Double-ended queue) - TESTING AND REFINING PENDING - Code available in testing branch
  11. DSL - Assignment 32 (Circular queue) - TESTING AND REFINING PENDING - Code available in testing branch

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 (without flowchart)
  9. Assignment 30 - Priority queue - TO BE ADDED
  10. Assignment 31 - Double-ended queue (without flowchart)
  11. Assignment 32 - Circular queue - TO BE ADDED

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 29 - Queue job
  9. Assignment 30 - Priority queue - TO BE ADDED
  10. Assignment 31 - Double-ended queue
  11. Assignment 32 - Circular queue
  12. 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

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.

  1. DSL - Assignment 31 (Double-ended queue) (FROM MA'AM, NOT TESTED)
  2. DSL - Assignment 32 (Circular queue) (FROM MA'AM, NOT TESTED)

Maintained by notkshitij and TanmaySpamzzz Contributor: Kalaskar_admin03