algorithm.ts
algorithm.ts copied to clipboard
Common algorithms and data structures written in Typescript
Results
2
algorithm.ts issues
Sort by
recently updated
recently updated
newest added
## Migration Migrate from 2.x.x: https://github.com/guanghechen/algorithm.ts/blob/release-3.x.x/MIGRATION.md
很棒的一个算法库,我根据里面的数独算法,做了一个数独游戏:https://sinqi.tools/sudoku  官方演示的数独demo已经很棒了,基于这个demo,新增了一些功能,比如打印功能。 现在似乎有个性能问题:当要生成16*16的数据,会卡一会儿(大概2s左右)才能生成,如果能改进,就更好啦!