Top 20 NuGet Packages
Sudoko Solver + Get all Solutions of Sudoku
This project offers to generate and solve sudoku puzzle on 5 difficulty levels.
This is a portable and lightweight Sudoku solver implementation in C#.
How to use
int[,] grid =
{
{0, 0, 0, 0, 0, 0, 0, 6, 7},
{0, 0, 0, 9, 0, 7, 4, 0, 3},
{0, 6, 0, 0, 0, 0, 1, 9, 0},
{1, 0, 0, 0, 7, 3, 0, 0, 0},
{0, 0, 0, 4, 0, 6, 0, 0, 0},
{0, 0, 0, 8, 1, 0, 0, 0, 4},
...
An efficient sudoku solving and generating library targeting .NET 5 and above.
This library is designed to work as a framework for solving or generating any Sudoku-style puzzles. For example, you can implement custom rules, or mix-and-match the provided rules, to solve or generate whatever puzzle ...
A .NET android Library that simplifies the process of preparing and setting up MediaPlayer.
Provides simple syntactic sugar for the .NET library.
A repackage of Rob Conery's Sugar, a set of Extension Methods for making C# development a little easier. The original package placed the files in App_Code. I wanted it to work well with all project types so I built it into a .dll and packaged it.
常用数据结果
增加支持.net standard2.0 & 2.1
修复HttpHelper.RequestJsonAsync 的bug
数据加密工具
http工具
Handy thing
Package Description
Automatically generated using APIMatic.
Package description