Skip to content

PacktPublishing/Beginning-Data-Structures-and-Algorithms-in-C-v-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Beginning Data Structures and Algorithms in C# [Video]

This is the code repository for Beginning Data Structures and Algorithms in C# [Video], published by Packt. It contains all the supporting project files necessary to work through the video course from start to finish.

About the Video Course

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.

 

What You Will Learn

  • How to use arrays and lists to get better results in complex scenarios 
  • Implement algorithms such as the Tower of Hanoi on stacks of C# objects 
  • Build enhanced applications by using hashtables, dictionaries, and sets 
  • Make a positive impact on application efficiency with tree traversal 
  • Effectively find the shortest path in the graph

 

Instructions and Navigation

Assumed Knowledge

To fully benefit from the coverage included in this course, you will need:

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.

Technical Requirements

This course has the following software requirements:

SETUP AND INSTALLATION

The system requirements outlined below support developing C# applications using the Visual Studio IDE:

 

Minimum Hardware Requirements

For successful completion of this course, students will require the computer systems with at least the following:

 

OS: Windows 10 version 1507 or higher.

 

 

Processor: 1.8 GHz or faster processor.

 

 

Memory: 2GB of RAM.

 

 

Storage: 20-50GB of available space.

 

Recommended Hardware Requirements

For an optimal experience with hands-on labs and other practical activities, we recommend the following configuration:

 

OS: Windows 10 version 1507 or higher.

 

 

Processor: 1.8 GHz or faster dual core processor.

 

 

Memory: 4GB of RAM.

 

 

Storage: 130GB of available space.

 

Software Requirements

 

Operating system: Windows 10 version 1507 or higher.

 

 

Visual Studio 2017 - https://www.visualstudio.com/downloads

 

 

Related Products

 

 

About

Beginning Data Structures and Algorithms in C# [v], published by [Packt]

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published