mirunamariafatu
Politehnica University of Bucharest Faculty of Automatic Control and Computer Science
Bucharest, Romania
Pinned Repositories
Abstract-Syntax-Tree
The main objective of the project is specifically to create an AST - abstract syntax tree - by parsing a mathematical expression in a prefixed form.
Cat-Detection
The project aims to create a Supervised Machine Learning algorithm for cat classification problem that detects whether a cat is present in the image or not by generating an RGB/HSV Histogram Model. By processing a large set of images, the specific features are being identified with an accuracy of up to 83%.
EnergySystem
The project's main goal is to simulate an energetic system that depends on the proper functioning of a country's economy. The attributions of three principal entities - consumers, distributors, and producers - are processed using JSON parser and implemented through a streamlined API that defines the interactions between them .
HashTable-Open-Addressing
A Data-Structure project that aims to count the occurrences of various strings, using a hashtable in which the collisions are handled with linear probing.
HyperLogLog
K-Means-Clustering
MP3-Player
The focus is specifically on implementing a Data Structure program like a backend for potential music App using Doubly Linked List. Thereby, the purpose of 'MP3 Player' are to accurately accomplish several basic functionalities: add, search and remove songs using the facilities of a Circular Linked List.
Printf-Function
C program that successfully implements the functionality of the printf function, from the < stdlib > library.
Reduction-to-SAT-Problem
University algorithm-oriented project that accurately detects complex networks of influential mafia families represented as vertices and edges of rare graphs. The algorithms are being reduced to the Satisfiability Problem using a boolean formula that will be evaluated by an SAT Solver, deciding whether the initial clause has been satisfied or not.
Sparse-Jacobi
mirunamariafatu's Repositories
mirunamariafatu/Reduction-to-SAT-Problem
University algorithm-oriented project that accurately detects complex networks of influential mafia families represented as vertices and edges of rare graphs. The algorithms are being reduced to the Satisfiability Problem using a boolean formula that will be evaluated by an SAT Solver, deciding whether the initial clause has been satisfied or not.
mirunamariafatu/Abstract-Syntax-Tree
The main objective of the project is specifically to create an AST - abstract syntax tree - by parsing a mathematical expression in a prefixed form.
mirunamariafatu/Cat-Detection
The project aims to create a Supervised Machine Learning algorithm for cat classification problem that detects whether a cat is present in the image or not by generating an RGB/HSV Histogram Model. By processing a large set of images, the specific features are being identified with an accuracy of up to 83%.
mirunamariafatu/EnergySystem
The project's main goal is to simulate an energetic system that depends on the proper functioning of a country's economy. The attributions of three principal entities - consumers, distributors, and producers - are processed using JSON parser and implemented through a streamlined API that defines the interactions between them .
mirunamariafatu/HashTable-Open-Addressing
A Data-Structure project that aims to count the occurrences of various strings, using a hashtable in which the collisions are handled with linear probing.
mirunamariafatu/HyperLogLog
mirunamariafatu/K-Means-Clustering
mirunamariafatu/MP3-Player
The focus is specifically on implementing a Data Structure program like a backend for potential music App using Doubly Linked List. Thereby, the purpose of 'MP3 Player' are to accurately accomplish several basic functionalities: add, search and remove songs using the facilities of a Circular Linked List.
mirunamariafatu/Printf-Function
C program that successfully implements the functionality of the printf function, from the < stdlib > library.
mirunamariafatu/Sparse-Jacobi
mirunamariafatu/String-Processing
Project based on low-level 32-bit architecture concepts, consisting of a set of programs that process strings by solving problems such as pattern searching, using an Intel x86 assembler.
mirunamariafatu/TAR-Archiver
The purpose of the program is to manoeuvre a simulation of a Tar Archiver which performs basic functionalities: create an archive, list files, and extract files.
mirunamariafatu/Web-Search-Engine