Pinned Repositories
adalg
Some Advanced Algorithms in C++
Algos
Implementation of well-known (and some rare) algorithms, mostly in C++
black-box
Classic Black Box game implemented in Assembly
chatus
A chat client and server in C
ga-qap
Genetic Algorithm applied to the Quadratic Assignement Problem
image-dehazing
Implementation of "Fast Image Dehazing Using Dark Channel Prior"
math-pdptw
Algorithms, codes and results from master's thesis
music-composer
A simple "text to music" encoder in Java
ovig
Open Source Vehicle Routing Instance Generator
pdptw-instances
Instances for the Pickup and Delivery Problem with Time Windows (PDPTW) based on open data
cssartori's Repositories
cssartori/pdptw-instances
Instances for the Pickup and Delivery Problem with Time Windows (PDPTW) based on open data
cssartori/image-dehazing
Implementation of "Fast Image Dehazing Using Dark Channel Prior"
cssartori/ovig
Open Source Vehicle Routing Instance Generator
cssartori/math-pdptw
Algorithms, codes and results from master's thesis
cssartori/ga-qap
Genetic Algorithm applied to the Quadratic Assignement Problem
cssartori/music-composer
A simple "text to music" encoder in Java
cssartori/adalg
Some Advanced Algorithms in C++
cssartori/Algos
Implementation of well-known (and some rare) algorithms, mostly in C++
cssartori/black-box
Classic Black Box game implemented in Assembly
cssartori/chatus
A chat client and server in C
cssartori/compilador
A "semi-compiler" of the Language Amarela in C
cssartori/cssartori.github.io
cssartori/ga-nqueens
Genetic Algorithm applied to the N-Queens Problem
cssartori/HGS-CVRP
Modern implementation of the hybrid genetic search (HGS) algorithm specialized to the capacitated vehicle routing problem (CVRP). This code also includes an additional neighborhood called SWAP*.
cssartori/programming-challenge
Solutions for some Programming Problems of UVA
cssartori/sdtp
Models and algorithms for simple disjunctive temporal problems
cssartori/sorter
Graphical tool to comparer sorting methods over arrays of integers