Skip to content
View GabrielTeixeiraC's full-sized avatar

Highlights

  • Pro

Block or report GabrielTeixeiraC

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
GabrielTeixeiraC/README.md

Hey, I'm Gabriel! 👾👽

  • 🔎 I'm an undergraduate researcher at SPEED DCC-UFMG
  • 📖 I'm in my 4th year of Computer Science at UFMG
  • 🌱 I'm currently studying interpretability in deep learning models.
  • 📫 You can contact me at: [email protected]

Languages and tools:


Python C++ TS Nodejs React

How to reach me:


Pinned Loading

  1. Traveling-Salesman-Problem Traveling-Salesman-Problem Public

    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, th…

    Jupyter Notebook

  2. LoL-Build-Generator-Discord-Bot LoL-Build-Generator-Discord-Bot Public

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

    JavaScript 1 1

  3. Bipartite-Perfect-Matching Bipartite-Perfect-Matching Public

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

    Python 2

  4. Advanced-Search-Engine Advanced-Search-Engine Public

    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…

    C++

  5. Simplex Simplex Public

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

    Python