Data Structure and Algorithm \ Discussed Questions

Discussed questions from all chapters of Data Structure and Algorithm subject from Pokhara University (PU).

Got some questions? Ask here and get help from other students and teachers in this community.

10 questions asked

what is the adt for natural number? From unknown Chapter
13 Mar, 2020
convert between postfix and prefix notation

From The Stack Chapter
15 Mar, 2020
linear queue's implementation code

Can someone give code for implementation of linear queue in C++ ?

From Queue Chapter
4 Apr, 2020
Circular Queue's implementation code please

Exam ma lekhna suhaudo circular queue ko code please :D

From Queue Chapter
5 Apr, 2020
Polynomial equation representation using linked list

From Static and Dynamic List Chapter
19 Aug, 2020
Static list vs Dynamic List

What are static lists and dynamic lists? and what are their differences ?

From Static and Dynamic List Chapter
21 Aug, 2020
How to construct a Binary Search Tree that contains duplicate entries ?

If entries in a BST are duplicate, how should we construct the tree ?

From Trees Chapter
21 Jan, 2021
Is there always a path from a vertex to itself ?

For finding transitve closure, I have found two different methods on the internet. This Video says that there doesnot a

From Graphs Chapter
22 Jan, 2021