Starred repositories
Creating java test using JUnit for ATM machine written in Java, with interface.
Design and implementation of a simple database for storing games' data using sqlite3 and java for connecting to the database.
A simple game based on eating mushrooms and apples and stars implemented by java and swing
Modeling nonogram game as a CSP problem and solving the problem using backtracking and different heuristic methods(such as LCV and MRV and...)with java
Simulating an operating system's scheduling methods as a restaurant scheduler's with java
Huffman algorithm implementation with java for compressing and decompressing files
Implementation of some informed and uninformed search algorithms with java for color cube puzzle problem
A compiler for a custom cartography language using java and javafx
Simulating a PDA(pushdown automata) with java