Skip to content
View sigh's full-sized avatar

Organizations

@aichallenge
Block or Report

Block or report sigh

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
sigh/README.md

Hi there

These are mainly side-projects for things I find algorithmically or mathematically interesting. The interactive ones are hosted at sigh.github.io.

The focus is much more on exploring concepts, so there is less attention or time spent on software engineering best-practices than I would on production-quality software.

Feel free to reach out if any of it is interesting to you.

Pinned

  1. Interactive-Sudoku-Solver Interactive-Sudoku-Solver Public

    Fast interactive web-based Sudoku solver. Supports many variants including 16x16 grids.

    JavaScript 22 6

  2. reed-solomon reed-solomon Public

    Reed-solomon encoder/decoder demo

    JavaScript 1

  3. Config-Files Config-Files Public

    Config files for zsh, bash, vim, screen, git etc

    Vim Script 3

  4. Stern-Brocot-Tree Stern-Brocot-Tree Public

    An infinitely-zoomable Stern-Brocot tree

    JavaScript 2

  5. primes-asm primes-asm Public

    Prime sieve in assembly

    Assembly

  6. Large-Sudoku-Solver Large-Sudoku-Solver Public

    Solves sudoku puzzles with large grids (up to 512x512).

    Rust