This course provides an in depth coverage of the most commonly used data structures used in computer science. Whether you are a CS student or a developer wanting to improve their skills, this course is for you.
Each data structure presented in this course is analyzed in depth and implemented in C#
Course content:
1. Big-O notation
2. Data structures
Arrays
Singly Linked Lists
Doubly Linked Lists
Stack
Queue
Hash table
Graph
Tree
Binary Search Tree