• Stars
    star
    3
  • Rank 3,963,521 (Top 79 %)
  • Language
    C
  • Created over 3 years ago
  • Updated over 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Creating tournament in C using trees.

More Repositories

1

OS_Kernel

x86 Kernel with all the basic concepts of OS, concurrency, threads with time sharing, semaphores, events and interrupts, signals
C++
4
star
2

ImageEditor.cpp

Software for loading, editing and exporting images with .bmp and .pam extensions.
C++
4
star
3

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.
C
4
star
4

HashTable

Searching through files using hash function with double hashing collision resolution.
C++
3
star
5

AssemblyProject

Mini project with DMA and KP controllers in assembler.
Assembly
3
star
6

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.
Java
3
star
7

Bloxorz_Graphs

Creating bloxorz game using graphs.
C
3
star
8

ImageEditor.java

Software for loading and exporting .bmp and .pam images using functions from C++ to edit.
Java
3
star
9

B-tree

Realisation of B-tree, adding, deleting and searching elements.
C++
3
star
10

NeuralNetworks_Regression_Classification

Regression and classification of data in neural networks.
MATLAB
3
star
11

FPGA_Snowboarder

2D game implementation on FPGA board using Altera Quartus.
HTML
3
star
12

UnityLearningGame3D

First ever made game using Unity Framework and C#. The goal is to avoid darker objects and stay on the platform.
C#
3
star
13

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.
C
3
star
14

RealEstateManager

Web application used to buy, sell and publish real estates, with all needed methods.
TypeScript
2
star
15

OpenPGP

Java
1
star
16

MicroJava-Compiler

Implementation of four phases of a compiler - lexer phase, syntax phase, semantic phase and code generator.
Java
1
star
17

White-boxTest

White-box testing of software for recognizing input code and detecting definitions, uses, DU chains and LCSAJ sequences.
Java
1
star