This repo is a collection of various data structures & algorithms and some other useful python scripts.
Arrange is useful script to arrange mixed up files in a folder to different folders based on their types. It have a easy to use interface through which the folder to be arranged can be selected and the files will get arranged into different folder like Doucments, Videos, Music etc.
It is the implementation for Circular Linked List. Various list operations possible are addition, deletion, searching.
It is the implementation for counting sort on a list of numbers.
It is the implementation for doubly Linked List. Various list operations possible are addition, deletion, searching.
It is the implementation for heap . Various operations possible are addition, deletion, searching.
It is the implementation for Linked List. Various list operations possible are addition, deletion, searching.
It is the implementation for merge sort algorithm to sort a list of numbers.
It is the implementation for quick sort algorithm to sort a list of numbers.
Implementation of stack.