Jump to ratings and reviews
Rate this book

C# Data Structures and Algorithms: Explore the possibilities of C# for developing a variety of efficient applications

Rate this book
A complete guide on using data structures and algorithms to write sophisticated C# code Data structures allow organizing data efficiently. They are critical to various problems and their suitable implementation can provide a complete solution that acts like reusable code. In this book, 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. At the beginning, 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, the more complex data structures will be introduced, namely trees and graphs, together with some algorithms for searching the shortest path in a graph. We will also discuss how to organize the code in a manageable, consistent, and extendable way. By the end of the book,you will learn how to build components that are easy to understand, debug, and use in different applications. This book is for developers who would like to learn the Data Structures and Algorithms in C#. Basic C# programming knowledge would be an added advantage.

292 pages, Paperback

Published April 19, 2018

14 people are currently reading
24 people want to read

About the author

Marcin Jamro

8 books2 followers

Ratings & Reviews

What do you think?
Rate this book

Friends & Following

Create a free account to discover what your friends think of this book!

Community Reviews

5 stars
0 (0%)
4 stars
8 (53%)
3 stars
5 (33%)
2 stars
2 (13%)
1 star
0 (0%)
Displaying 1 of 1 review
Profile Image for Elham Kohestani.
9 reviews
April 11, 2020
One of the best books on data structures. I recommend it for anyone who want to start learning data structures. The content is well organized with practical applications of each data structures.
Displaying 1 of 1 review

Can't find what you're looking for?

Get help and learn more about the design.