{"id":25352118,"url":"https://github.com/claudemuller/data-structures","last_synced_at":"2026-04-07T18:32:12.151Z","repository":{"id":227778699,"uuid":"772366387","full_name":"claudemuller/data-structures","owner":"claudemuller","description":"  A repo containing various data structures expressed in various languages ","archived":false,"fork":false,"pushed_at":"2024-11-13T15:26:17.000Z","size":179,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-03T14:38:22.462Z","etag":null,"topics":["c","data-structures","go","javascript","python","typescript"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/claudemuller.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":"2024-03-15T03:40:59.000Z","updated_at":"2024-11-13T15:26:21.000Z","dependencies_parsed_at":"2024-09-07T06:33:25.031Z","dependency_job_id":"a4ea555d-bb82-4aa5-a4ef-aab86f3042b2","html_url":"https://github.com/claudemuller/data-structures","commit_stats":null,"previous_names":["claudemuller/data-structures"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/claudemuller/data-structures","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/claudemuller%2Fdata-structures","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/claudemuller%2Fdata-structures/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/claudemuller%2Fdata-structures/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/claudemuller%2Fdata-structures/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/claudemuller","download_url":"https://codeload.github.com/claudemuller/data-structures/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/claudemuller%2Fdata-structures/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31524525,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T16:28:08.000Z","status":"ssl_error","status_checked_at":"2026-04-07T16:28:06.951Z","response_time":105,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["c","data-structures","go","javascript","python","typescript"],"created_at":"2025-02-14T18:26:41.182Z","updated_at":"2026-04-07T18:32:12.124Z","avatar_url":"https://github.com/claudemuller.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Data Structures 📦\n\nA repo containing various [data structures](https://dxt.rs/category/programming/general/data-structures/) expressed in various languages.\n\n## [Arrays](https://github.com/claudemuller/data-structures/tree/master/arrays)\n\nThe [companion article](https://dxt.rs/category/programming/general/arrays/) discussing arrays can be found here.\n\n- [in Go](https://github.com/claudemuller/data-structures/tree/master/arrays/go) [![go](https://github.com/claudemuller/data-structures/actions/workflows/arrays.go.yml/badge.svg)](https://github.com/claudemuller/data-structures/actions/workflows/arrays.go.yml)\n- [in C](https://github.com/claudemuller/data-structures/tree/master/arrays/c) [![c](https://github.com/claudemuller/data-structures/actions/workflows/arrays.c.yml/badge.svg)](https://github.com/claudemuller/data-structures/actions/workflows/arrays.c.yml)\n- [in TypeScript](https://github.com/claudemuller/data-structures/tree/master/arrays/ts) [![ts](https://github.com/claudemuller/data-structures/actions/workflows/arrays.ts.yml/badge.svg)](https://github.com/claudemuller/data-structures/actions/workflows/arrays.ts.yml)\n- [in JavaScript](https://github.com/claudemuller/data-structures/tree/master/arrays/js) [![js](https://github.com/claudemuller/data-structures/actions/workflows/arrays.js.yml/badge.svg)](https://github.com/claudemuller/data-structures/actions/workflows/arrays.js.yml)\n\n## [Linked Lists](https://github.com/claudemuller/data-structures/tree/master/linked-lists)\n\nThe [companion article](https://dxt.rs/category/programming/general/linked-lists/) discussing linked lists can be found here.\n\n- [in Go](https://github.com/claudemuller/data-structures/tree/master/linked-lists/go) [![go](https://github.com/claudemuller/data-structures/actions/workflows/linked-lists.go.yml/badge.svg)](https://github.com/claudemuller/data-structures/actions/workflows/linked-lists.go.yml)\n- [in C](https://github.com/claudemuller/data-structures/tree/master/linked-lists/c) [![c](https://github.com/claudemuller/data-structures/actions/workflows/linked-lists.c.yml/badge.svg)](https://github.com/claudemuller/data-structures/actions/workflows/linked-lists.c.yml)\n- [in JavaScript](https://github.com/claudemuller/data-structures/tree/master/linked-lists/js) [![js](https://github.com/claudemuller/data-structures/actions/workflows/linked-lists.js.yml/badge.svg)](https://github.com/claudemuller/data-structures/actions/workflows/linked-lists.js.yml)\n\n## [Stacks](https://github.com/claudemuller/data-structures/tree/master/stacks)\n\nThe [companion article](https://dxt.rs/category/programming/general/stacks/) discussing stacks can be found here.\n\n- [in Go](https://github.com/claudemuller/data-structures/tree/master/stacks/go) [![go](https://github.com/claudemuller/data-structures/actions/workflows/stacks.go.yml/badge.svg)](https://github.com/claudemuller/data-structures/actions/workflows/stacks.go.yml)\n- [in JavaScript](https://github.com/claudemuller/data-structures/tree/master/stacks/js) [![js](https://github.com/claudemuller/data-structures/actions/workflows/stacks.js.yml/badge.svg)](https://github.com/claudemuller/data-structures/actions/workflows/stacks.js.yml)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclaudemuller%2Fdata-structures","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fclaudemuller%2Fdata-structures","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclaudemuller%2Fdata-structures/lists"}