C# for Dummies
In this project I've tried to solve most of the problems in the book "Fundamentals of Computer Programming with C#" written by
Svetlin Nakov.
This book covers the fundamentals of programming that have not changed significantly over the last 10 years. The educational content covers topics such as variables conditional statements, loops and arrays, and more complex concepts such as data structures (lists, stacks, queues, trees, hash tables, etc.), and recursion recursive algorithms, object-oriented programming and high-quality code. From the book you will learn how to think as programmers and how to solve efficiently programming problems. You will master the fundamental principles of programming and basic data structures and algorithms, without which you can't become a software engineer.
Книгата може да бъде изтеглена в PDF формат от тук -
Link
← Back