-
AI-8Puzzle Public
Artificial Intelligence search applied to solve the 8 Puzzle problem.
C++ GNU General Public License v3.0 UpdatedMay 22, 2019 -
MLRegression Public
A Regression Module implementing some selected Machine Learning algorithms
Python MIT License UpdatedMay 3, 2019 -
ACO-LongestPath Public
Ant Colony Optimization for the Longest Path Problem
Python UpdatedFeb 15, 2019 -
DCCRIP-RouterSim Public
A router simulator that implements a distance-vector routing protocol with network load balance, routing measures, and some optizations.
-
SymbolicRegression Public
A Genetic Programming approach in order to solve the Symbolic Regression problem.
-
MLP-Classification Public
Multi-Layer Neural Network Classifier
Python GNU General Public License v3.0 UpdatedDec 3, 2018 -
Simplex Public
An implementation for the Simplex algorithm for solving linear optimization problems. This approach covers both Primal and Dual Simplex.
-
MiniSys Public
Implementation of a mini computing system, which is composed of four main modules: a macroprocessor, an assembler, a linker and a simulator, all of them implemented over a well-defined language nam…
-
MSPTrafficSim Public
A traffic simulator using MSP-430 microcontroller.
C MIT License UpdatedNov 29, 2017 -
LISReduction Public
A Longest Increasing Subsequence (LIS) reduction to solve a problem similar to the Building Bridges Problem. This implementation covers three different approaches: backtracking, greedy and dynamic …
C MIT License UpdatedJul 17, 2017 -
ExternalIndexer Public
Inverted Index implementation with main memory limitation using External Quicksort.
C MIT License UpdatedJul 17, 2017 -
MaxFlow Public
Dinic's algorithm implementation for finding the maximum flow in a multi-source multi-sink flow network.
-
RPNSolver Public
A backtracking approach to find all the possible sets of operators that can be used to get a defined result from a Reverse Polish Notation (RPN) expression with missing operators.
C MIT License UpdatedJul 11, 2017