وبلاگ بلیان

C# Data Structures and Algorithms: Harness the power of C# to build a diverse range of efficient applications, 2nd Edition

معرفی کتاب «C# Data Structures and Algorithms: Harness the power of C# to build a diverse range of efficient applications, 2nd Edition» نوشتهٔ Marcin Jamro، منتشرشده توسط نشر Packt Publishing در سال 2024. این کتاب در 5 صفحه، فرمت pdf، زبان انگلیسی ارائه شده است.

Write sophisticated C# code with this complete guide to using diverse data structures and algorithms, featuring ready-to-use code snippets, detailed explanations, and illustrations Key Features Master lists, stacks, queues, dictionaries, sets, and trees, among other data structures Delve into effective design and implementation techniques to meet your software requirements Visualize data structures and algorithms through illustrations for a clearer understanding of their analysis Purchase of the print or Kindle book includes a free PDF eBook Book Description Building your own applications is exciting but challenging, especially when tackling complex problems tied to advanced data structures and algorithms. This endeavor demands profound knowledge of the programming language as well as data structures and algorithms – precisely what this book offers to C# developers. Starting with an introduction to algorithms, this book gradually immerses you in the world of arrays, lists, stacks, queues, dictionaries, and sets. Real-world examples, enriched with code snippets and illustrations, provide a practical understanding of these concepts. You’ll also learn how to sort arrays using various algorithms, setting a solid foundation for your programming expertise. As you progress through the book, you’ll venture into more complex data structures – trees and graphs – and discover algorithms for tasks such as determining the shortest path in a graph before advancing to see various algorithms in action, such as solving Sudoku. By the end of the book, you’ll have learned how to use the C# language to build algorithmic components that are not only easy to understand and debug but also seamlessly applicable in various applications, spanning web and mobile platforms. What you will learn Understand the fundamentals of algorithms and their classification Store data using arrays and lists, and explore various ways to sort arrays Build enhanced applications with stacks, queues, hashtables, dictionaries, and sets Create efficient applications with tree-related algorithms, such as for searching in a binary search tree Boost solution efficiency with graphs, including finding the shortest path in the graph Implement algorithms solving Tower of Hanoi and Sudoku games, generating fractals, and even guessing the title of this book Who this book is for This book is for developers looking to learn data structures and algorithms in C#. While basic programming skills and C# knowledge is useful, beginners will find value in the provided code snippets, illustrations, and detailed explanations, enhancing their programming skills. Advanced developers can use this book as a valuable resource for reusable code snippets, instead of writing algorithms from scratch each time. Cover Title page Copyright and credits Contributors Table of Contents Preface Chapter 1: Data Types C# as a programming language .NET-based console applications Division of data types Value types Integral numbers Floating-point numbers Boolean values Unicode characters Constants Enumerations Value tuples User-defined structs Nullable value types Reference types Objects Strings Classes Records Interfaces Delegates Dynamics Nullable reference types Summary Chapter 2: Introduction to Algorithms What are algorithms? Definition Real-world examples Notations for algorithm representation Natural language Flowchart Pseudocode Programming language Types of algorithms Recursive algorithms Divide and conquer algorithms Back-tracking algorithms Greedy algorithms Heuristic algorithms Dynamic programming Brute-force algorithms Computational complexity Time complexity Space complexity Summary Chapter 3: Arrays and Sorting Single-dimensional arrays Example – month names Multi-dimensional arrays Example – multiplication table Example – game map Jagged arrays Example – yearly transport plan Sorting algorithms Selection sort Insertion sort Bubble sort Merge sort Shell sort Quicksort Heap sort Performance analysis Summary Chapter 4: Variants of Lists Simple lists Array lists Generic lists Sorted lists Example – address book Linked lists Singly linked lists Doubly linked lists Circular singly linked lists Circular doubly linked lists List-related interfaces Summary Chapter 5: Stacks and Queues Stacks Example – Reversing a word Example – Tower of Hanoi Queues Example – Call center with a single consultant Example – Call center with many consultants Priority queues Example – Call center with priority support Circular queues Example – Gravity roller coaster Summary Chapter 6: Dictionaries and Sets Hash tables Example – phone book Dictionaries Example – product location Example – user details Sorted dictionaries Example – encyclopedia Hash sets Example – coupons Example – swimming pools “Sorted” sets Example – removing duplicates Summary Chapter 7: Variants of Trees Basic trees Implementation Example – hierarchy of identifiers Example – company structure Binary trees Traversal Implementation Example – simple quiz Binary search trees Implementation Example – BST visualization Self-balancing trees AVL trees Red-black trees Tries Implementation Example – autocomplete Heaps Summary Chapter 8: Exploring Graphs The concept of graphs Applications Representations Adjacency list Adjacency matrix Implementation Node Edge Graph Example – undirected and unweighted edges Example – directed and weighted edges Traversal Depth-first search Breadth-first search Minimum spanning tree Kruskal’s algorithm Prim’s algorithm Example – telecommunication cable Coloring Example – voivodeship map Shortest path Example – path in game Summary Chapter 9: See in Action The Fibonacci series Minimum coin change Closest pair of points Fractal generation Rat in a maze A Sudoku puzzle Title guess A password guess Summary Chapter 10: Conclusion Classification Arrays Lists Stacks Queues Dictionaries Sets Trees Graphs The last word Index Other Books You May Enjoy
دانلود کتاب C# Data Structures and Algorithms: Harness the power of C# to build a diverse range of efficient applications, 2nd Edition