Skip to content

a repo where I solve extensive algorithm problems and update it regularly

Notifications You must be signed in to change notification settings

meteahmetyakar/exercises

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  • You can check the studies and little exercises folders for all of them.

Repository Description Source Code Programming Language
The Bomberman Game A simple bomberman game which developed in MIPS Assembly Source Code Assembly
Finding Shortest Path on Huge Maps Finding the shortest map on huge maps and comparison of Dijkstra and BFS algorithms. Source Code Java
File Search with JTree Implementation of traversal algorithms such as DFS, BFS, post-order traversal on JTree. Source Code Java
Project: Tetris A tetris game which tries to play by itself Version Section C++ / Java
Comparison of Sorting Algorithms A study in which I compare sorting algorithms with each other and analyze them. Source Code Java
Data Management System With Linked Lists A database system built with linked lists. The data is saved to the file and read from there. Source Code C
Tower Of Hanoi Solver Program showing the moves required to reach the result in the lowest step according to the entered tower length Source Code C
Collatz Conjecture A program that tries to prove the collatz conjecture Source Code C
Word Puzzle It is a game in which the correct words are tried to be found on a completely randomly generated map with words in it. Source Code C
Racing Game A racing game with playing two players. The first to return to the starting point wins. Progress in the game happens with dice rolls. Source Code C
Graph Maker The program that prints the graph of a quadratic equation given as input Source Code C
Triple Sorting On a Text File A program that sorts the numbers in the text file by triple and sorting them in the same text file without inserting them into any array. Source Code C

About

a repo where I solve extensive algorithm problems and update it regularly

Topics

Resources

Stars

Watchers

Forks