Ross ROSS = Recommend OSS · open-source software intelligence for agents

ua-nick/Data-Structures-and-Algorithms

Data Structures and Algorithms implementation in Go observed · 2026-08-28

github.com/ua-nick/Data-Structures-and-Algorithms · Go · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

32/100

  • Activity 0
  • Release rhythm 35
  • Longevity 100

Flags: no_releases

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 3077
  • days_rel: n/a
  • days_push: 845
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

2770 stars · 335 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

A Go implementation of common data structures (linked lists, stacks, queues, binary trees, hash tables, tries) and classic searching and sorting algorithms. It is explicitly designed as reference code to copy and adapt rather than to import as a dependency.

Use cases

  • learn how classic data structures are implemented in Go
  • copy a merge sort or binary search implementation into my project
  • study reference code for linked lists, stacks, and queues
  • find a clean Go example of a hash table or trie
  • compare implementations of searching and sorting algorithms
  • prepare for coding interviews with readable algorithm code

When to choose

  • you want readable, idiomatic Go source to copy into your own codebase
  • you are learning or teaching data structures and algorithms
  • you need a small algorithm snippet without pulling in a dependency

When to avoid

  • you need a production-grade, battle-tested data structures library to import
  • you require advanced structures like graphs, heaps, or balanced trees
  • you expect frequent updates or long-term maintenance

Facets

library · maturity maintenance

parser developer-tools programming-languages tutorials go cross-platform data-structures sorting-algorithms searching-algorithms go educational copy-paste-friendly algorithms

1 source

Member repositories

RepositoryRoleHealth v2
ua-nick/Data-Structures-and-Algorithmsmain32

For agents

markdown · JSON · MCP: product_card(name="ua-nick/Data-Structures-and-Algorithms")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem