C# Data Structures and Algorithms. Harness the power of C# to build a diverse range of efficient applications - Second Edition - Helion
Tytuł oryginału: C# Data Structures and Algorithms. Harness the power of C# to build a diverse range of efficient applications - Second Edition
ISBN: 9781803238821
stron: 372, Format: ebook
Data wydania: 2024-02-29
Księgarnia: Helion
Cena książki: 125,10 zł (poprzednio: 139,00 zł)
Oszczędzasz: 10% (-13,90 zł)
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.
Osoby które kupowały "C# Data Structures and Algorithms. Harness the power of C# to build a diverse range of efficient applications - Second Edition", wybierały także:
- Windows Media Center. Domowe centrum rozrywki 66,67 zł, (8,00 zł -88%)
- Ruby on Rails. Ćwiczenia 18,75 zł, (3,00 zł -84%)
- Przywództwo w świecie VUCA. Jak być skutecznym liderem w niepewnym środowisku 58,64 zł, (12,90 zł -78%)
- Scrum. O zwinnym zarządzaniu projektami. Wydanie II rozszerzone 58,64 zł, (12,90 zł -78%)
- Od hierarchii do turkusu, czyli jak zarządzać w XXI wieku 58,64 zł, (12,90 zł -78%)
Spis treści
C# Data Structures and Algorithms. Harness the power of C# to build a diverse range of efficient applications - Second Edition eBook -- spis treści
- 1. Data Types
- 2. Introduction to Algorithms
- 3. Array and Sorting
- 4. Variants of Lists
- 5. Stacks and Queues
- 6. Dictionaries and Sets
- 7. Variants of Trees
- 8. Exploring Graphs
- 9. See in Action
- 10. Conclusion