{"id":37896402,"url":"https://github.com/ernyoke/algorithms-ts","last_synced_at":"2026-01-16T17:01:10.953Z","repository":{"id":50090384,"uuid":"254609948","full_name":"Ernyoke/algorithms-ts","owner":"Ernyoke","description":"Algorithms and data-structures implemented in TypeScript (NodeJs)","archived":false,"fork":false,"pushed_at":"2021-06-27T16:13:46.000Z","size":226,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2023-09-18T05:00:52.056Z","etag":null,"topics":["algorithms","data-structures"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Ernyoke.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-04-10T10:42:37.000Z","updated_at":"2023-07-07T07:21:22.000Z","dependencies_parsed_at":"2022-08-03T18:45:18.146Z","dependency_job_id":null,"html_url":"https://github.com/Ernyoke/algorithms-ts","commit_stats":null,"previous_names":[],"tags_count":0,"template":null,"template_full_name":null,"purl":"pkg:github/Ernyoke/algorithms-ts","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ernyoke%2Falgorithms-ts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ernyoke%2Falgorithms-ts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ernyoke%2Falgorithms-ts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ernyoke%2Falgorithms-ts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Ernyoke","download_url":"https://codeload.github.com/Ernyoke/algorithms-ts/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ernyoke%2Falgorithms-ts/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28480081,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-16T11:59:17.896Z","status":"ssl_error","status_checked_at":"2026-01-16T11:55:55.838Z","response_time":107,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["algorithms","data-structures"],"created_at":"2026-01-16T17:01:08.789Z","updated_at":"2026-01-16T17:01:10.935Z","avatar_url":"https://github.com/Ernyoke.png","language":"TypeScript","readme":"# Algorithms\n\n## Data structures\n\n* Graph\n    * Undirected Graph\n    * Directed Graph\n* Heap\n* Queue\n    * Simple Queue\n    * Priority Queue\n* Tree\n    * Binary Search Tree\n* Stack\n\n## Algorithms:\n\n* Graphs:\n    * Undirected Graphs:\n        * Depth-First Search (DFS)\n        * Breath-First Search (BFS)\n        * Minimum Trees:\n            * Prim's\n            * Kruskal\n        * Shortest Path:\n            * Dijkstra's\n        \n    * Directed Graphs\n        * Depth-First Search (DFS)\n        * Breath-First Search (BFS)\n        * Minimum Trees:\n            * Prim's\n            * Kruskal\n\n* Search\n    * Binary Search (recursive and non-recursive)\n    * Find If\n\n* Sort\n    * Quick-sort\n    * Insertion sort\n    \n* Arrays:\n    * Reverse\n    * Rotate\n    * Partition\n    * Partial Sum\n    * Find number of smaller elements to the right\n    * Utilities (bound validation, element swapping)\n\n* Mathematical\n    * Is Power Of 2\n    * Square Root - Newton-Raphson method\n    * Is Number Prime\n    \n* Dynamic Programming\n    * Fibonacci\n    * Grid Traveler\n    * Can Sum be Constructed?\n    * Can Word be Constructed from Parts?\n    * Minimize to 1\n    * Climbing Stairs\n\n* Miscellaneous\n    * Is Parenthesis Order Balanced\n    * Sort By Binary Ones\n\n\n## Run tests\n\n```\nyarn run test\n```\n\n## Debug all tests\n\n```\nyarn run debug\n```\n\n## Debug specific test spec\n\n```\nyarn run debug \u003cspec\u003e\n```\n\n### Example\n\n```\nyarn run debug graph.spec.ts\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fernyoke%2Falgorithms-ts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fernyoke%2Falgorithms-ts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fernyoke%2Falgorithms-ts/lists"}