{"id":21331066,"url":"https://github.com/bobomee/algorithms-java","last_synced_at":"2025-10-09T21:36:34.487Z","repository":{"id":160854569,"uuid":"100901866","full_name":"BoBoMEe/algorithms-java","owner":"BoBoMEe","description":"Algorithms demos","archived":false,"fork":false,"pushed_at":"2018-03-24T12:00:55.000Z","size":542,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-17T14:53:40.515Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/BoBoMEe.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-08-21T01:56:42.000Z","updated_at":"2018-03-24T12:00:56.000Z","dependencies_parsed_at":null,"dependency_job_id":"79d96878-098a-429f-8f47-9909c45aaa51","html_url":"https://github.com/BoBoMEe/algorithms-java","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/BoBoMEe/algorithms-java","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BoBoMEe%2Falgorithms-java","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BoBoMEe%2Falgorithms-java/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BoBoMEe%2Falgorithms-java/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BoBoMEe%2Falgorithms-java/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BoBoMEe","download_url":"https://codeload.github.com/BoBoMEe/algorithms-java/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BoBoMEe%2Falgorithms-java/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279002055,"owners_count":26083286,"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","status":"online","status_checked_at":"2025-10-09T02:00:07.460Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-21T22:28:53.379Z","updated_at":"2025-10-09T21:36:34.472Z","avatar_url":"https://github.com/BoBoMEe.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n查找与排序\n---\n\n[查找](https://github.com/BoBoMEe/algorithms-java/blob/master/note/Find.md)\n\n[排序](https://github.com/BoBoMEe/algorithms-java/blob/master/note/Sort.md)\n\n\n\n## 算法题：\n---\n\n1. 有如下规则：\n\n输入 \"aaa\"， 输出 \"3a\"，\n输入 \"aab\",  输出 \"2ab\"\n输入 \"abb\"， 输出 \"a2b\"\n输入 \"aba\"， 输出 \"aba\"\n\n实现代码：\n[Problem1](https://github.com/BoBoMEe/algorithms-java/blob/master/app/src/main/java/com/java/bobomee/algorithms_module/other/Problem1.java)\n\n2. 手动实现 indexOf\n\n实现代码：\n[Problem2](https://github.com/BoBoMEe/algorithms-java/blob/master/app/src/main/java/com/java/bobomee/algorithms_module/other/Problem2.java)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbobomee%2Falgorithms-java","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbobomee%2Falgorithms-java","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbobomee%2Falgorithms-java/lists"}