Pinned Repositories
Algo
A collection of some of the hardest algorithmic problems solved by myself
AVL
C++ implementation of AVL binary search tree.
ContainerFS
ZIP filesystem using libfuse and libzip
DynamicConvexHull
Interactive graphical application that dynamically comutes the convex hull of a given set of 2D points.
EmployeeService
RESTful API attempt
Maps
Application for finding minimum distances in different types of graphs.
RegexToDFAConverter
C++ application that converts regular expressions into Deterministic Finite Automata.
VideoGameCritic
REST-ful API supporting a website for video game enthusiasts
VideoGameCriticClient
Front end application built on top of VideoGameCritic REST-ful API
iordachebogdan's Repositories
iordachebogdan/RegexToDFAConverter
C++ application that converts regular expressions into Deterministic Finite Automata.
iordachebogdan/ContainerFS
ZIP filesystem using libfuse and libzip
iordachebogdan/Algo
A collection of some of the hardest algorithmic problems solved by myself
iordachebogdan/AVL
C++ implementation of AVL binary search tree.
iordachebogdan/DynamicConvexHull
Interactive graphical application that dynamically comutes the convex hull of a given set of 2D points.
iordachebogdan/EmployeeService
RESTful API attempt
iordachebogdan/Maps
Application for finding minimum distances in different types of graphs.
iordachebogdan/VideoGameCritic
REST-ful API supporting a website for video game enthusiasts
iordachebogdan/VideoGameCriticClient
Front end application built on top of VideoGameCritic REST-ful API
iordachebogdan/cppi
iordachebogdan/DirectedGraphHandler
Implementation for handling directed graphs.
iordachebogdan/EmployeeWebApplication
Another RESTful API application
iordachebogdan/JMed
Java application for the management of medical cases.
iordachebogdan/JMedDB
JMed app using mySQL database through JDBC.
iordachebogdan/MathAPI
RESTful API for managing math problems and generating custom tests
iordachebogdan/nlp-unibuc
Homeworks for Natural Language Processing university course
iordachebogdan/NondeterministicFiniteAutomatonWithLambdaTransitions
C++ implementation of a NFA with lambda-transitions.
iordachebogdan/Simple-Android-Application-with-Dynamic-UI-using-Fragments
Attempt to create a Dynamic UI using Fragments for an Android Application
iordachebogdan/tic-tac-toe
Game of Tic-Tac-Toe using React
iordachebogdan/Twitter-Sentiment-Analyser
Twitter Sentiment Analyser