{"id":16654185,"url":"https://github.com/letmefly666/count1024","last_synced_at":"2025-09-29T15:30:32.912Z","repository":{"id":61855802,"uuid":"554566072","full_name":"LetMeFly666/Count1024","owner":"LetMeFly666","description":"力扣2022-1024马尔科夫链活动，你的卡牌能合成1024吗","archived":false,"fork":false,"pushed_at":"2022-10-31T02:16:08.000Z","size":108,"stargazers_count":45,"open_issues_count":1,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-01T16:12:58.205Z","etag":null,"topics":["1024","1024-markov-chain","leetcode","leetcode1024"],"latest_commit_sha":null,"homepage":"https://Count1024.LetMeFly.xyz","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/LetMeFly666.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-10-20T02:43:48.000Z","updated_at":"2024-08-12T20:27:54.000Z","dependencies_parsed_at":"2023-01-21T00:03:29.953Z","dependency_job_id":null,"html_url":"https://github.com/LetMeFly666/Count1024","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LetMeFly666%2FCount1024","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LetMeFly666%2FCount1024/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LetMeFly666%2FCount1024/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LetMeFly666%2FCount1024/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LetMeFly666","download_url":"https://codeload.github.com/LetMeFly666/Count1024/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234631121,"owners_count":18863269,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["1024","1024-markov-chain","leetcode","leetcode1024"],"created_at":"2024-10-12T09:49:00.139Z","updated_at":"2025-09-29T15:30:32.905Z","avatar_url":"https://github.com/LetMeFly666.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!--\n * @Author: LetMeFly\n * @Date: 2022-10-20 10:47:31\n * @LastEditors: LetMeFly.xyz\n * @LastEditTime: 2025-03-09 21:46:21\n--\u003e\n\u003e [!CAUTION]\n\u003e \n\u003e 活动已结束两年半，[上次commit](https://github.com/LetMeFly666/Count1024/commit/6770c8ce5a477e10acf1167b05341d1ee58bcb9b)也已过去一坤年。感谢大家的陪伴和支持，这个仓库要Archive啦！\n\u003e\n\u003e 三年来我的开发可能也更规范了些，在此也对我的Collaborator[@zRains](https://github.com/zRains)表示再次的感谢！大家未来再会。\n\n# Count1024\n\n力扣2022-1024马尔科夫链活动，你的卡牌能合成1024吗？[活动地址点我](https://leetcode.cn/2022-1024)\n\n快去 [Count1024.LetMeFly.xyz](https://count1024.letmefly.xyz/)看看吧！在线计算！\n\n或者使用Python版本：[https://letmefly.blog.csdn.net/article/details/127413787](https://letmefly.blog.csdn.net/article/details/127413787)\n\n\n## 更新日志\n\n**20221020 17:00:00(UTC+8)**： 实现了卡牌的缓存机制，避免了下次的重复输入\n\n**20221020 18:40:00(UTC+8)**： 将```for循环```改成了```setTimeout + for循环```的方式，实现了进度的显示\n\n**20221020 19:30:00(UTC+8)**： 修复了上次更新的BUG；实现了“两种计算方式的选择”，可以选择```显示进度并计算极慢```或```疾速计算并可能伴随短暂卡顿```\n\n**20221021 14:00:00(UTC+8)**： 采用了[@zRains](https://github.com/zRains)提供的[算法](https://github.com/LetMeFly666/Count1024/issues/2)，效率有了很大的提升。\n\n**20221022 10:50:00(UTC+8)**： 修复了32位整数溢出的BUG，实现了和力扣的运算结果的一致 —— By [@zRains](https://github.com/zRains)\n\n**20221022 18:50:00(UTC+8)**： 将结果显示在“开始计算按钮”的下方，方便下次计算\n\n**20221026 19:35:00(UTC+8)**： 修复了“快速计算”运算符不足三个或数字不足四个时“抛出错误未处理”所造成的仍在计算的假象（感谢[@cjd0901](https://github.com/cjd0901)的反馈！）；添加了力扣的活动链接\n\n## TODO\n\n1. 忽然想起来，我这不是反向优化了么。。。 setTimeout的调用次数更多了。。\n\n欢迎各位大佬的PR\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fletmefly666%2Fcount1024","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fletmefly666%2Fcount1024","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fletmefly666%2Fcount1024/lists"}