Skip to content
View guilsa's full-sized avatar
👋
@ Looking for projects
👋
@ Looking for projects

Block or report guilsa

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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. minimax-tictactoe Public

    Tictactoe using minimax, fully tested

    Ruby 3 2

  2. Algorithm Problems
    1
    // Climbing Stairs (5/13)
    2
    //  - can be modeled as a graph problem
    3
    //  - starting from 0 we can take 1 step and get to 1 or take 2 steps and get to 2
    4
    //  - then from 1 we can take 1 step and get to 2 or take 2 steps and get to 3, and so on
    5
    //  - if we get to n from a branch, we've found one way
  3. guilsa.com Public

    My blog

    Astro

  4. dotfiles Public

    My dotfiles configuration.

    Vim Script

  5. mac-dev-playbook Public

    My fork of geerlingguy's Mac setup and configuration via Ansible

    Shell