simgehaksal

simgehaksal

Geek Repo

Location:Milan

Github PK Tool:Github PK Tool

simgehaksal's repositories

AI-Project

In this problem, three cannibals and three missionaries are travelling together and come to river that they must cross. There is just one boat on the right side of river, and it only holds two people at the same time. The problem is that if the number of cannibals on either bank is greater than the number of missionaries at any time, old habits will kick in and the outnumbered missionaries will be eaten. I have to solve the problem in good condition.

Language:JavaStargazers:1Issues:0Issues:0

ASL-Recognition-Using-Deep-Learning

Trained a convolution neural network to classify images of American Sign Language (ASL) letters.

Language:PythonStargazers:0Issues:1Issues:0

BinaryNumbersAdressing

In this work I am going to establish some classes and operators which can be used for operations on binary numbers and addressing. I wrote a C++ program that utilizes operator overloading which appreciates the ability to program using notation closer to the target domain. Also, I established a class which can be used for arithmetic operations on binary numbers as well as IPv4, where computational representations of mathematical objects are manipulated with the same syntax as on paper.

Language:C++Stargazers:0Issues:0Issues:0

Restaurant-Management-System

Implement several C++ classes for the management system of a restaurant. Records of orders will be stored using arrays.

Language:C++License:UnlicenseStargazers:0Issues:0Issues:0

TheForgottenFlorence

This Level&Game Design document takes its story from the movie and book of the Howl's Moving Castle. It is the extension of the original story. I created a level for the continuation of the story by using former characters. After checking the original story, you can read "README" to understand the new adventure.

Language:HTMLStargazers:0Issues:0Issues:0

theUltimateTicTacToe

Classic gameTic-tac-toe is a very famous paper-and-pencil game for two players. Lets assume the player names are X and O. They take turns marking the spaces in a 3×3 grid. The player who succeeds in placing three respective marks in a horizontal, vertical, or diagonal row wins the game.

Stargazers:0Issues:0Issues:0

XML-Processing

The aim of this project is to make you familiar with XML programming. In this project, you will find a program that provides a conversation between a database and an XML file.

Stargazers:0Issues:0Issues:0