{"id":16628363,"url":"https://github.com/prabhuignoto/datastructure-problems-ts","last_synced_at":"2026-05-25T13:37:22.629Z","repository":{"id":103369835,"uuid":"166949365","full_name":"prabhuignoto/datastructure-problems-ts","owner":"prabhuignoto","description":"Datastructure Problems solved using Typescript","archived":false,"fork":false,"pushed_at":"2019-01-28T17:14:18.000Z","size":77,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-18T04:43:09.726Z","etag":null,"topics":["datastructures","interview","linked-list","linkedlist","problem-solving","typescript"],"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/prabhuignoto.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-01-22T07:37:10.000Z","updated_at":"2019-12-17T18:55:22.000Z","dependencies_parsed_at":"2023-07-08T21:01:01.188Z","dependency_job_id":null,"html_url":"https://github.com/prabhuignoto/datastructure-problems-ts","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/prabhuignoto%2Fdatastructure-problems-ts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prabhuignoto%2Fdatastructure-problems-ts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prabhuignoto%2Fdatastructure-problems-ts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prabhuignoto%2Fdatastructure-problems-ts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/prabhuignoto","download_url":"https://codeload.github.com/prabhuignoto/datastructure-problems-ts/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243066236,"owners_count":20230789,"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":["datastructures","interview","linked-list","linkedlist","problem-solving","typescript"],"created_at":"2024-10-12T04:32:26.492Z","updated_at":"2025-12-16T11:44:25.065Z","avatar_url":"https://github.com/prabhuignoto.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DataStructures Problems\n\n[![Build Status](https://travis-ci.org/prabhuignoto/datastructure-problems-ts.svg?branch=master)](https://travis-ci.org/prabhuignoto/datastructure-problems-ts)\n\nCollection of Datastructure problems solved with Typescript.\n\n## LinkedList\n\n1. [LinkedList Datastructure](./src/problems/Linkedlist/LinkedList)\n2. [Implement a Queue using Linkedlist](./src/problems/Linkedlist/Queue)\n3. [Implement a Stack using Linkedlist](./src/problems/Linkedlist/Stack)\n4. [Get Linkedlist length](./src/problems/Linkedlist/GetLength)\n5. [Get the Middle node of a Linkedlist](./src/problems/Linkedlist/GetMiddle)\n6. [Reverse a Linkedlist](./src/problems/Linkedlist/Reverse)\n7. [Rotate a Linkedlist N times](./src/problems/Linkedlist/Rotate)\n8. [Traverse a Linkedlist (forward/backward)](./src/problems/Linkedlist/Traverse)\n9. [Merge two sorted Linked lists](./src/problems/Linkedlist/MergeSortedList)\n10. [Sort a Linkedlist of values(0,1,2)](./src/problems/Linkedlist/Sort012)\n11. [Validate if a Linkedlist is a Palindrome or not](./src/problems/Linkedlist/IsPalindrome)\n12. [Insert a value in a sorted Linkedlist](./src/problems/Linkedlist/InsertInSortedList)\n13. [Linked List Equality](./src/problems/Linkedlist/isEqual)\n\n## BinaryTree\n\n1. [BinaryTree Datastructure](./src/problems/BinaryTree/BinaryTree)\n2. [Depth First Traversal](./src/problems/BinaryTree/Traversal)\n3. [Level Order Traversal](./src/problems/BinaryTree/Traversal)\n4. [InOrder Traversal](./src/problems/BinaryTree/Traversal)\n5. [Post-Order Traversal](./src/problems/BinaryTree/Traversal)\n6. [Pre-Order Traversal](./src/problems/BinaryTree/Traversal)\n7. [Binary Search Tree](./src/problems/BinaryTree/BinarySearchTree)\n8. [Count the Number of leaves in a Tree](./src/problems/BinaryTree/CountLeaves)\n9. [Check if a Binary Tree is full](./src/problems/CheckFullBinary)\n\n## Arrays\n\n1. [Remove Duplicates](./src/problems/Arrays/Duplicates)\n2. [Find all Leaders in a Array](./src/problems/Arrays/Leaders)\n\n## Installation\n\n```bash\nyarn install\n```\n\n## Tests\n\n```bash\nyarn test\n```\n\n## Contributing\n\nPull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.\n\nPlease make sure to update tests as appropriate.\n\n## License\n\n[MIT](https://choosealicense.com/licenses/mit/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprabhuignoto%2Fdatastructure-problems-ts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprabhuignoto%2Fdatastructure-problems-ts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprabhuignoto%2Fdatastructure-problems-ts/lists"}