{"id":21865656,"url":"https://github.com/codesvault/dsnode","last_synced_at":"2026-04-09T20:48:21.715Z","repository":{"id":57103162,"uuid":"461278765","full_name":"CodesVault/DSNode","owner":"CodesVault","description":"Create different DataStructures using simple APIs. API available in TypeScript \u0026 JavaScript [ES6]. NodeJS compatible","archived":false,"fork":false,"pushed_at":"2022-03-05T14:52:26.000Z","size":274,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-17T21:43:01.918Z","etag":null,"topics":["datastructure","datastructures","es6","hacktoberfest","javascript","javascript-library","jest","npm","npm-module","npm-package","typescript","typescript-library"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/@codes.vault/dsnode","language":"TypeScript","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/CodesVault.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":"2022-02-19T18:29:09.000Z","updated_at":"2022-10-03T16:54:27.000Z","dependencies_parsed_at":"2022-08-21T00:30:18.455Z","dependency_job_id":null,"html_url":"https://github.com/CodesVault/DSNode","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodesVault%2FDSNode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodesVault%2FDSNode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodesVault%2FDSNode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodesVault%2FDSNode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CodesVault","download_url":"https://codeload.github.com/CodesVault/DSNode/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244868753,"owners_count":20523591,"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":["datastructure","datastructures","es6","hacktoberfest","javascript","javascript-library","jest","npm","npm-module","npm-package","typescript","typescript-library"],"created_at":"2024-11-28T04:17:21.709Z","updated_at":"2026-04-09T20:48:21.648Z","avatar_url":"https://github.com/CodesVault.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DSNode\n\nCreate different DataStructures using simple APIs.\nAPI available in TypeScript \u0026 JavaScript [ES6].\n\n\u003cbr\u003e\n\u003cbr\u003e\n\n## Examples\n```ts\n// ** create a blockchain datastructure\nconst blockChain = BlockChain.createBlockChain()\nblockChain.createBlock({key: 'usd', value: {amount: 540}})\n// check is the hash chain is valid \nblockChain.checkValidation()\n\n// ** create stack\nconst stack = Stack.createStack()\n// add data in the stack\nstack.push({key: 'a', value: 'apple'})\nstack.push({key: 'b', value: {name: 'AbmSourav'}})\n// search in the stack by key\nstack.search('a');\n\n// ** create a queue\nconst queue = Queue.createQueue()\nqueue.enqueue({key: 'a', value: [1, 2, 5]})\nqueue.enqueue({key: 'sourav', value: {name: \"Sourav\"}})\n// remove item\nqueue.dequeue()\n\n```\n\n\u003cbr\u003e\n\n## List of Data Structures:\n\n* BlockChain -- **[Documentation](https://github.com/CodesVault/DSNode/tree/main/src/blockChain#blockchain-api)**\n* HashTable -- **[Documentation](https://github.com/CodesVault/DSNode/tree/main/src/hashTable#hash-table-api)**\n* Doubly LinkedList -- **[Documentation](https://github.com/CodesVault/DSNode/tree/main/src/linkedList/doubly#doubly-linked-list-api)**\n* Singly LinkedList -- **[Documentation](https://github.com/CodesVault/DSNode/tree/main/src/linkedList/singly#singly-linked-list-api)**\n* Stack  --  **[Documentation](https://github.com/CodesVault/DSNode/tree/main/src/stack#stack-api)**\n* Queue  --  **[Documentation](https://github.com/CodesVault/DSNode/tree/main/src/queue#queue-api)**\n\n\u003cbr\u003e\n\n## Contribution Guidelines\n**Developer [Wiki](https://github.com/CodesVault/DSNode/wiki/Contribution-guidelines)**\n\n\u003cbr\u003e\n\n.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodesvault%2Fdsnode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodesvault%2Fdsnode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodesvault%2Fdsnode/lists"}