You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trabalho de Algoritmos e Estruturas de Dados III desenvolvido junto com @Yasmin-Camargo e @BiancaBDullius que possui como objetivo realizar a Implementação do problema do empacotamento de caixas, utilizando um algoritmo exato e algoritmos aproximativos
This repository contains a collection of problems and their solutions for the subject Design and Analysis of Algorithms from the Computer Science degree
Implementação do problema do Caixeiro Viajante (TSP) euclidiano, utilizando um algoritmo aproximativo e um algoritmo exato. Desenvolvido junto com @Yasmin-Camargo para a disciplina de Algoritmos e Estruturas de Dados III
This repository contains all my studies in DSA so far. It has it all from simple sorting to NP-completeness and approximation algorithms. Everything is written either on C or C++ and it also serves the purporse as a study on both languages. It has helped me greatly to understand different compilers, best practices etc.