Description
In this course, you will learn :
- Data Structures in C#
- Sorting
- Search
- Stack, Queues, Hashtables, Dictionary, LinkedList, and Binary Tree
Syllabus :
1. Data Structures in C#
- Data Structures in C# - Introduction to Sequential Access Collections (Theory)
- Creating Custom Collection using ArrayList
- Exploring Generic Functions
- Exploring Generic Classes
- Jagged Arrays
2. Sorting
- Bubble Sort
- Selection Sort
- Shell Sort
- Merge Sort
- Quick Sort
3. Search
- Sequential Search
- Binary Search
- Recursive Binary Search
4. Stack, Queues, Hashtables, Dictionary,Linkedlist and Binary Tree
- Stacks
- Queues
- Dictionary
- Hashtables
- Linked List
- Binary Tree
- Binary Tree - II
- Set