Skip to content

da-tum/DS-Lab-Experiments

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🧪 Data Structures Lab Experiments

This directory contains the implementations for the Data Structures lab curriculum, strictly bifurcated into units.

📂 Directory Structure

🔹 Unit 1: [PLACEHOLDER - Provide a brief description of Unit 1 topics, e.g., Basic ADTs and Recursion]

  • exp1_StackADT.py: [PLACEHOLDER - Brief explanation of this experiment]
  • exp2_complexityDrill.py: [PLACEHOLDER - Brief explanation of this experiment]
  • exp3_factorial.py: [PLACEHOLDER - Brief explanation of this experiment]
  • exp4_fibonacci.py: [PLACEHOLDER - Brief explanation of this experiment]
  • exp5_hanoi.py: [PLACEHOLDER - Brief explanation of this experiment]
  • exp6_binary.py: [PLACEHOLDER - Brief explanation of this experiment]

🔹 Unit 2: [PLACEHOLDER - Provide a brief description of Unit 2 topics, e.g., Advanced Linear Structures]

  • exp7_array1D.py: [PLACEHOLDER - Brief explanation of this experiment]
  • exp8_array2D.py: [PLACEHOLDER - Brief explanation of this experiment]
  • exp9_dynamicArray.py: [PLACEHOLDER - Brief explanation of this experiment]
  • exp10_SLL.py: [PLACEHOLDER - Brief explanation of this experiment]
  • exp11_DLL.py: [PLACEHOLDER - Brief explanation of this experiment]
  • exp12_stackSLL.py: [PLACEHOLDER - Brief explanation of this experiment]
  • exp13_queueSLL.py: [PLACEHOLDER - Brief explanation of this experiment]
  • experiment-10-understadning.py: Extra conceptual notes/implementations for Experiment 10.

🚀 How to Run

Navigate to the specific unit folder in your terminal and execute the Python file:

cd Unit_1
python exp1_StackADT.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages