{"id":13720456,"url":"https://github.com/ziyi2/algorithms","last_synced_at":"2025-10-11T20:31:44.959Z","repository":{"id":35095068,"uuid":"157378109","full_name":"ziyi2/algorithms","owner":"ziyi2","description":"📝 算法导论与JavaScript实现","archived":false,"fork":false,"pushed_at":"2022-12-11T05:16:21.000Z","size":3714,"stargazers_count":160,"open_issues_count":26,"forks_count":20,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-08T00:05:38.380Z","etag":null,"topics":["algorithm","alogorithms","data-structures","interview","interview-preparation","intorduction-to-algorithms","introduction","javasript-algorithms","javscript"],"latest_commit_sha":null,"homepage":"https://ziyi2.github.io/algorithms/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ziyi2.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":"2018-11-13T12:38:52.000Z","updated_at":"2024-05-22T04:43:36.000Z","dependencies_parsed_at":"2022-08-30T11:31:10.921Z","dependency_job_id":null,"html_url":"https://github.com/ziyi2/algorithms","commit_stats":null,"previous_names":["ziyi2/algorithms-javascript"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ziyi2%2Falgorithms","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ziyi2%2Falgorithms/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ziyi2%2Falgorithms/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ziyi2%2Falgorithms/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ziyi2","download_url":"https://codeload.github.com/ziyi2/algorithms/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":236126437,"owners_count":19098953,"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","alogorithms","data-structures","interview","interview-preparation","intorduction-to-algorithms","introduction","javasript-algorithms","javscript"],"created_at":"2024-08-03T01:01:04.019Z","updated_at":"2025-10-11T20:31:44.566Z","avatar_url":"https://github.com/ziyi2.png","language":"JavaScript","readme":"\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://ziyi2.github.io/algorithms/\" target=\"_blank\"\u003e\n    \u003cimg width=\"180\" src=\"https://raw.githubusercontent.com/ziyi2/algorithms/master/docs/.vuepress/public/logo.png\" alt=\"logo\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n\u003ch3 align=\"center\"\u003e\n  \u003ca href=\"https://www.travis-ci.org/ziyi2/algorithms\" target=\"_blank\"\u003e\n    \u003cimg src=\"https://api.travis-ci.org/ziyi2/algorithms.svg?branch=master\" alt=\"Build Status\"\u003e\n  \u003c/a\u003e\n  \u003ca href='https://coveralls.io/github/ziyi2/algorithms' target=\"_blank\"\u003e\u003cimg src='https://coveralls.io/repos/github/ziyi2/algorithms/badge.svg' alt='Coverage Status' /\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://www.codacy.com/manual/ziyi2/algorithms?utm_source=github.com\u0026amp;utm_medium=referral\u0026amp;utm_content=ziyi2/algorithms\u0026amp;utm_campaign=Badge_Grade\"\u003e\n    \u003cimg src=\"https://api.codacy.com/project/badge/Grade/6539612d15f1404d855a2f3aad5be2f5\" alt=\"Analysis Status\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://www.npmjs.com/package/i-algorithms\"\u003e\n    \u003cimg src=\"https://img.shields.io/npm/v/i-algorithms\" alt=\"Version Status\"\u003e\n  \u003c/a\u003e\n  \u003cimg src=\"https://img.shields.io/npm/dm/i-algorithms\" alt=\"Downloads Status\"\u003e\n  \u003ca href=\"https://github.com/ziyi2/algorithms/blob/master/LICENSE\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/license/ziyi2/i-algorithms\" alt=\"Version Status\"\u003e\n  \u003c/a\u003e\n\u003c/h3\u003e\n\n\nI-Algorithms是基于《算法导论》衍生的一个Web前端学习文档。《算法导论》对于一些没有数学基础或者已经忘了数学知识的开发者而言学习相对困难，通过此学习文档希望能简化《算法导论》的一些理论知识，使的算法学习变得更加简单。在学习文档中，会使用JavaScript实现书中的一些算法，同时也会衍生一些书中没有的知识点，并寻找相应的面试题加以实践和说明。希望算法的学习不仅可以提升我们的编程能力，同时也有助于我们在各种面试中脱颖而出。\n\n## 文档\n\n文档地址：[I-Algorithms](https://ziyi2.github.io/algorithms/)\n\n## 特性\n\n- 简化《算法导论》的理论知识\n- 支持Latex排版\n- 配有深动形象的图例说明\n- 使用JavaScript实现算法\n- 章节会有配套的习题和面试题\n- 提供API文档供开发者尝试使用\n- 可在线撸猫\n","funding_links":[],"categories":["笔记"],"sub_categories":["算法"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fziyi2%2Falgorithms","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fziyi2%2Falgorithms","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fziyi2%2Falgorithms/lists"}