Pinned Repositories
bachelor-thesis
My bachelor thesis about randomization techniques in metaheuristics.
competitive-programming
Solutions to various coding problems from Beecrowd, Codeforces, Leetcode and others.
compiler
Trabalho final da disciplina de Compiladores.
jde-randomization-methods
A jDE (Self-Adaptive Differential Evolution) algorithm implementation with different randomization methods - Uniform, Gaussian and Logistic Map.
json-data-masking
JSON Data Masking is a library for .NET Core applications that simplifies the masking process of PII/sensitive information.
maze-solver
An implementation of a maze generator and a maze solver, using the A* algorithm.
post-machine-simulator
Simulador de Máquinas de Post desenvolvido para a disciplina de Teoria da Computação (TEC).
rngs
A simple program with different randomization methods that displays how each of them distributes numbers over a range.
sca-algorithm
An implementation in Python of the Sine Cosine Algorithm (SCA), for solving optimization problems, with different randomization methods.
simple-2d-game
A simple 2D game made in C++ with OpenGL.
luizaes's Repositories
luizaes/json-data-masking
JSON Data Masking is a library for .NET Core applications that simplifies the masking process of PII/sensitive information.
luizaes/sca-algorithm
An implementation in Python of the Sine Cosine Algorithm (SCA), for solving optimization problems, with different randomization methods.
luizaes/post-machine-simulator
Simulador de Máquinas de Post desenvolvido para a disciplina de Teoria da Computação (TEC).
luizaes/compiler
Trabalho final da disciplina de Compiladores.
luizaes/maze-solver
An implementation of a maze generator and a maze solver, using the A* algorithm.
luizaes/simple-2d-game
A simple 2D game made in C++ with OpenGL.
luizaes/bachelor-thesis
My bachelor thesis about randomization techniques in metaheuristics.
luizaes/competitive-programming
Solutions to various coding problems from Beecrowd, Codeforces, Leetcode and others.
luizaes/jde-randomization-methods
A jDE (Self-Adaptive Differential Evolution) algorithm implementation with different randomization methods - Uniform, Gaussian and Logistic Map.
luizaes/rngs
A simple program with different randomization methods that displays how each of them distributes numbers over a range.
luizaes/ludum-dare
Repo to store my Ludum Dare entries and other games that I make to train for the jam.
luizaes/luizaes
luizaes/machine-learning
Repository to store everything that I'll code while learning more about Machine Learning, Artificial Inteligence, Neural Networks, etc.
luizaes/oprp-tf
Trabalho Final da disciplina de Programação Paralela (OPRP)