Let’s Code: C# Logical Puzzles Games & Algorithm Exercises

Let’s Code: C# Logical Puzzles Games & Algorithm Exercises

English | MP4 | AVC 1280×720 | AAC 48KHz 2ch | 7 Hours | 891 MB

Practice C# by coding popular programming puzzles, games, and algorithms exercises

C# is an excellent programming language. It’s part of the .Net family of languages, and as such, it allows you to program some truly amazing solutions. So, congratulations on choosing to learn this amazing language.

As it is common among beginner programmers, the enthusiasm to learn often is not enough to make the leap from beginner to intermediate. The bad news is: code fear is real, and it hinders, or even stops your progress. The good news is: you can learn to eliminate it! And all it takes is a little practice and determination. And that’s where this course will help you greatly!

The course goes over several C# programming exercises. I show you how to put the theory you learned into practice by showing you how to solve each exercise and walking you through all the Why’s and How’s.

In the process, you will learn how to translate the project requirements into a working code. You will learn to use many different programming concepts, such as Conditional Statements, Loops, Arrays, Multi-dimensional arrays, OOP… and pick the right one for your solution. But above all, you will learn to think like a programmer!

This course is all about practice. Therefore, to benefit from this course, you need to be an active student. It doesn’t matter if you are self-taught or attend a programming course. What matters is the time and effort you are willing to put into learning and practicing your skills.

There are no lectures in this course. However, I do my best to explain what I am trying to accomplish with each line of code, and touch on common pitfalls, too.

This is a course for beginner to intermediate C# programmers who need to put the concepts and theory they learned into practice and for people who prefer to learn by doing. This is NOT a course for absolute beginner!

If that’s you, then let’s start coding!

What you’ll learn

  • Practice and understand loops, arrays, recursion, OOP and more
  • Code beginner and intermediate projects using C#
  • Become an intermediate programmer by understanding the how and why of each line in your program
  • Think like a programmer
Table of Contents

Introduction
1 Introduction

Calculating factorials using loops and recursion
2 Factorial – Loop solution
3 Factorial – Recursive solution

FizzBuzz problem using loops and recursion
4 FizzBuzz – Loop solution
5 FizzBuzz – Recursive solution

Fibonacci numbers using loops and recursion
6 Fibonacci Numbers – Loop solution
7 Fibonacci Numbers – Recursive solution

Tower of Hanoi puzzle – recursive solution
8 Tower of Hanoi

Sieve Eratosthenes algorithm for finding Prime numbers
9 Sieve of Eratosthenes Part 1
10 Sieve of Eratosthenes Part 2

Lo Shu Magic Square puzzle
11 Lo Shu Magic Square Part 1
12 Lo Shu Magic Square Part 2

Roll of Dice simulation
13 Roll of Dice Part 1
14 Roll of Dice Part 2

Game of Craps simulation
15 Game of Craps Part 1
16 Game of Craps Part 2
17 Game of Craps Part 3
18 Game of Craps Part 4
19 Game of Craps Part 5

Turtle Graphics – path simulation
20 Turtle Graphics 1
21 Turtle Graphics 2
22 Turtle Graphics 3
23 Turtle Graphics 4
24 Turtle Graphics 5
25 Turtle Graphics 6

Tortoise vs Hare race simulation
26 Tortoise vs Hare Part 1
27 Tortoise vs Hare Part 2
28 Tortoise vs Hare Part 3
29 Tortoise vs Hare Part 4
30 Tortoise vs Hare Part 5
31 Tortoise vs Hare Part 6

Knight Tour chess algorithm
32 Knight Tour Part 1
33 Knight Tour Part 2
34 Knight Tour Part 3
35 Knight Tour Part 4

Eight Queens chess algorithm
36 Eight Queens Part 1
37 Eight Queens Part 2
38 Eight Queens Part 3
39 Eight Queens Part 4
40 Eight Queens Part 5
41 Eight Queens Part 6
42 Eight Queens Part 7

Conclusion
43 Where to go from here