a stopwatch class utility for starting, pausing, resetting and getting elapsed time in milliseconds (ms), under the hood is just comparing timestamps with Date.now().
published version 1.3.2, 10 months agotypescript implementation of the greedy first search djikstra's shortest path algorithm, compatible with javascript projects too of course
published version 1.2.0, 9 months agoasynchronous proper sudoku solver which allows you to 'hook' into the function call stack data as the sudoku input puzzle is being solved. useful for writing things like realtime visualisations.
published version 1.0.10, 3 months ago