Yahya Ceylani (yhycyln)

yhycyln

Geek Repo

Location:İstanbul

Github PK Tool:Github PK Tool

Yahya Ceylani's repositories

JavaXMLReader

Read data from a structured XML file with multiple namespaces, JAVA 17 with Jakarta

Language:JavaLicense:MITStargazers:0Issues:0Issues:0
License:MITStargazers:0Issues:0Issues:0

gameBasedEducation

A game based education application to teach simple math to kids at primary 1.

Language:C#Stargazers:0Issues:0Issues:0

knigthsInChess

The program that finds maximum number of knights in chess table without any conflict.

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

newtonMethodRoot

The program that finds square root of a number with Newton method. Xn+1 = (Xn + a / Xn) / 2

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

isInTriangle

The program that reads 3 points from console with x and y coordinate (2-Dimensional) to create a triangle, and another point with x and y coordinate, which will be checked whether it is in triangle or not.

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

factorialPyramid

The program that calculates factorials with memoization and prints them as an pyramid. Number of layers of the pyramid is read from the console as an user input.

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