{"id":22111236,"url":"https://github.com/tomakado/containers","last_synced_at":"2025-07-25T07:31:37.007Z","repository":{"id":65662040,"uuid":"580559178","full_name":"tomakado/containers","owner":"tomakado","description":"Collection of simple generic data structures currently missing in Go's standard library.","archived":false,"fork":false,"pushed_at":"2024-03-06T12:33:59.000Z","size":23,"stargazers_count":22,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-06-21T17:59:37.050Z","etag":null,"topics":["binary-search-tree","binary-tree","data-structures","go-algorithms","go-datastructure","go-library","linked-list","queue","set","stack","tree","tree-structure"],"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/tomakado.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null},"funding":{"github":null,"patreon":"deferpanic","open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"lfx_crowdfunding":null,"custom":null}},"created_at":"2022-12-20T21:27:19.000Z","updated_at":"2024-06-19T19:29:24.000Z","dependencies_parsed_at":"2024-03-06T13:47:17.742Z","dependency_job_id":"7b28065a-efdb-44d8-9d27-73a210dfdaec","html_url":"https://github.com/tomakado/containers","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/tomakado%2Fcontainers","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomakado%2Fcontainers/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomakado%2Fcontainers/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomakado%2Fcontainers/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tomakado","download_url":"https://codeload.github.com/tomakado/containers/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":227538866,"owners_count":17784672,"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":["binary-search-tree","binary-tree","data-structures","go-algorithms","go-datastructure","go-library","linked-list","queue","set","stack","tree","tree-structure"],"created_at":"2024-12-01T10:37:39.626Z","updated_at":"2024-12-01T10:37:40.443Z","avatar_url":"https://github.com/tomakado.png","language":"Go","funding_links":["https://patreon.com/deferpanic"],"categories":[],"sub_categories":[],"readme":"# containers [![Go Reference](https://pkg.go.dev/badge/go.tomakado.io/containers.svg)](https://pkg.go.dev/go.tomakado.io/containers) [![Coverage Status](https://coveralls.io/repos/github/tomakado/containers/badge.svg?branch=master)](https://coveralls.io/github/tomakado/containers?branch=master) [![Go Report Card](https://goreportcard.com/badge/go.tomakado.io/containers)](https://goreportcard.com/report/go.tomakado.io/containers)\n\nCollection of simple generic data structures currently missing in Go's standard library.\n\n# Install\n\n```bash\ngo get -u go.tomakado.io/containers\n```\n\n# Data structures\n\n* Set \n\t* Unordered (hash set)\n\t* [TODO] Ordered\n* List \n* Queue \n* Stack\n* [TODO] Heap\n* Tree\n\t* N-ary tree\n\t* Binary tree\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftomakado%2Fcontainers","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftomakado%2Fcontainers","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftomakado%2Fcontainers/lists"}