Welcome to the Coding Practice Tasks repository! This project hosts the code for all the tasks completed as part of my "100 Days of Code" challenge. Here, you will find various algorithms and data structures implemented in different programming languages.
- Algorithms Day 3-5: Implementations of different sorting algorithms like Insertion Sort, Bubble Sort, Quick Sort, and Selection Sort.
Insertion Sort
Bubble Sort
Quick Sort
Selection Sort
- Data Structures Day 1-2: Basic data structures explored in these initial days.
To clone and run these scripts, you will need Git installed on your computer. You can clone this repository using the following command:
git clone https://github.com/ahsanGoheer/Coding-Practice-Tasks.git
This project is licensed under the GPL-3.0 License - see the LICENSE file for details.
Feel free to fork this repository and propose changes via pull requests.