Skip to content
View makoru-hikage's full-sized avatar
🐮
Perhaps
🐮
Perhaps
Block or Report

Block or report makoru-hikage

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. sasquare-docs sasquare-docs Public

    The LaTeX source code of SASQUARE docs

    TeX 1

  2. sasquare-haskell sasquare-haskell Public

    Haskell Implementation of SASQUARE: https://github.com/makoru-hikage/sasquare-docs

    Haskell

  3. sasquare-python sasquare-python Public

    Python implementation of https://github.com/makoru-hikage/single-array-square

    Python

  4. single-array-square single-array-square Public

    A perfect square represented by a one-dimensional array

    C

  5. An O(log_n) palindrome check algorit... An O(log_n) palindrome check algorithm, the number of letter iterations is halved (rounded up when the half is a rational number).
    1
    #!/bin/bash/python
    2
    #
    3
    # Requires Python 3 and above 
    4
    #
    5
    # Example
  6. sasquare-reasonml sasquare-reasonml Public

    A ReasonML implementation of SASQUARE

    ReScript