Data Structures using C# and .NET Core 3.0

Posted By: ELK1nG

Data Structures using C# and .NET Core 3.0
MP4 | h264, 1280x720 | Lang: English | Audio: aac, 44100 Hz | 6h 43m | 1.78 GB

Master the most commonly used data structures in computer science

What you'll 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

Requirements
Students need to be familiar with basic programming concepts like variables, conditional and looping statements.

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

Who this course is for
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