Pinned Repositories
Algorithms-Design
Course: Algorithms design. Topic: Problem solving. Languages: C++ and Java. Programming techniques: Divide et Impera, Greedy, DP. Graph algorithms: minimum distances, topological sort.
APD
Arduino-Project-UV-Sensor
Course: Data Acquisitions. Hardware project using Arduino module to measure UV radiation from the atmosphere.
ASC
Client-Server-Application-TCP-UDP
Client-server application based on TCP and UDP, in which clients can request subscription and unsubscribe from multiple topics.
Data-Structures-Laboratory
IDP
Parallel-and-distributed-algorithms
SO
SPRC
madalinazanficu's Repositories
madalinazanficu/IDP
madalinazanficu/Parallel-and-distributed-algorithms
madalinazanficu/REST-API-communication
Course: Communication Protocols. Topic: HTTP. Languages: C++. Client-server application in which the client can make multiple operations such as: add, delete or retrieve information about books from a virtual library.
madalinazanficu/SPRC
madalinazanficu/Algorithms-Design
Course: Algorithms design. Topic: Problem solving. Languages: C++ and Java. Programming techniques: Divide et Impera, Greedy, DP. Graph algorithms: minimum distances, topological sort.
madalinazanficu/APD
madalinazanficu/Arduino-Project-UV-Sensor
Course: Data Acquisitions. Hardware project using Arduino module to measure UV radiation from the atmosphere.
madalinazanficu/ASC
madalinazanficu/Client-Server-Application-TCP-UDP
Client-server application based on TCP and UDP, in which clients can request subscription and unsubscribe from multiple topics.
madalinazanficu/Data-Structures-Laboratory
madalinazanficu/Formal-and-Automatic-Languages
madalinazanficu/Haskell-graphs
Programming Paradigms Course. Application of functional mechanisms, data types, polymorphism and lazy evaluation in the Haskell language.
madalinazanficu/Load-Balancer
Developed a C system , using Consistent Hashing in order to efficiently transfer large volumes of data.
madalinazanficu/Numerical_methods-image_editor
madalinazanficu/SnakeGame
Spring Insight participant Jane Street. Software Engineering Department. Ocaml workshop
madalinazanficu/SO
madalinazanficu/Ultimate-Tic-Tac-Toe
Programming Paradigms Course. Using the backtracking mechanism of the language to develop winning strategies for Ultimate Tic-Tac-Toe game
madalinazanficu/DVWA
Damn Vulnerable Web Application (DVWA)
madalinazanficu/Mini-libc
Task for the operating systems course
madalinazanficu/Programming-Paradigms
Programming Paradigms laboratory. Languages: Racket, Haskell, Prolog.
madalinazanficu/Pythagorean-Triples-and-Cryptographic-Coding
madalinazanficu/Reduction-to-the-SAT-problem
madalinazanficu/RMQ
Implemented Sparse Table, Segment Tree and Square Root Decomposition algorithms.
madalinazanficu/Rope-Data-structure
madalinazanficu/Router
madalinazanficu/Santa-s-Helper
Developed the backend functionality of a sharing-gifts system with 3 main entities: distributor, receivers, intermediate aids. The user can select from > 10 methods of distributing gifts, due to the dynamic functionality implemented using Strategy and Factory patterns.
madalinazanficu/Smart-Pot-PM
madalinazanficu/VideosDB
Backend functionality of a videos' platform. Maintain a database of users, and a database of available movies and series. Users could request different recommendation based on their history and preferences.