Implementing the functions of a binary tree class such as inserting, deleting, and printing the nodes using Python
Implementing various functions of a stack using the singly linked list class in Python
Implementation of the max priority queue and providing some functions such as getting length, inserting and deletion using Python
Building a simple virtual assistant that takes input from the user as an audio input and gives the output as a text and audio output in Python