Skip to content

Latest commit

 

History

History
51 lines (38 loc) · 1.22 KB

File metadata and controls

51 lines (38 loc) · 1.22 KB

SPPU-DSAL

Data Structures & Algorithms Lab (SPPU Syllabus)

Repository for SPPU (Savitribai Phule Pune University) DSAL Lab practicals in C++ and Python.


📌 Contents

This repository contains 11 practical implementations covering essential Data Structures & Algorithms as per the SPPU syllabus. Each practical includes:

  • C++ implementations
  • Python implementations (where applicable)
  • Problem statements and sample inputs/outputs

🚀 How to Use

For C++ Code

  1. Compile using g++:
    g++ practical.cpp -o output
    ./output
  2. Test with sample inputs provided in the code.

For Python Code

  1. Run directly:
    python3 practical.py  

🛠️ Technologies Used

  • C++ (STL-supported implementations)
  • Python (For simplified & readable versions)

📜 License

This project is open-source under the MIT License.


🤝 Contributions Welcome!

Feel free to:

  • Report issues 🐛
  • Suggest improvements 💡
  • Add more implementations (Java, C#, etc.)

⭐ Star the repo if you find it useful!