Video description
Explore the possibilities of C# for developing a variety of applications
About This Video
- Master array and sets, and map with trees and graphs, among other fundamental data structures
- Delve into effective design and implementation techniques to meet your software requirements
- Explore the use of illustrations to present data structures and algorithms, and how to analyze them, in a clear, visual manner
In Detail
Data structures allow us to organize data efficiently. They are critical to various problems and their suitable implementation can provide a complete solution that acts like reusable code. In this course, you will learn how to use various data structures while developing in the C# language as well as how to implement some of the most common algorithms used with such data structures.
Initially, you will get to know arrays, lists, dictionaries, and sets together with real-world examples of your application. Then you will learn how to create and use stacks and queues. In the following part of the book, more complex data structures will be introduced—trees and graphs—together with some algorithms for searching the shortest path in a graph. We will also discuss how to organize code in a manageable, consistent, and extendable way. By the end of the course, you will have learned how to build components that are easy to understand, debug, and use in different applications.
Audience
This course is for developers who would like to learn about Data Structures and Algorithms in C#. Basic C# programming knowledge would be an added advantage.
Publisher resources
Product information
- Title: Beginning Data Structures and Algorithms in C#
- Author(s):
- Release date: September 2018
- Publisher(s): Packt Publishing
- ISBN: 9781789610352
You might also like
video
C# in Depth, 4th Ed, Video Edition
"Jon doesn’t just explain how C# works; he explains how the whole thing holds together as …
book
40 Algorithms Every Programmer Should Know
Learn algorithms for solving classic computer science problems with this concise guide covering everything from fundamental …
book
C# 8.0 and .NET Core 3.0 - Modern Cross-Platform Development
Learn the fundamentals, practical applications, and latest features of C# 8.0 and .NET Core 3.0 from …
book
C# Data Structures and Algorithms
A complete guide on using data structures and algorithms to write sophisticated C# code About This …