Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/letmefly666/count1024
力扣2022-1024马尔科夫链活动,你的卡牌能合成1024吗
https://github.com/letmefly666/count1024
1024 1024-markov-chain leetcode leetcode1024
Last synced: 4 days ago
JSON representation
力扣2022-1024马尔科夫链活动,你的卡牌能合成1024吗
- Host: GitHub
- URL: https://github.com/letmefly666/count1024
- Owner: LetMeFly666
- License: gpl-3.0
- Created: 2022-10-20T02:43:48.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-10-31T02:16:08.000Z (about 2 years ago)
- Last Synced: 2025-01-01T16:12:58.205Z (21 days ago)
- Topics: 1024, 1024-markov-chain, leetcode, leetcode1024
- Language: HTML
- Homepage: https://Count1024.LetMeFly.xyz
- Size: 105 KB
- Stars: 45
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Count1024
力扣2022-1024马尔科夫链活动,你的卡牌能合成1024吗?[活动地址点我](https://leetcode.cn/2022-1024)
快去 [Count1024.LetMeFly.xyz](https://count1024.letmefly.xyz/)看看吧!在线计算!
或者使用Python版本:[https://letmefly.blog.csdn.net/article/details/127413787](https://letmefly.blog.csdn.net/article/details/127413787)
## 更新日志
**20221020 17:00:00(UTC+8)**: 实现了卡牌的缓存机制,避免了下次的重复输入
**20221020 18:40:00(UTC+8)**: 将```for循环```改成了```setTimeout + for循环```的方式,实现了进度的显示
**20221020 19:30:00(UTC+8)**: 修复了上次更新的BUG;实现了“两种计算方式的选择”,可以选择```显示进度并计算极慢```或```疾速计算并可能伴随短暂卡顿```
**20221021 14:00:00(UTC+8)**: 采用了[@zRains](https://github.com/zRains)提供的[算法](https://github.com/LetMeFly666/Count1024/issues/2),效率有了很大的提升。
**20221022 10:50:00(UTC+8)**: 修复了32位整数溢出的BUG,实现了和力扣的运算结果的一致 —— By [@zRains](https://github.com/zRains)
**20221022 18:50:00(UTC+8)**: 将结果显示在“开始计算按钮”的下方,方便下次计算
**20221026 19:35:00(UTC+8)**: 修复了“快速计算”运算符不足三个或数字不足四个时“抛出错误未处理”所造成的仍在计算的假象(感谢[@cjd0901](https://github.com/cjd0901)的反馈!);添加了力扣的活动链接
## TODO
1. 忽然想起来,我这不是反向优化了么。。。 setTimeout的调用次数更多了。。
欢迎各位大佬的PR