Главная
Study mode:
on
1
- INTRODUCTION TO DATA STRUCTURES
2
- ARRAYS ADVANTAGES & LIMITATIONS
3
- LINKED LIST - CREATION AND DISPLAY
4
- LINKED LIST - INSERTION AT BEGINNING , ENDING , SPECIFIC POSITION
5
- LINKED LIST - DELETION FROM BEGINNING , ENDING , SPECIFIC POSITION
6
- NUMBER OF NODES AND REVERSING OF LINKED LIST
7
- ADVANTAGES AND DISADVANTAGES OF SINGLE LINKED LIST
8
- CIRCULAR LINKED LIST - CREATE AND DISPLAY
9
- CIRCULAR LINKED LIST - INSERTION AT BEGINNING , ENDING , SPECIFIC POSITION
10
- CIRCULAR LINKED LIST - DELETION FROM BEGINNING , ENDING , SPECIFIC POSITION
11
- DOUBLE LINKED LIST - CREATE AND DISPLAY
12
- DOUBLE LINKED LIST - INSERTION AT BEGINNING , ENDING , SPECIFIC POSITION
13
- DOUBLE LINKED LIST - DELETION FROM BEGINNING , ENDING , SPECIFIC POSITION
14
- STACK IMPLEMENTATION USING ARRAYS
15
- QUEUE IMPLEMENTATION USING ARRAYS
16
- STACK IMPLEMENTATION USING LINKED LISTS
17
- QUEUE IMPLEMENTATION USING LINKED LISTS
18
- STACK APPLICATION - INFIX TO POSTFIX CONVERSION
19
- STACK APPLICATION - EXAMPLES OF INFIX TO POSTFIX CONVERSION
20
- EVALUATION OF POSTFIX EXPRESSION
21
- STACK APPLICATION - BALANCING SYMBOLS
22
- LINEAR SEARCH WITH EXAMPLE
23
- BINARY SEARCH WITH EXAMPLE
24
- BUBBLE SORT WITH EXAMPLE
25
- INSERTION SORT WITH EXAMPLE
26
- SELECTION SORT WITH EXAMPLE
27
- MERGE SORT WITH EXAMPLE
28
- HEAP SORT WITH EXAMPLE
29
- QUICK SORT WITH EXAMPLE
30
- RADIX SORT / BUCKET SORT WITH EXAMPLE
31
- SHELL SORT WITH EXAMPLE
Description:
Dive deep into linear data structures with this comprehensive 11.5-hour video tutorial. Master arrays, linked lists, stacks, and queues through detailed explanations and implementations. Explore essential searching and sorting techniques including linear and binary search, bubble sort, insertion sort, selection sort, merge sort, heap sort, quick sort, radix sort, and shell sort. Learn to create, display, insert, and delete elements in various linked list types. Understand stack applications like infix to postfix conversion and balancing symbols. Gain practical knowledge with numerous examples and implementations using both arrays and linked lists.

Linear Data Structures - Data Structures Part-1

Sundeep Saradhi Kanthety
Add to list