0% found this document useful (0 votes)
841 views

Data Structures - Stacks, Queue and Link List (CLASS 12)

This document contains descriptions of programs related to common data structures: stacks, queues, and linked lists. It provides examples of programs involving stacks from 2004-2014 that demonstrate operations like storing and removing data from the top of the stack. Similarly, it lists queue programs from 2008-2013 that perform operations like adding items to the front and rear of the queue. Finally, it outlines linked list programs from 2010-2014 that involve functions for summing nodes, deleting nodes, searching nodes, counting nodes, and adding nodes.

Uploaded by

Afroz
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
841 views

Data Structures - Stacks, Queue and Link List (CLASS 12)

This document contains descriptions of programs related to common data structures: stacks, queues, and linked lists. It provides examples of programs involving stacks from 2004-2014 that demonstrate operations like storing and removing data from the top of the stack. Similarly, it lists queue programs from 2008-2013 that perform operations like adding items to the front and rear of the queue. Finally, it outlines linked list programs from 2010-2014 that involve functions for summing nodes, deleting nodes, searching nodes, counting nodes, and adding nodes.

Uploaded by

Afroz
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

Data Structures - Stacks, Queue and Link List

1. ISC 2004 - Program on STACK - Strange is an entity......

2. ISC 2011 - Program on STACK - Stack is a structure which store or remove data from top......

3. ISC 2013SP - Program on STACK - Ring game is a computer game ........

4. ISC 2014 - Program on STACK - Array to stack is a linear data structure.........

1. ISC 2008 - Program on QUEUE - Printjob......

2. ISC 2010 - Program on QUEUE - Repeat allows user to add from front and rear......

3. ISC 2010SP - Program on DEQUEUE - Chain is an entity.....

4. ISC 2012 - Program on QUEUE - Link is an entity......

5. ISC 2013 - Program on DEQUEUE - A dequeue is a data structure........

1. ISC 2010 - LINK LIST - (sum item in Node) - Write a function or an algorithm to........

2. ISC 2011 - LINK LIST - (delete Node) - Write a function or an algorithm to........
3. ISC 2012 - LINK LIST - (search Node) - Write a function or an algorithm to........

4. ISC 2013 - LINK LIST - (count Node) - Write a function or an algorithm to........

5. ISC 2014 - LINK LIST - (add Node) - Write a function or an algorithm to........

6. ISC Specimen - LINK LIST - (add Node at end) - Write a function or an algorithm to........

You might also like