Tree in Data structure YASH PAL, 30 May 202018 August 2025 A tree is a nonlinear data structure that represents the hierarchical relationship among its elements…. Continue Reading
Polish Notation in Data Structure YASH PAL, 29 May 202018 August 2025 In Polish notation, the operator is placed before the operands. it is also known as… Continue Reading
Priority Queue in Data Structure YASH PAL, 28 May 202018 August 2025 In Data Structure a priority queue is a queue in that each element has some… Continue Reading
Dequeue in Data structure YASH PAL, 28 May 202018 August 2025 In Data Structure Dequeue is known as a Double Ended Queue in which we can… Continue Reading
Circular queue in Data structure YASH PAL, 28 May 202018 August 2025 In Data Structure a circular queue is a queue in which the front and end… Continue Reading
Queue in Data Structure YASH PAL, 27 May 202017 August 2025 A queue is an abstract data structure in which the insertion is performed on one… Continue Reading