Coders Packet

Packets submitted by Akshat Kumar

Searching and Sorting Techniques in Python

This project shows the working of Searching algorithms- Linear search and Binary search and sorting algorithm- Selection sort and Bubble sort

Depth First Search and Breadth First Search in Python

This Project Highlights the Depth First Search and Breadth First Search Algorithms and their implementation in Python.