• Stars
    star
    1
  • Language
    C++
  • Created about 5 years ago
  • Updated about 5 years ago

Reviews

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

Repository Details

Finding, inserting and deleting words in a huge dictionary using operations with B and Red-Black tree. Written in C++.

More Repositories

1

octopus-app

Android application for food ordering with mobile application written in Java and XML, server application written in PHP, and database part of application written in MySQL.
Java
4
star
2

social-network-analysis-on-university-of-belgrade

Social network analysis of science publications and co-operations between professors on University of Belgrade.
Java
2
star
3

space-app

E-learning platform for NASA space program.
JavaScript
1
star
4

ETFKviskoteka-online-quiz

Implementation of online quiz "ETFKviskoteka", with frontend implemented in Angular using HTML, Bootstrap, JavaScript and JQuery. Backend part implemented in NodeJS, and database part implemented in MongoDB.
JavaScript
1
star
5

sudoku

Implementation of Sudoku game with GUI implemented using JavaSwing.
Scala
1
star
6

multithreaded-operating-systems-kernel

Implementation of kernel’s subsystem for managing threads. The subsystem also provides the concept of semaphores and events.
C++
1
star
7

nlp-comment-classifier

College team project for SQL comments clafisication.
TSQL
1
star
8

assembler-linker-and-emulator

Implementation of two-pass assembler for fictional architecture. With simple linker and emulator. Written in C++.
C++
1
star
9

microjava-compiler

Implementation of compiler for microjava programming language. Written in Java.
Java
1
star
10

hello-messenger

Messenger with possibility to send text messages, images, sound and video records. Every message was encrypted/decrypted using algorithm from Serbian identity card.
JavaScript
1
star
11

pocket-soccer-app

Android implementation of famous pocket soccer game.
Java
1
star
12

encryption-decryption-messages-using-microcontroller-s-MSP430F5438A-AD-conversion

The message entered by a user in a computer’s terminal are encrypted/decrypted using microcontroller’s AD conversion. After the conversion, the user receives encrypted/decrypted message. Simultaneously, the microcontroller turns on led diodes. Intensity of each led diode depends on values inside of encrypted/decrypted message. Written in C.
C
1
star
13

virtual-memory-manager-simulation-and-realization-of-pager-s-basic-functionalities

C++
1
star
14

fast-dictionary-research-using-cuckoo-hashing

Finding, inserting and deleting words in a huge dictionary using the technique of cuckoo hashing. Written in C++.
C++
1
star