{"id":49602294,"url":"https://github.com/sattarrasouli/data-structures-algorithms","last_synced_at":"2026-05-04T09:36:37.665Z","repository":{"id":308739050,"uuid":"1033790521","full_name":"sattarrasouli/data-structures-algorithms","owner":"sattarrasouli","description":"A collection of data structures and algorithms implemented for learning and practice.","archived":false,"fork":false,"pushed_at":"2026-02-06T10:40:48.000Z","size":77,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-02-06T18:18:10.673Z","etag":null,"topics":["algorithm","algorithms","datastructures","dsa","javascript","js","typescript"],"latest_commit_sha":null,"homepage":"","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/sattarrasouli.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-08-07T10:53:01.000Z","updated_at":"2026-02-06T10:40:52.000Z","dependencies_parsed_at":null,"dependency_job_id":"fd263e57-a8bc-413c-9319-1d37b8c4b8a1","html_url":"https://github.com/sattarrasouli/data-structures-algorithms","commit_stats":null,"previous_names":["sattarrasouli/data-structures-algorithms"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sattarrasouli/data-structures-algorithms","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sattarrasouli%2Fdata-structures-algorithms","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sattarrasouli%2Fdata-structures-algorithms/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sattarrasouli%2Fdata-structures-algorithms/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sattarrasouli%2Fdata-structures-algorithms/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sattarrasouli","download_url":"https://codeload.github.com/sattarrasouli/data-structures-algorithms/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sattarrasouli%2Fdata-structures-algorithms/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32601761,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T22:12:39.696Z","status":"online","status_checked_at":"2026-05-04T02:00:06.625Z","response_time":58,"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","algorithms","datastructures","dsa","javascript","js","typescript"],"created_at":"2026-05-04T09:36:36.940Z","updated_at":"2026-05-04T09:36:37.660Z","avatar_url":"https://github.com/sattarrasouli.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Data Structures \u0026 Algorithms\n\nA collection of **data structures** and **algorithms** implemented in **JavaScript** and **TypeScript** for learning, practice, and interview preparation.\n\n[![Language](https://img.shields.io/badge/language-TypeScript-blue?logo=typescript\u0026logoColor=white)](https://www.typescriptlang.org/)\n[![JavaScript](https://img.shields.io/badge/language-JavaScript-yellow?logo=javascript\u0026logoColor=white)](https://developer.mozilla.org/en-US/docs/Web/JavaScript)\n[![Framework](https://img.shields.io/badge/tested%20with-Jest-red?logo=jest\u0026logoColor=white)](https://jestjs.io/)\n[![License](https://img.shields.io/badge/license-MIT-green)](LICENSE)\n[![Repo Size](https://img.shields.io/github/repo-size/sattarrasouli/data-structures-algorithms)](https://github.com/sattarrasouli/data-structures-algorithms)\n[![Last Commit](https://img.shields.io/github/last-commit/sattarrasouli/data-structures-algorithms)](https://github.com/sattarrasouli/data-structures-algorithms/commits/main)\n[![Stars](https://img.shields.io/github/stars/sattarrasouli/data-structures-algorithms?style=social)](https://github.com/sattarrasouli/data-structures-algorithms)\n\n[![Algorithms](https://img.shields.io/badge/focus-Algorithms%20%26%20Data%20Structures-orange)]()\n[![Code Style](https://img.shields.io/badge/code%20style-Prettier-ff69b4?logo=prettier)](https://prettier.io/)\n[![Contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)]()\n[![OpenAI Powered](https://img.shields.io/badge/AI%20Learning%20with-ChatGPT-412991?logo=openai\u0026logoColor=white)]()\n\n## Features\n\n- Implementations of popular algorithms and data structures\n- Written in **TypeScript** and **JavaScript**\n- Includes **Jest tests** for all algorithms\n- Suitable for interview practice and self-learning\n\n## Installation\n\n```bash\n# Clone the repository:\ngit clone https://github.com/sattarrasouli/data-structures-algorithms.git\n\n# Get to the directory\ncd data-structures-algorithms\n\n# Install dependencies:\nnpm install\n\n# Run All algorithm  Jest tests, with:\nnpx jest\n```\n\n# Project Structure\n\n```graphq\ndata-structures-algorithms/\n├── src/\n│   ├── javascript/  # All javascript source files\n│   │   ├── linked-list/\n│   │   ├── queue/\n│   │   └── stack/\n│   │\n│   └── typescript/  # All TypeScript source files\n│       ├── dynamic-programming/\n│       └── sorting-and-search/\n│\n├── CONTRIBUTING.md\n├── .prettierrc\n├── package.json\n├── tsconfig.json\n├── jest.config.ts\n└── README.md\n```\n\n# Contributing\n\nContributions are welcome! Feel free to submit a pull request or open an issue.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsattarrasouli%2Fdata-structures-algorithms","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsattarrasouli%2Fdata-structures-algorithms","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsattarrasouli%2Fdata-structures-algorithms/lists"}