{"id":23430699,"url":"https://github.com/sanketmaru/dsa-gfg","last_synced_at":"2025-04-09T14:47:31.404Z","repository":{"id":44082565,"uuid":"194015066","full_name":"sanketmaru/dsa-gfg","owner":"sanketmaru","description":"Data Structure \u0026 Algos implemented in Typescript","archived":false,"fork":false,"pushed_at":"2023-01-05T21:55:31.000Z","size":4467,"stargazers_count":0,"open_issues_count":20,"forks_count":1,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-02-15T08:44:17.395Z","etag":null,"topics":["algorithms","data-structures","linked-list","queue","recursion","stack","tree","typescript"],"latest_commit_sha":null,"homepage":"https://sanketmaru.github.io/dsa-gfg","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/sanketmaru.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":"2019-06-27T03:18:32.000Z","updated_at":"2019-08-28T14:21:40.000Z","dependencies_parsed_at":"2023-02-04T19:02:37.933Z","dependency_job_id":null,"html_url":"https://github.com/sanketmaru/dsa-gfg","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/sanketmaru%2Fdsa-gfg","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sanketmaru%2Fdsa-gfg/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sanketmaru%2Fdsa-gfg/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sanketmaru%2Fdsa-gfg/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sanketmaru","download_url":"https://codeload.github.com/sanketmaru/dsa-gfg/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248055270,"owners_count":21040151,"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","data-structures","linked-list","queue","recursion","stack","tree","typescript"],"created_at":"2024-12-23T09:46:29.013Z","updated_at":"2025-04-09T14:47:31.386Z","avatar_url":"https://github.com/sanketmaru.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Data Structures and Algorithms implemented in Typescript. \n \nThis repository is a demonstration of my work where i have solved atleast 1-2 problems a day. This repository will help anyone to challenge yourself and do a DS-A problem a day.\n\nAll the solutions are in typescript which you can transpile to es2015 version also.\n\n# Install\n1. npm install\n2. npm run build \n\n\n[Stacks](./src/stack)\n   * [Implement a Stack using Array](./src/stack/stack.ts \"(target|_blank)\")\n   * [Implement a Stack using Linked List](./src/stack/stack-node.ts)\n   * [Implement 2 stacks in one array](./src/stack/two-stacks.ts)\n   * [Remove consecutive Duplicates](./src/stack/remove-consecutive-duplicates.ts)\n\n[Queues](./src/queue)\n   * [Implement a Queue using Array](./src/queue/queue.ts)\n   * [Implement a Queue using Linked List](./src/queue/queue-node.ts)\n   * [Implement a LRU Cache](./src/queue/lru-cache.ts)\n   * [Maximum of all subarrays of size k](./src/queue/maximum-subarrays.ts)\n   * [Reverse First K elements of Queue](./src/queue/reverse-k-elements.ts)\n\n\u003eThe problems are taken from \u003ca href=\"https://practice.geeksforgeeks.org/\" target=\"_blank\"\u003eGeeksForGeeks\u003c/a\u003e. It contains solutions to most of the problems in C++/Java and would recommend as the go to site for learning data structures and algorithms. ","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsanketmaru%2Fdsa-gfg","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsanketmaru%2Fdsa-gfg","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsanketmaru%2Fdsa-gfg/lists"}