Gabriel Teixeira Carvalho's repositories

Bipartite-Perfect-Matching

This algorithm finds a minimum weight perfect matching in a bipartite graph using linear programmings and BFS.

Language:PythonStargazers:2Issues:1Issues:0

LoL-Build-Generator-Discord-Bot

This is a Discord bot that generates a random League of Legends build, including a champion, spells, runes, and items.

Language:JavaScriptLicense:MITStargazers:1Issues:1Issues:0
Language:C++Stargazers:0Issues:0Issues:0

Advanced-Search-Engine

This program is designed to efficiently perform a search operation on a corpus of documents based on user-specified queries. It processes the text in the documents and sorts them according to their relevance to the searched terms, taking into account the statistical measure tf-idf.

Language:C++Stargazers:0Issues:1Issues:0
Language:TypeScriptStargazers:0Issues:1Issues:0

Cache-Memory-Simulator

This repository consists in a cache memory simulator in Python.

Language:PythonStargazers:0Issues:1Issues:0

Convex-Hull-Classifier

Supervised Learning Classifier through Convex Hull models.

Language:Jupyter NotebookStargazers:0Issues:1Issues:0

demo-ci

Aula prática sobre servidores de Integração Contínua

Language:JavaLicense:MITStargazers:0Issues:0Issues:0

Simplex

This program implements the Simplex algorithm, used to solve linear programmings.

Language:PythonStargazers:0Issues:1Issues:0

Traveling-Salesman-Problem

This repository contains the implementation of three versions of the Traveling Salesman Problem, an exact one and two approximative versions. Through tests, experiments and performance analysis, this project dives into this classic NP-Complete problem and the tradeoffs between approximative and exact algorithms.

Language:Jupyter NotebookStargazers:0Issues:1Issues:0

demo-cypress

Roteiro prático sobre testes end-to-end (testes de front-end) usando o Cypress.

Language:JavaScriptLicense:MITStargazers:0Issues:0Issues:0

esmforum

Nova versão do ESM Forum - Sistema minimalista de demonstração do livro Engenharia de Software Moderna

Language:JavaScriptLicense:MITStargazers:0Issues:0Issues:0

External-Memory-Sorting

This program performs an efficient external memory sorting operation on a list of entities consisting of URLs and their visit counts. It divides the entities into tapes, sorts the tapes by visit count and merges back into a single sorted file. The program is designed to use minimal memory resources while delivering fast and accurate results.

Language:C++Stargazers:0Issues:1Issues:0

Find-Max-Capacity-Path

This greedy algorithm outputs the maximum capacity between two given nodes in a graph given a list of edges and its weights.

Language:C++Stargazers:0Issues:1Issues:0

Find-Maximum-Area-Rectangle-in-Matrix

This program outputs the rectangle with the biggest area in a matrix given a list of rectangles of different length and width.

Language:C++Stargazers:0Issues:1Issues:0

GabrielTeixeiraC

Config files for my GitHub profile.

Stargazers:0Issues:1Issues:0

Matching-By-Distances-And-Preferences

This program receives a grid with bikes, visitors and obstacles and finds the optimal matching of bikes and visitors according to the distance of the bikes to the visitors and the visitors preferences.

Language:C++Stargazers:0Issues:1Issues:0

micro-livraria

Exemplo prático de uma pequena livraria virtual implementada usando microsserviços. Inclui também duas tarefas práticas para os alunos.

Language:JavaScriptLicense:MITStargazers:0Issues:0Issues:0

NBA-ICD

This is a Data Science Introduction course project, in which we analyzed data from the NBA.

Language:Jupyter NotebookStargazers:0Issues:1Issues:0

Operations-on-Dinamically-Alocated-Matrices

This program implements matrix addition, multiplication and transpose operations through dinamically alocated matrices.

Language:CStargazers:0Issues:1Issues:0

Proffy

Next Level Week Front-End Learning Project.

Language:CSSStargazers:0Issues:1Issues:0

RoteiroRefactoringJS

Roteiro prático sobre refatorações

Language:JavaScriptStargazers:0Issues:0Issues:0
Language:CStargazers:0Issues:1Issues:0

Translate-Python-to-Assembly

Translation of two Python codes into Risc-V Assembly language.

Language:AssemblyStargazers:0Issues:1Issues:0

URL-Scheduler

This program implements a URL scheduler, a module of a search engine responsible for defining the order in which URLs on the Internet should be crawled.

Language:C++Stargazers:0Issues:1Issues:0