Skip to content
View Tortolala's full-sized avatar
  • Guatemala City

Highlights

  • Pro

Block or report Tortolala

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

Pinned Loading

  1. UFM_Data_Structures_2023 UFM_Data_Structures_2023 Public

    Code resources and activities for the Data Structures course at Universidad Francisco Marroquín.

    Python 4 15

  2. Implementation of a heap in Python u... Implementation of a heap in Python using an array representation solution.
    1
    # March 29, 2020
    2
    
                  
    3
    from typing import Tuple
    4
    from math import floor
    5
    
                  
  3. algoritmia-ufm algoritmia-ufm Public

    Código base para el curso de Algoritmia & Complejidad, UFM 2024.

    Python

  4. geet geet Public

    Geet is an educational git alternative, developed to understand git's internals.

    Python

  5. Multithread-Server-Client Multithread-Server-Client Public

    Python server-client using multithreading to handle matrix multiplication

    Python

  6. sudoku-solver sudoku-solver Public

    Python