Java Logical Puzzles Games & Algorithms: Coding Exercises

Java Logical Puzzles Games & Algorithms: Coding Exercises

English | MP4 | AVC 1280×720 | AAC 48KHz 2ch | 6 Hours | 607 MB

Practice Java by coding popular programming puzzles, games, and algorithms exercises

Java is an excellent and widely used programming language. 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 Java 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 Java 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!

What Will I Learn?

  • Practice and understand loops, arrays, recursion, OOP and more
  • Code beginner and intermediate projects using Java
  • 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 puzzle – recursive solution

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

Game of Craps simulation
13 Game Of Craps Part 1
14 Game Of Craps Part 2
15 Game Of Craps Part 3
16 Game Of Craps Part 4
17 Game Of Craps Part 5

Turtle Graphics – path simulation
18 Turtle Graphics Part 1
19 Turtle Graphics Part 2
20 Turtle Graphics Part 3
21 Turtle Graphics Part 4
22 Turtle Graphics Part 5
23 Turtle Graphics Part 6

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

Knight Tour chess algorithm
30 Knight Tour Part 1
31 Knight Tour Part 2
32 Knight Tour Part 3
33 Knight Tour Part 4
34 Knight Tour Part 5

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