Skip to content

SlytherSavior/9618-p4

Repository files navigation

📚 Data Structures Implementation in Python / Java

This repository contains fundamental implementations of various data structures in Python as well as Java, tailored for A-Level Computer Science (9618 CAIE syllabus) students. These data structures include stacks, queues, linked lists, and more. The implementations illustrate key operations and ensure the structures work within user-defined constraints.

🌟 Features

  • Stack: Implementation with push and pop operations.
  • Queue: Implementation with enqueue and dequeue operations.
  • Linked List: Implementation with insertion and deletion operations.
  • PastPaperQuestions: Also practice, and past paper questions of paper 4 as well !

🚀 Getting Started

Prerequisites

  • Python 3.x
  • Java version 20.0.1

Running the Code

  1. Clone the repository:
    git clone https://github.com/SlytherSavior/9618-p4.git
    cd 9618-p4
    
    

🤝 Contributing

Contributions are welcome! Please fork this repository and submit a pull request.

📜 License

This project is license under the MIT License

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published