stankovicuros27's Stars
filipandriic/BST-Tree_BinarySearch
Adding, searching and removing elements from table using binary search. Creating BST-Tree from elements in table, searching for and adding elements directly from the tree, rotating tree around a selected node.
filipandriic/ImageEditor.cpp
Software for loading, editing and exporting images with .bmp and .pam extensions.
filipandriic/NeuralNetworks_Regression_Classification
Regression and classification of data in neural networks.
filipandriic/AssemblyProject
Mini project with DMA and KP controllers in assembler.
filipandriic/B-tree
Realisation of B-tree, adding, deleting and searching elements.
filipandriic/Bloxorz_Graphs
Creating bloxorz game using graphs.
filipandriic/CircularPriorityQueue
Implementation of circular priority queue structure, and it's basic functions, such as adding and removing elements, showing the first element, capacity and current number of elements.
filipandriic/FPGA_Snowboarder
2D game implementation on FPGA board using Altera Quartus.
filipandriic/HashTable
Searching through files using hash function with double hashing collision resolution.
filipandriic/ImageEditor.java
Software for loading and exporting .bmp and .pam images using functions from C++ to edit.
filipandriic/Tanks2DGame
Game with a terrain of grass and walls, and with tanks and coins. The goal is to run from tanks and collect all coins.
filipandriic/Tournament
Creating tournament in C using trees.
filipandriic/UnityLearningGame3D
First ever made game using Unity Framework and C#. The goal is to avoid darker objects and stay on the platform.