Introduction In this article, we will be discussing two data structures – Stack and Queue. We will discuss various I/O operations on these data structures and their implementation using another data structure, i.e., Linked List. Prerequisite Please visit my earlier article on Linked List implementation in C# to get a basic understanding of Linked List. We will […]
Tag: Data Structures
Linked List Implementation In C#
Introduction In this article, I am going to discuss one of the most important Data Structures- Linked List. I will be explaining about Linked List Advantage of Linked List Types of Linked List How to Create a Linked List Various operations on Linked list. Source Code Before proceeding further i would recommend to download source […]