{"id":19217107,"url":"https://github.com/shellvon/algorithms","last_synced_at":"2025-11-13T17:07:08.183Z","repository":{"id":22764149,"uuid":"26109902","full_name":"shellvon/Algorithms","owner":"shellvon","description":"用Python/C++回忆一下数据结构","archived":false,"fork":false,"pushed_at":"2014-11-09T10:28:11.000Z","size":212,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-04T18:44:30.903Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C++","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/shellvon.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}},"created_at":"2014-11-03T08:29:59.000Z","updated_at":"2017-02-20T11:53:37.000Z","dependencies_parsed_at":"2022-08-21T12:30:27.874Z","dependency_job_id":null,"html_url":"https://github.com/shellvon/Algorithms","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shellvon%2FAlgorithms","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shellvon%2FAlgorithms/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shellvon%2FAlgorithms/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shellvon%2FAlgorithms/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shellvon","download_url":"https://codeload.github.com/shellvon/Algorithms/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240292368,"owners_count":19778311,"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":[],"created_at":"2024-11-09T14:20:07.990Z","updated_at":"2025-11-13T17:07:03.139Z","avatar_url":"https://github.com/shellvon.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"#数据结构及其算法\n\n此项目只是为了在毕业之前复习一下曾经学过的数据结构/算法，初衷是打算仅仅使用Python实现，但写了简单的排序/查找算法之后，觉得对于C/C++我还是应该学习一下，于是就附带了一些之前在BNU上的练习代码。对于求职，更推荐LeetCode.\n显然目的是希望我自己能提高对于数据结构和算法等基础知识的理解，如果能帮到别人或许更好。\n\n####目前为止我写好的算法样例有：\n\n----\n* 查找算法([Implements with Python](https://github.com/shellvon/Algorithms/blob/master/Python/search.py))\n      + 二分查找\n           - 推广应用[https://oj.leetcode.com/problems/find-minimum-in-rotated-sorted-array/](https://oj.leetcode.com/problems/find-minimum-in-rotated-sorted-array/)\n      + 深度优先\n      + 广度优先\n      + 迷宫\n      + 最长连续字串之和\n* 排序算法([Implements with Python](https://github.com/shellvon/Algorithms/blob/master/Python/sort.py))\n      + 选择排序\n      + 冒泡排序\n      + 归并排序\n      + 插入排序\n      + 快速排序\n* 贪婪算法([Implements with Python](https://github.com/shellvon/Algorithms/blob/master/Python/greedy.py))\n* 动态规划([Implements with Python](https://github.com/shellvon/Algorithms/blob/master/Python/dp.py))\n* 二叉树遍历\n      + 前/中/后序转化([Implements with C++](https://github.com/shellvon/Algorithms/blob/master/C%2B%2B/binaryTree.cpp))\n          - 来自BNU题目\n      + 字符串操作([Implements with C++]\n(https://github.com/shellvon/Algorithms/blob/master/C%2B%2B/Deli.cpp))\n          - 来自BNU题目\n\nTODO\n\n----\n* 排序算法\n      + 希尔排序\n      + 桶排序\n* 贪婪算法\n* 动态规划\n* 位操作\n* 加密/解密【数论相关】\n* 学习资料","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshellvon%2Falgorithms","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshellvon%2Falgorithms","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshellvon%2Falgorithms/lists"}