Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Data Structures using C# and .NET Core 3.0
Rating: 4.5 out of 5(13 ratings)
70 students

Data Structures using C# and .NET Core 3.0

Master the most commonly used data structures in computer science
Created byAlin Badea
Last updated 12/2020
English
English [Auto],

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

Course content

10 sections61 lectures6h 43m total length
  • Intro2:20

    In this video I talk about what data structures are and why they are essential for any developer to learn.

  • What you'll learn3:02

    This video provides a summary of everything you will learn in this course.

  • What you'll need0:46

    This video describes the software tools you will need to follow along with the course.

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