{"id":16548502,"url":"https://github.com/chetannn/dsa-in-typescript","last_synced_at":"2025-04-11T21:50:23.382Z","repository":{"id":59049963,"uuid":"429267773","full_name":"chetannn/dsa-in-typescript","owner":"chetannn","description":"Most of the DSA implementation in TypeScript","archived":false,"fork":false,"pushed_at":"2022-12-07T12:47:15.000Z","size":268,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-25T17:49:27.311Z","etag":null,"topics":["algorithms","data-structures","data-structures-and-algorithms","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/chetannn.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":"2021-11-18T02:20:38.000Z","updated_at":"2024-02-11T16:44:36.000Z","dependencies_parsed_at":"2023-01-24T19:03:10.111Z","dependency_job_id":null,"html_url":"https://github.com/chetannn/dsa-in-typescript","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/chetannn%2Fdsa-in-typescript","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chetannn%2Fdsa-in-typescript/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chetannn%2Fdsa-in-typescript/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chetannn%2Fdsa-in-typescript/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chetannn","download_url":"https://codeload.github.com/chetannn/dsa-in-typescript/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248487733,"owners_count":21112188,"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","data-structures-and-algorithms","typescript"],"created_at":"2024-10-11T19:26:09.938Z","updated_at":"2025-04-11T21:50:23.356Z","avatar_url":"https://github.com/chetannn.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Implementing most of the DSA in TypeScript\n\n![test ci](https://github.com/chetannn/dsa-in-typescript/actions/workflows/test.yml/badge.svg)\n\n## Roadmap\n\n### Data Structures\n\n* [x] Singly Linked List (insertFirst, insertLast, insertAfter, toArray, fromArray, traverse, getAt, deleteFirst, deleteLast, deleteAt, find, hasCycle, Reverse)\n* [x] Doubly Linked List (insertFirst, insertLast)\n* [] Queues\n* [] Stack\n* [] Trees\n* [] Graphs\n* [x] Binary Search Tree\n\n### Algorithms\n\n* [x] Linear Search\n* [x] Binary Search\n* [x] Bubble Sort\n* [] Quick Sort\n* [x] Selection Sort\n* [x] Insertion Sort\n* [x] Merge Sort\n\n### Recursions\n\n* [] Tower Of Hanoi\n* [] Fibonacci Series\n* [x] smallest number in an array\n* [x] sum of an array\n* [x] reverse string\n\n\n### Problems\n\n* [x] [Find Duplicates](https://leetcode.com/problems/contains-duplicate)\n* [x] [Two Sum](https://leetcode.com/problems/two-sum)\n* [x] [Self Dividing Numbers](https://leetcode.com/problems/self-dividing-numbers)\n* [x] [Maximum sub array sum](https://leetcode.com/problems/maximum-subarray)\n* [x] [Base ball game](https://leetcode.com/problems/baseball-game)\n* [x] [Reverse string using in place](https://leetcode.com/problems/reverse-string)\n* [x] [Reverse string using stack](https://leetcode.com/problems/reverse-string)\n* [x] [Power of three](https://leetcode.com/problems/power-of-three)\n* [x] [Valid parentheses](https://leetcode.com/problems/valid-parentheses)\n* [x] [Valid anagrams](https://leetcode.com/problems/valid-anagram)\n* [x] [Valid Palindrome string](https://leetcode.com/problems/valid-palindrome)\n* [x] [First unique character in string](https://leetcode.com/problems/first-unique-character-in-a-string)\n* [x] [Missing Number](https://leetcode.com/problems/missing-number)\n* [x] [Happy Number](https://leetcode.com/problems/happy-number)\n* [x] [Make the string great](https://leetcode.com/problems/make-the-string-great)\n* [x] [Unique Email Addresses](https://leetcode.com/problems/unique-email-addresses)\n* [x] [Reverse Vowels of a string](https://leetcode.com/problems/reverse-vowels-of-a-string)\n* [x] [Counting bits](https://leetcode.com/problems/counting-bits)\n* [x] [Best time to buy and sell stock](https://leetcode.com/problems/best-time-to-buy-and-sell-stock)\n* [x] [Generate parentheses](https://leetcode.com/problems/generate-parentheses)\n* [x] [Single Number](https://leetcode.com/problems/single-number)\n\n### Resources\n\n- Courses\n    - [AcadeMind Datastructures fundamental](https://pro.academind.com/p/javascript-datastructures-the-fundamentals).\n\n- Linked List\n  - [Kunal Kushwaha YouTube](https://www.youtube.com/watch?v=58YbpRDc4yw).\n  - [Traversy Media YouTube](https://www.youtube.com/watch?v=58YbpRDc4yw).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchetannn%2Fdsa-in-typescript","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchetannn%2Fdsa-in-typescript","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchetannn%2Fdsa-in-typescript/lists"}