{"id":15828738,"url":"https://github.com/jesselpalmer/jalgo","last_synced_at":"2026-01-12T00:41:15.108Z","repository":{"id":21993136,"uuid":"94643326","full_name":"jesselpalmer/jalgo","owner":"jesselpalmer","description":"Algorithms in JavaScript","archived":false,"fork":false,"pushed_at":"2023-03-01T13:57:22.000Z","size":1571,"stargazers_count":0,"open_issues_count":6,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-10-12T04:23:35.142Z","etag":null,"topics":["algorithms","computer-science","cs","cs-algorithms"],"latest_commit_sha":null,"homepage":"","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/jesselpalmer.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":"jesselpalmer"}},"created_at":"2017-06-17T18:58:20.000Z","updated_at":"2022-12-11T17:50:08.000Z","dependencies_parsed_at":"2024-10-26T16:00:22.949Z","dependency_job_id":"239f2f7e-581c-4123-9e67-ae5f0b6d7eca","html_url":"https://github.com/jesselpalmer/jalgo","commit_stats":null,"previous_names":["jesselpalmer/cs.js"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jesselpalmer%2Fjalgo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jesselpalmer%2Fjalgo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jesselpalmer%2Fjalgo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jesselpalmer%2Fjalgo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jesselpalmer","download_url":"https://codeload.github.com/jesselpalmer/jalgo/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246628226,"owners_count":20808106,"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":["algorithms","computer-science","cs","cs-algorithms"],"created_at":"2024-10-05T10:42:05.811Z","updated_at":"2026-01-12T00:41:15.057Z","avatar_url":"https://github.com/jesselpalmer.png","language":"JavaScript","funding_links":["https://github.com/sponsors/jesselpalmer"],"categories":[],"sub_categories":[],"readme":"![jalgo action](https://github.com/jesselpalmer/jalgo/workflows/jalgo%20action/badge.svg)\n[![codecov](https://codecov.io/gh/jesselpalmer/jalgo/branch/master/graph/badge.svg)](https://codecov.io/gh/jesselpalmer/jalgo)\n\n# jalgo\n\nAlgorithms in JavaScript\n\n## Installation\n  \n  ```\n  npm install cs.js\n  ```\n\n## Usage\n\nThe only data structure that is available right now is `Stack`. Avaiable methods are `clear()`, `isEmpty()`, `peek()`, `push()`, `size()`, `toString()`. More will added in time.\n  \n  ```javascript\n  // es5\n  const Stack = require('cs.js');\n\n  // es6\n  import Stack from 'cs.js';\n\n  const stack = new Stack();\n  stack.isEmpty(); // will return true\n  ```\n\n## Tests\n\n  ```\n  npm test\n  ```\n\n## Contributing\n\nPull requests are welcome! Please make sure that any new or changed functionality need to have unit tests accompanied with the PR. Make sure that you lint (`npm run lint`) and test your code (`npm test`).\n  ","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjesselpalmer%2Fjalgo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjesselpalmer%2Fjalgo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjesselpalmer%2Fjalgo/lists"}