{"id":19694152,"url":"https://github.com/innofang/algorithm-visualization","last_synced_at":"2025-11-21T20:03:23.196Z","repository":{"id":129983447,"uuid":"113642268","full_name":"InnoFang/algorithm-visualization","owner":"InnoFang","description":"🏓Interesting visualization algorithm, implemented by Processing or Python.","archived":false,"fork":false,"pushed_at":"2020-06-26T14:08:34.000Z","size":20099,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-27T12:39:01.607Z","etag":null,"topics":["algorithm","algorithm-visualization","processing","sort-visualization","visualization"],"latest_commit_sha":null,"homepage":"https://innofang.github.io/algorithm-visualization/","language":"Processing","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/InnoFang.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-12-09T04:42:04.000Z","updated_at":"2023-07-20T07:21:51.000Z","dependencies_parsed_at":null,"dependency_job_id":"2121c0d8-d553-4f4a-aa7a-d89cf56cee81","html_url":"https://github.com/InnoFang/algorithm-visualization","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/InnoFang/algorithm-visualization","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InnoFang%2Falgorithm-visualization","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InnoFang%2Falgorithm-visualization/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InnoFang%2Falgorithm-visualization/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InnoFang%2Falgorithm-visualization/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/InnoFang","download_url":"https://codeload.github.com/InnoFang/algorithm-visualization/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InnoFang%2Falgorithm-visualization/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":285681625,"owners_count":27213755,"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-11-21T02:00:06.175Z","response_time":61,"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":["algorithm","algorithm-visualization","processing","sort-visualization","visualization"],"created_at":"2024-11-11T19:20:40.551Z","updated_at":"2025-11-21T20:03:23.178Z","avatar_url":"https://github.com/InnoFang.png","language":"Processing","readme":"# algorithm-visualization\n\n🏓Interesting visualization algorithm, implemented by Processing or Python.\n\n + \u003ca href=\"#sort_visualization\"\u003eSort Visualization\u003c/a\u003e\n   - \u003ca href=\"#selection_sort\"\u003eSelection Sort\u003c/a\u003e\n   - \u003ca href=\"#insertion_sort\"\u003eInsertion Sort\u003c/a\u003e\n   - \u003ca href=\"#merge_sort\"\u003eMerge Sort\u003c/a\u003e\n   - \u003ca href=\"#quick_sort\"\u003eQuick Sort\u003c/a\u003e\n  \n\n## \u003ci id=\"sort_visualization\"\u003eSort Visualization\u003c/i\u003e\n\n### \u003ci id=\"selection_sort\"\u003eSelection Sort\u003c/i\u003e\n\n\u003cimg src=\"https://cdn.jsdelivr.net/gh/innofang/algorithm-visualization/gif/selection_sort.gif\" align=\"center\"/\u003e         \n\n\u003cbr/\u003e\n\n### \u003ci id=\"insertion_sort\"\u003eInsertion Sort\u003c/i\u003e\n\n\u003cimg src=\"https://cdn.jsdelivr.net/gh/innofang/algorithm-visualization/gif/insertion_sort.gif\" align=\"center\"/\u003e\n\n\u003cbr/\u003e\n\n### \u003ci id=\"merge_sort\"\u003eMerge Sort\u003c/i\u003e\n\n\u003cimg src=\"https://cdn.jsdelivr.net/gh/innofang/algorithm-visualization/gif/merge_sort.gif\" align=\"center\"/\u003e\n\n\u003cbr/\u003e\n\n### \u003ci id=\"quick_sort\"\u003eQuick Sort\u003c/i\u003e\n\n\u003cimg src=\"https://cdn.jsdelivr.net/gh/innofang/algorithm-visualization/gif/quick_sort.gif\" align=\"center\"/\u003e\n\n\u003cbr/\u003e\n \n\n# [License](https://github.com/InnoFang/AlgorithmVisualizer/blob/master/LICENSE)\n\n\t\t   Copyright 2017 InnoFang\n\n\t\t   Licensed under the Apache License, Version 2.0 (the \"License\");\n\t\t   you may not use this file except in compliance with the License.\n\t\t   You may obtain a copy of the License at\n\n\t\t       http://www.apache.org/licenses/LICENSE-2.0\n\n\t\t   Unless required by applicable law or agreed to in writing, software\n\t\t   distributed under the License is distributed on an \"AS IS\" BASIS,\n\t\t   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n\t\t   See the License for the specific language governing permissions and\n\t\t   limitations under the License.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finnofang%2Falgorithm-visualization","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finnofang%2Falgorithm-visualization","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finnofang%2Falgorithm-visualization/lists"}