Skip to content
View aes219's full-sized avatar
:shipit:
yes
:shipit:
yes
Block or Report

Block or report aes219

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. Octave Octave Public

    Chat app with real-time messaging support.

    JavaScript 1

  2. eNotebook eNotebook Public

    Note-taking application made with React and Electron

    JavaScript 3

  3. ai-minesweeper ai-minesweeper Public

    AI playing minesweeper

    Python

  4. sheetflow sheetflow Public

    Use spreadsheets as a database easily

    JavaScript 2

  5. backtrack search algorithm in python backtrack search algorithm in python
    1
    """
    2
        Naive backtrack searching without any heuristics or inference
    3
    """
    4
    
    
    5
    VARIABLES = ["A", "B", "C", "D", "E", "F", "G"]