Projects

Huffman Tree example image
Huffman Tree

   The project was created using the C++ programming language. The program compresses and encodes any type of file. You have to upload a file and specify any string as a key. In order to decompress the file, you must specify the key and compressed file.

Huffman Coding Explained
Huffman Tree example image
Flashcards

  Android Application The project was created using Android Studio, Java programming language and SQL light database. It's a stand-alone CRUD application. I have created it in mind to review learned material. For example, it could be useful to learn new words and review them using the app. The program allows user to review learned material based on rating. Every flashcard could be rated from one to four stars depending on how you think you know it. The Flashcard application algorithm gives you to review words based on rating.

Huffman Tree example image
E-voting

  J2EE web application The voting system was created as final programming assignment in order to achieve the ITTD Computer Science Bachelor Degree. I have used Java as the main programming language along with HTML, CSS and SQL.