Algorithms and Java Technology

This blog was dedicated to everyone that want to learn Algorithms and Java Technology. I Hope you will enjoy learning and thanks for visiting my blog.

Sunday, January 22, 2017

TicTacToe AI with Minimax Algorithm

›
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 public class TicTacToeMinimax extends TicTacToeAI { public int...
Saturday, August 13, 2016

Online Tic Tac Toe Game With HTML5

›
Hi, I have created online Tic Tac Toe game using HTML5. It comes with smart AI but not perfect, so there's a way that you can beat t...
Tuesday, August 9, 2016

Prime Number Program Java

›
Hi, it's have been long time since my latest post about Luhn Algorithm. Today, I will show you how to create prime number program with ...
Sunday, December 14, 2014

Luhn Algorithm With Java

›
Luhn Algorithm is a method to check the validation of Credit Card. Almost all credit card in the world using this method for generating car...
1 comment:
Sunday, May 13, 2012

Tic Tac Toe Game (Swing,Java)

›
Here I present a simple TicTacToe Program. You can download my code and play in your computer.
18 comments:
›
Home
View web version
Powered by Blogger.