Data Structures Tutorial : As a name Data Structures implies the data means information of any kind and the structure means arrangement, that is arrangement of data.
In this tutorial we will start with introduction to data structure why Data Structures is used and data structures different types, data structures and algorithms (types of data structures) so let’s begin with topic.
Introduction
Searching
Array
Sorting
- Sorting in Data Structures
- Bubble sort
- Selection Sort
- Insertion Sort
- Merge Sort
- Shell Sort
- Heap Sort
- Quick sort
Linked List
- Linked List
- Singly Non Circular Linked List
- Singly Circular Linked List
- Doubly Non Circular Linked List
- Doubly Circular Linked List