{"id":22398994,"url":"https://github.com/pangiole/algojs","last_synced_at":"2025-03-26T23:43:08.795Z","repository":{"id":57175927,"uuid":"52121239","full_name":"pangiole/algojs","owner":"pangiole","description":"Algorithms in Javascript","archived":false,"fork":false,"pushed_at":"2016-02-25T23:45:38.000Z","size":452,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-03-26T20:11:27.755Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://angiolep.github.io/algojs/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pangiole.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":"2016-02-19T22:39:24.000Z","updated_at":"2016-02-25T23:54:02.000Z","dependencies_parsed_at":"2022-09-15T12:12:41.392Z","dependency_job_id":null,"html_url":"https://github.com/pangiole/algojs","commit_stats":null,"previous_names":["angiolep/algojs"],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pangiole%2Falgojs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pangiole%2Falgojs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pangiole%2Falgojs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pangiole%2Falgojs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pangiole","download_url":"https://codeload.github.com/pangiole/algojs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245727713,"owners_count":20662556,"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-12-05T07:12:56.526Z","updated_at":"2025-03-26T23:43:08.778Z","avatar_url":"https://github.com/pangiole.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# algojs\n\n[![Build Status][travis-image]][travis-url]\n\nIt provides Javascript implementation of fundamental data types, algorithms, and data structures.\n\n## Examples\nHere there are some examples. API docs are published \u003ca href=\"http://angiolep.github.io/algojs\" target=\"_blank\"\u003ehere\u003c/a\u003e.\n\n```\nnpm install algojs --save\n```\n\n### Sorting\n```javascript\nvar sort = require('algojs-sorting').insertionSort;\n\nvar array = [7,2,4,3,1,5,6,8];\nsort(array);\n// array is now sorted\n```\n\n### Others\n```javascript\nvar algojs = require('algojs');\n\nvar points = [];\nvar convexHull = algojs.grahamScan(points);\n```\n\n\n[travis-image]: https://travis-ci.org/angiolep/algojs.svg?branch=master\n[travis-url]: https://travis-ci.org/angiolep/algojs\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpangiole%2Falgojs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpangiole%2Falgojs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpangiole%2Falgojs/lists"}