{"id":19647708,"url":"https://github.com/sojebsikder/dsa","last_synced_at":"2026-06-14T15:36:42.507Z","repository":{"id":56803134,"uuid":"525656737","full_name":"SojebSikder/dsa","owner":"SojebSikder","description":"Data structure and algorithm implementation in JavaScript.","archived":false,"fork":false,"pushed_at":"2022-12-21T05:28:24.000Z","size":16,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-27T00:38:26.920Z","etag":null,"topics":["algorithm","data-structures","dsa","interview","javascript","js","queue","stack","tree"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/SojebSikder.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":"2022-08-17T05:48:50.000Z","updated_at":"2022-11-15T12:13:23.000Z","dependencies_parsed_at":"2023-01-30T02:45:22.790Z","dependency_job_id":null,"html_url":"https://github.com/SojebSikder/dsa","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/SojebSikder/dsa","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SojebSikder%2Fdsa","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SojebSikder%2Fdsa/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SojebSikder%2Fdsa/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SojebSikder%2Fdsa/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SojebSikder","download_url":"https://codeload.github.com/SojebSikder/dsa/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SojebSikder%2Fdsa/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34326240,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-14T02:00:07.365Z","response_time":62,"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","data-structures","dsa","interview","javascript","js","queue","stack","tree"],"created_at":"2024-11-11T14:44:56.223Z","updated_at":"2026-06-14T15:36:42.489Z","avatar_url":"https://github.com/SojebSikder.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Data structure and Algorithm\n\nData structure and algorithm implementation using JavaScript.\n\n## Data structure\n\n- [Stack](/stack/stack.js)\n- [Queue](/queue)\n  - [Circular Queue](/queue/circular-queue.js)\n  - [Priority Queue](/queue/priority-queue.js)\n  - [Deque Queue](/queue/deque-queue.js)\n- [Linked List](/linked-list/linked-list.js)\n- [Hash Table](/hash-table/hash-table.js)\n- [Heap](/heap/heap.js)\n- [Tree](/tree)\n  - [Tree Traversal](/tree/tree-traversal.js)\n  - [Binary Tree](/tree/binary-tree.js)\n  - [Full Binary Tree](/tree/full-binary-tree.js)\n  - [Perfect Binary Tree](/tree/perfect-binary-tree.js)\n  - [Complete Binary Tree](/tree/complete-binary-tree.js)\n  - [Balanced Binary Tree](/tree/balanced-binary-tree.js)\n  - [Binary Search Tree](/tree/binary-search-tree.js)\n\n\\*Will be adding more...\n\n## Some terms:\n\n**Tree:**\n\n- **leaf/external node:** nodes without children are called leaf nodes or external nodes.\n- **internal node:** The node having at least a child node is called an internal node.\n- **edge:** It is the link between any two nodes.\n- **Root:** It is the topmost node of a tree.\n\nThe node having at least a child node is called an internal node.\n\n## Some good references for learning dsa\n\n- https://www.programiz.com/dsa/\n- https://www.geeksforgeeks.org/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsojebsikder%2Fdsa","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsojebsikder%2Fdsa","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsojebsikder%2Fdsa/lists"}