Thanks to visit codestin.com
Credit goes to github.com

Skip to content
View morgoth1145's full-sized avatar

Block or report morgoth1145

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 250 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. advent-of-code advent-of-code Public

    Advent of Code

    Python 28 1

  2. Python Picross solver Python Picross solver
    1
    import functools
    2
    import itertools
    3
    import operator
    4
    
                  
    5
    @functools.lru_cache(maxsize=None)
  3. sandpiles sandpiles Public

    Python/OpenCL implementation of Abelian sandpile model

    Python