balbhimk / hactoberfest_2021

Use this as learning repo on how to create successful pull requests. Very basic tasks on Python, CPP,JAVA,HTML
11 stars 62 forks source link

queue_using_LinkedList and Binary Tree #43

Closed souvikm2002 closed 2 years ago

souvikm2002 commented 3 years ago

Here, I made a queue structure using linked list in C++ along with enqueue, dequeue and queuetraversal operations Along with it, Binary tree structure is constructed along with preorder, postorder and inorder traversal functions.