PacktPublishing / C-Sharp-Data-Structures-and-Algorithms---Second-Edition

C# Data Structures and Algorithms - Second Edition by Packt Publishing
MIT License
26 stars 19 forks source link

C# Data Structures and Algorithms

no-image

This is the code repository for C# Data Structures and Algorithms, published by Packt.

Harness the power of C# to build a diverse range of efficient applications

What is this book about?

Explore efficient data organization in C# with this guide to implementing and utilizing diverse data structures, along with common algorithms, offering reusable solutions for effective development.

This book covers the following exciting features:

If you feel this book is for you, get your copy today!

Instructions and Navigations

All of the code is organized into folders. For example, Chapter03.

The code will look like the following:

int[,] numbers = new int[,]
{
{ 9, 5, -9 },
{ -11, 4, 0 },
{ 6, 115, 3 },
{ -12, -9, 71 },
{ 1, -6, -1 }
};

Following is what you need for this book: 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.

Related products

Get to Know the Author

Marcin Jamro, PhD, DSc is an entrepreneur, expert and experienced developer with significant international experience. He held the role of CEO at a few IT companies, operated as CTO at projects in various countries, as well as worked at Microsoft Corporation in Redmond, USA. He is the author of a few books and numerous publications. The results of his research have been presented and discussed at many scientific conferences. He has MCPD, MCTS, MCP and CAE certificates. Marcin is a multiple laureate, finalist and mentor in various competitions. He has significant experience in project development, especially .NET-based, and shares his knowledge as an expert in domestic and international projects, as well as invests in modern solutions.

Other books by the author