Coders Packet

Packets submitted by Patnam Venkata Koushik

Binary search tree class in Python

Implementing the functions of a binary tree class such as inserting, deleting, and printing the nodes using Python

Building stack using linked list in Python

Implementing various functions of a stack using the singly linked list class in Python

Max priority queue using Python

Implementation of the max priority queue and providing some functions such as getting length, inserting and deletion using Python

Simple virtual assistant 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