Data Structures using C# and .NET Core 3.0

Master the most commonly used data structures in computer science

Ratings: 4.38 / 5.00




Description

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


What You Will Learn!

  • Learn about the most widely used data structures
  • Implement data structures using C# and .NET
  • Analyze code complexity using Big-O notation
  • Master computer science fundamentals and become a better developer

Who Should Attend!

  • Everyone who wants to gain a deeper knowledge about data structures and algorithms to improve their overall programming skills
  • Students who want to learn data structures