math-hiyoko

↗ HN profile [ 21.8 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. Hi HN, I built a Sudoku solver web app focused on speed and correctness. It solves standard puzzles quickly, but it can also handle ambiguous puzzles: instead of stopping at the first solution, it enumerates all valid…

  2. I built this FM-index implementation in Rust with Python bindings. It supports fast substring count / locate queries once indexed. Usage examples and docs are on the PyPI page. Feedback welcome on API design and…

  3. I built a Rust-powered Wavelet Matrix library for Python. There were surprisingly few practical Wavelet Matrix implementations available for Python, so I implemented one with a focus on performance, usability, and typed…