Tags
Language
Tags
June 2025
Su Mo Tu We Th Fr Sa
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30 1 2 3 4 5
    Attention❗ To save your time, in order to download anything on this site, you must be registered 👉 HERE. If you do not have a registration yet, it is better to do it right away. ✌

    ( • )( • ) ( ͡⚆ ͜ʖ ͡⚆ ) (‿ˠ‿)
    SpicyMags.xyz

    C# Data Structures and Algorithms

    Posted By: AlenMiler
    C# Data Structures and Algorithms

    C# Data Structures and Algorithms by Marcin Jamro
    English | 20 Apr. 2018 | ISBN: 1788833732 | 292 Pages | AZW3/EPUB/MOBI/PDF (conv) | 25.18 MB

    A complete guide on using data structures and algorithms to write sophisticated C# code

    Key Features
    Learn how to build reusable and maintainable code in C#.
    Delve into effective design and implementation techniques to meet your software requirements
    Explore illustrations to present data structures and algorithms, as well as their analysis in a clear, visual manner.

    Book Description
    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.

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

    Who This Book Is For
    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.