Pinned Repositories
closestPairOfPointsPlane
Finding the closest pair of points in a plane using Divide Et Impera technique
EncryptionTemplateMatching
This project is based on two modules, both operating on bitmaps. The first one contains the encryption and decryption of a bitmap based on an input and a chi-squared test for a bitmap. The second module takes a bitmap, some templates and borders the areas of the initial bitmap that have a certain match with the templates selected. Technologies used: pointers, .bmp format, bitwise operations.
f1websitebasics
A website about the racing sport that Formula1 is. Created using HTML, CSS and some very basic JS elements.
FMIAOP
Graphs
An implementation of basic graphs using OOP concepts.
interviewProject
A small project I did for an interview, based on manipulating strings and simulating some git functionalities
JavaLab
proiectDaw
SnakeGame
The classic game of Snake implemented in C++. Tip: use the WASD keys to move!
TicTacToeSinglePlayer
The classic TicTacToe game, you get to choose whether to play multiplayer locally, or single player.
bogdangvr's Repositories
bogdangvr/proiectDaw
bogdangvr/closestPairOfPointsPlane
Finding the closest pair of points in a plane using Divide Et Impera technique
bogdangvr/EncryptionTemplateMatching
This project is based on two modules, both operating on bitmaps. The first one contains the encryption and decryption of a bitmap based on an input and a chi-squared test for a bitmap. The second module takes a bitmap, some templates and borders the areas of the initial bitmap that have a certain match with the templates selected. Technologies used: pointers, .bmp format, bitwise operations.
bogdangvr/f1websitebasics
A website about the racing sport that Formula1 is. Created using HTML, CSS and some very basic JS elements.
bogdangvr/FMIAOP
bogdangvr/Graphs
An implementation of basic graphs using OOP concepts.
bogdangvr/interviewProject
A small project I did for an interview, based on manipulating strings and simulating some git functionalities
bogdangvr/JavaLab
bogdangvr/SnakeGame
The classic game of Snake implemented in C++. Tip: use the WASD keys to move!
bogdangvr/TicTacToeSinglePlayer
The classic TicTacToe game, you get to choose whether to play multiplayer locally, or single player.
bogdangvr/java-fundamentals
bogdangvr/LabIA
bogdangvr/linuxOSproblems
Some Linux applications created for the FMI Operating Systems laboratory. Used various methods such as semaphores, barriers, inter-process communication, multithreading etc.
bogdangvr/NFAtoDFA
C++ implementetion of converting a Nondeterministic Finite Automata to a Deterministic Finite Automata
bogdangvr/NondeterministicFiniteAutomataLambda
Implementation in C++ of Nondeterministic Finite Automata Lambda
bogdangvr/pointRelativePolygon
A Python program that determines the position of a point relative to a convex polygon: inside, on the edge or outside its area.
bogdangvr/Polynomial
Implementation of polynomials and overloading operations using OOP concepts.
bogdangvr/proiectStatiune
bogdangvr/ServiceAuto
bogdangvr/SurgicalMaskRecognition
ML program to determine if a speaking person is wearing a surgical mask.
bogdangvr/teme-fmi
Teme la informatică pentru facultate
bogdangvr/TicTacToe
My first ever Java program. Programmed in order to get used to some button action and basic UI.