Skip to content
View GustavoRuedaEnriquez's full-sized avatar
🤖
🤖
Block or Report

Block or report GustavoRuedaEnriquez

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

Hello there!

LinkedIn GitHub

I'm Gustavo, a software developer from Mexico 🇲🇽. I enjoy learning new things, programming languages and new technologies. I really like algorithms, web design and digital design.

Please feel free to check out my repos! 💻

My depression is chronic, but this ass is iconic

Pinned Loading

  1. maze-generator maze-generator Public

    Small tool that generates mazes from different sizes, starting at 5x5 grid to 30x30 grid, using different algorithms. Coded in Python 🐍.

    Python 6

  2. towers-of-hanoi towers-of-hanoi Public

    Algorithm to solve the puzzle "Towers of Hanoi" in a recursively manner. Coded in C language and also in MIPS assembly language. 👨🏻‍💻

    Assembly 1

  3. RE-to-DFA-parser RE-to-DFA-parser Public

    Regular Expressions to Deterministic Finite Automatons parser, used to obtain the minimum DFA, and also to check which strings are accepted by a given NFA.

    Python 1