Tag: Java

game-of-life

November 20, 2018
Command-line based version of Conway’s Game Of Life.

n-puzzle-solver

February 25, 2017
Solution for the n-puzzle using the A* algorithm.

vigenere-cipher

April 9, 2016
This java program provides an implementation of the Vigenere cipher.

battleship

February 19, 2016
Command-line based implementation of the Battleship board game.

location-graph

December 2, 2015
This program provides location information using graphs and Dijkstra's algorithm.

word-indexer

November 5, 2015
Implementation of a word indexer using a binary or an AVL tree.

huffman-coding

April 8, 2015
Huffman-coding algorithm for encoding and decoding text files.