Skip to content
View guligon90's full-sized avatar
💭
I may be slow to respond.
💭
I may be slow to respond.

Highlights

  • Pro

Block or report guligon90

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
guligon90/README.md

Terry A. Davis was right.

My sincere opinion on my years working as a software engineer here.

If you want to escape mediocrity, perhaps I can help you with that.

Pinned Loading

  1. max_sum_path.py: Script that calcula... max_sum_path.py: Script that calculates the maximum sum path between two lists of integers.
    1
    from typing import (
    2
        Callable,
    3
        Iterator,
    4
        Generator,
    5
        Protocol,
  2. empirical-tc-ts empirical-tc-ts Public

    PoC regarding the experimental determination of time complexities of algorithms written in TypeScript.

    TypeScript