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. All the code and supporting files for this course are available on Github at https://github.com/PacktPublishing/Beginning-Data-Structures-and-Algorithms-in-C-Sharp
Publisher resources
Table of contents
-
Chapter 1 : Getting Started
- The Course Overview 00:02:43
- Programming Language and Data types 00:11:37
- Installation and Configuration of the IDE 00:05:03
- Input and Output 00:04:28
-
Chapter 2 : Arrays and Lists
- Arrays and 00:04:40
- Multi-Dimensional Arrays 00:06:26
- Jagged Arrays 00:06:22
- Selection Sort and Insertion Sort 00:06:56
- Bubble Sort and Quick Sort 00:06:38
- Simple Lists 00:08:23
- Sorted and Linked Lists 00:07:52
- Circular-Linked Lists 00:06:06
-
Chapter 3 : Stacks and Queues
- Stacks 00:13:27
- Queues 00:13:28
- Priority Queues 00:06:12
-
Chapter 4 : Dictionaries and Sets
- Hash Tables 00:05:57
- Dictionaries 00:06:30
- Sorted Dictionaries 00:04:00
- Hash Sets 00:08:27
- Sorted Sets 00:02:08
-
Chapter 5 : Variants of Trees
- Basic Trees 00:06:48
- Binary Trees 00:09:05
- Binary Search Trees 00:15:57
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
Grokking Algorithms Video Edition
"This book does the impossible: it makes math fun and easy!" Sander Rossel, COAS Software Systems …
video
50 Things You've Been Doing Wrong in C# and .NET Core
Avoid common C# mistakes to improve your apps' productivity About This Video Grasp how language constructs, …
video
Design Patterns Using C# and .NET Core
Produce high-quality, reliable code faster. Solve problems in the most elegant way possible About This Video …
video
.NET Core Microservices
Build distributed system using microservices architecture About This Video Learn how to work with the microservice …