Skip to content
View alexzandros's full-sized avatar
  • Bogotá
Block or Report

Block or report alexzandros

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

  1. Desktop_Watch_CRRC Desktop_Watch_CRRC Public

    Kotlin 1

  2. triqui_reasonml triqui_reasonml Public

    Juego de triqui haciendo uso de reasonml y react

    OCaml 2

  3. GameOfLife-FSharp GameOfLife-FSharp Public

    Comway's game of life implemented in the marvelous F# language

    F# 1

  4. lmsBackend_rust lmsBackend_rust Public

    Rust 1

  5. Bactracking_priority_queue.py Bactracking_priority_queue.py
    1
    from copy import deepcopy
    2
    from queue import PriorityQueue
    3
    from random import randint, seed
    4
    from time import time
    5
    
                  
  6. Bactracking.py Bactracking.py
    1
    from copy import deepcopy
    2
    from random import randint, seed
    3
    from time import time
    4
    
                  
    5
    def damas(numero, tablero, actual):