New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@chamodanethra/sudoku_solver-wasm

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@chamodanethra/sudoku_solver-wasm

An optimized backtracking algorithm using Rust to solve a sudoku grid with wasm-pack

latest
Source
npmnpm
Version
0.1.6
Version published
Maintainers
1
Created
Source

sudoku_solver-wasm

An optimized backtracking algorithm using Rust to solve a sudoku grid with wasm-pack

Input

A unique sudoku puzzle in the form of a String with zeros in the empty cells delimited by new line characters at the end of each row.

Output

A string with the relevant answer returned as a String delimited by new line characters at the end of each row.

Further Reading

Follow the details on the url: https://developer.mozilla.org/en-US/docs/WebAssembly/Rust_to_wasm

FAQs

Package last updated on 22 Dec 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts