{"id":37196205,"url":"https://github.com/architagr/golang_collections","last_synced_at":"2026-01-14T22:49:20.044Z","repository":{"id":62866295,"uuid":"550797971","full_name":"architagr/golang_collections","owner":"architagr","description":"this repository implements all collections like sorted list, array List, single linked list,  stack, queue ","archived":false,"fork":false,"pushed_at":"2025-01-13T20:47:09.000Z","size":63,"stargazers_count":6,"open_issues_count":5,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-07T09:43:10.452Z","etag":null,"topics":["arraylist","data-structures","generics","linked-list","linkedlist","queue","single-linked-list","sorted-arrays","sorted-lists","stacks"],"latest_commit_sha":null,"homepage":"","language":"Go","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/architagr.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"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}},"created_at":"2022-10-13T10:46:42.000Z","updated_at":"2024-11-18T02:44:19.000Z","dependencies_parsed_at":"2024-03-25T21:26:21.995Z","dependency_job_id":"9563880a-bfb6-4ec2-bcdf-ce63e0625f0a","html_url":"https://github.com/architagr/golang_collections","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/architagr/golang_collections","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/architagr%2Fgolang_collections","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/architagr%2Fgolang_collections/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/architagr%2Fgolang_collections/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/architagr%2Fgolang_collections/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/architagr","download_url":"https://codeload.github.com/architagr/golang_collections/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/architagr%2Fgolang_collections/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28436910,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T22:37:52.437Z","status":"ssl_error","status_checked_at":"2026-01-14T22:37:31.496Z","response_time":107,"last_error":"SSL_read: 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":["arraylist","data-structures","generics","linked-list","linkedlist","queue","single-linked-list","sorted-arrays","sorted-lists","stacks"],"created_at":"2026-01-14T22:49:19.393Z","updated_at":"2026-01-14T22:49:20.027Z","avatar_url":"https://github.com/architagr.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![GoDoc](https://godoc.org/architagr/golang_collections?status.svg)](https://pkg.go.dev/github.com/architagr/golang_collections)\n[![codecov](https://codecov.io/gh/architagr/golang_collections/branch/main/graph/badge.svg?token=SMK47LSPZ4)](https://codecov.io/gh/architagr/golang_collections)\n[![Go Report Card](https://goreportcard.com/badge/github.com/architagr/golang_collections)](https://goreportcard.com/report/github.com/architagr/golang_collections) \n\n# golang_collections\nThis package is intended to implement all collections out of the box and using generics like List, Stack, Queue, Tree, Heaps, etc. \nUsing generics for these collection will help us to use the type safety.\n\nWe have also done some basic benchmarking with some of the most commonly used packages. We have included the result in the respective documention of the collection.\n\n\n### implemented collections:\n\n- [Stack (using linked list)](docs/stack_README.md)\n- [Queue (using linked list)](docs/queue_README.md)\n- [Single linked list](docs/singleLinkedList_README.md)\n- [Array list](docs/arraylist_README.md)\n- [Sorted list](docs/sortedlist_README.md)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farchitagr%2Fgolang_collections","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farchitagr%2Fgolang_collections","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farchitagr%2Fgolang_collections/lists"}