{"id":18076050,"url":"https://github.com/jayboxyz/algorithm-notes","last_synced_at":"2025-07-13T08:04:45.469Z","repository":{"id":168875221,"uuid":"163589052","full_name":"jayboxyz/algorithm-notes","owner":"jayboxyz","description":":memo: 数据结构与算法学习、LeetCode 刷题...","archived":false,"fork":false,"pushed_at":"2020-04-04T06:34:52.000Z","size":2107,"stargazers_count":29,"open_issues_count":0,"forks_count":11,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-12T08:09:59.510Z","etag":null,"topics":["algorithm","datastructure","java","leecode"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jayboxyz.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2018-12-30T13:23:53.000Z","updated_at":"2024-04-10T02:41:30.000Z","dependencies_parsed_at":null,"dependency_job_id":"cf481548-475e-4ffe-9f16-1b061263e47f","html_url":"https://github.com/jayboxyz/algorithm-notes","commit_stats":null,"previous_names":["jayboxyz/algorithm-notes"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jayboxyz/algorithm-notes","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jayboxyz%2Falgorithm-notes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jayboxyz%2Falgorithm-notes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jayboxyz%2Falgorithm-notes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jayboxyz%2Falgorithm-notes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jayboxyz","download_url":"https://codeload.github.com/jayboxyz/algorithm-notes/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jayboxyz%2Falgorithm-notes/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265108516,"owners_count":23712466,"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":["algorithm","datastructure","java","leecode"],"created_at":"2024-10-31T11:08:35.620Z","updated_at":"2025-07-13T08:04:45.463Z","avatar_url":"https://github.com/jayboxyz.png","language":null,"readme":"# 数据结构与算法学习\n记录数据结构与算法、LeetCode刷题的学习历程...\n\n数据结构\n---\n\n- \n\n## LeetCode\n\n- LeetCode(英文)：\u003chttps://leetcode.com/\u003e \n  -  题库：\u003chttps://leetcode.com/problemset/all/\u003e\n- LeetCode(中文)：\u003chttps://leetcode-cn.com/\u003e  - 使用该网站即可。\n  - 题库：  \u003chttps://leetcode-cn.com/problemset/all/\u003e  【荐】（直接进去刷题）\n- 牛客网：\u003chttps://www.nowcoder.com\u003e\n\nLeetCode 刷题：\n\n- [LeetCode刷题-索引](./LeetCode/README.md)\n\n \n\n\n\n## 学习资料\n\n对初学者的建议：https://www.imooc.com/article/26624 \n\n资料收集：\n\n\n- [CyC2018/CS-Notes](\u003chttps://github.com/CyC2018/CS-Notes\u003e)  -  含 Leetcode 题解。\n\n- [MisterBooo/LeetCodeAnimation](https://github.com/MisterBooo/LeetCodeAnimation)\n\n  \u003e Demonstrate all the questions on LeetCode in the form of animation.（用动画的形式呈现解LeetCode题目的思路）\n\n- [azl397985856/leetcode](\u003chttps://github.com/azl397985856/leetcode\u003e)\n\n  \u003e LeetCode Solutions: A Record of My Problem Solving Journey.( leetcode题解，记录自己的leetcode解题之路。)\n\n- [apachecn/awesome-algorithm](https://github.com/apachecn/awesome-algorithm)\n\n  \u003e LeetCode, HackRank, 剑指offer, classic algorithm implementation\n\n- [soulmachine/leetcode](https://github.com/soulmachine/leetcode)\n\n  \u003e LeetCode题解，151道题完整版\n\n- 左耳朵耗子-陈皓：[haoel/leetcode](https://github.com/haoel/leetcode)\n\n  \u003e LeetCode Problems' Solutions\n\n- [《LeetBook（LeetCode详解）》](\u003chttps://legacy.gitbook.com/book/hk029/leetbook/details\u003e)\n\n- [结构化算法刷题训练指南 － 小专栏](\u003chttps://xiaozhuanlan.com/Lisanaaa\u003e)\n\n书籍：\n\n- 《算法图解》\n- 《我的第一本算法书》\n- 《算法》（第四版）\n- 《大话数据结构》\n- …\n\n视频：\n\n- 花花酱 LeetCode 视频：[Bilibili 传送门](\u003chttps://space.bilibili.com/9880352/channel/index\u003e)  |  [YouTube 传送门](\u003chttps://www.youtube.com/user/xxfflower/playlists\u003e)\n- bobo老师：[深度实战玩转算法-慕课网实战](https://coding.imooc.com/class/138.html)\n\n网站：\n\n- [VisuAlgo](https://visualgo.net/en)（这个网站能帮助开发者可视化的理解数据结构与算法）\n\n\n\n\n\n  \n\n  \n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjayboxyz%2Falgorithm-notes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjayboxyz%2Falgorithm-notes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjayboxyz%2Falgorithm-notes/lists"}