Data Structures in C#
  • Introduction
  • Data Structures in C# - Introduction to Sequential Access Collections (Theory)
  • Creating Custom Collection using ArrayList
  • Exploring Generic Functions
  • Exploring Generic Classes
  • Jagged Arrays
Sorting
  • Bubble Sort
  • Selection Sort
  • Shell Sort
  • Merge Sort
  • Quick Sort
Search
  • Sequential Search
  • Binary Search
  • Recursive Binary Search
Stack, Queues, Hashtables, Dictionary,Linkedlist and Binary Tree
  • Stacks
  • Queues
  • Dictionary
  • Hashtables
  • Linked List
  • Binary Tree
  • Binary Tree - II
  • Set
Conclusion
  • Conclusion