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.
- 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 !
- Python 3.x
- Java version 20.0.1
- Clone the repository:
git clone https://github.com/SlytherSavior/9618-p4.git cd 9618-p4
Contributions are welcome! Please fork this repository and submit a pull request.
This project is license under the MIT License