This directory contains the implementations for the Data Structures lab curriculum, strictly bifurcated into units.
🔹 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.
Navigate to the specific unit folder in your terminal and execute the Python file:
cd Unit_1
python exp1_StackADT.py