{"id":37182679,"url":"https://github.com/yourbasic/fenwick","last_synced_at":"2026-01-14T21:04:17.487Z","repository":{"id":57491512,"uuid":"91263118","full_name":"yourbasic/fenwick","owner":"yourbasic","description":"List data structure supporting prefix sums","archived":false,"fork":false,"pushed_at":"2018-03-12T21:32:33.000Z","size":37,"stargazers_count":45,"open_issues_count":0,"forks_count":15,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-10-16T09:19:54.412Z","etag":null,"topics":["data-structure","fenwick-tree","go","prefix-sum"],"latest_commit_sha":null,"homepage":"https://yourbasic.org/golang/library-package-example-template/","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yourbasic.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}},"created_at":"2017-05-14T18:24:59.000Z","updated_at":"2024-09-27T14:52:04.000Z","dependencies_parsed_at":"2022-08-31T04:41:29.384Z","dependency_job_id":null,"html_url":"https://github.com/yourbasic/fenwick","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/yourbasic/fenwick","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yourbasic%2Ffenwick","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yourbasic%2Ffenwick/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yourbasic%2Ffenwick/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yourbasic%2Ffenwick/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yourbasic","download_url":"https://codeload.github.com/yourbasic/fenwick/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yourbasic%2Ffenwick/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28434529,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T18:57:19.464Z","status":"ssl_error","status_checked_at":"2026-01-14T18:52:48.501Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["data-structure","fenwick-tree","go","prefix-sum"],"created_at":"2026-01-14T21:04:16.918Z","updated_at":"2026-01-14T21:04:17.480Z","avatar_url":"https://github.com/yourbasic.png","language":"Go","readme":"# Your basic Fenwick tree [![GoDoc](https://godoc.org/github.com/yourbasic/fenwick?status.svg)][godoc-fenwick]\n\n### Go list data structure supporting prefix sums\n\nA Fenwick tree, or binary indexed tree, is a space-efficient\nlist data structure that can efficiently update elements and\ncalculate prefix sums in a list of numbers.\n\n![Checklist](res/checklist.jpg)\n\n### Installation\n\nOnce you have [installed Go][golang-install], run this command\nto install the `fenwick` package:\n\n    go get github.com/yourbasic/fenwick\n    \n### Documentation\n\nThere is an online reference for the package at\n[godoc.org/github.com/yourbasic/fenwick][godoc-fenwick].\n\n### Roadmap\n\n* The API of this library is frozen.\n* Version numbers adhere to [semantic versioning][sv].\n\nThe only accepted reason to modify the API of this package\nis to handle issues that can't be resolved in any other\nreasonable way.\n\nStefan Nilsson – [korthaj](https://github.com/korthaj)\n\n[godoc-fenwick]: https://godoc.org/github.com/yourbasic/fenwick\n[golang-install]: http://golang.org/doc/install.html\n[sv]: http://semver.org/\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyourbasic%2Ffenwick","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyourbasic%2Ffenwick","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyourbasic%2Ffenwick/lists"}