DOCUMENT RESOURCES FOR EVERYONE
Documents tagged
Documents D.S

Expt No : 1(a) STACK  1 PROBLEM: 1(a).Write a C program to demonstrate the working of a stack of size N using array.The elements of the stack may be assumed to be of type…

Documents Lecture 4 Queue

Data Structures & Algorithms Dated: 06-12-2010 Today Topics What are Queues? Representation of Queues Operations on Queues QInsert QDelete What are Queues? Queue can…