mkirchner/linked-list-good-taste resource
Linus Torvalds' linked list argument for good taste, explained 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: 2110
- days_rel: n/a
- days_push: 861
- n_releases_24m: 0
Adoption not part of the score
2266 stars · 135 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
An educational repository explaining Linus Torvalds' 'good taste' linked list example, walking through pointer-to-pointer (indirect addressing) techniques in C for elegant list removal and insertion. It includes runnable code comparing the textbook special-case version with the elegant branch-free version.
Use cases
- learn pointer-to-pointer linked list manipulation
- understand Linus Torvalds' good taste coding example
- teach students how to eliminate special cases in C code
- study elegant singly linked list removal and insertion
- improve my C pointer skills
When to choose
- you want a detailed, step-by-step explanation of the indirect pointer technique
- you are teaching or learning C data structures and idiomatic pointer usage
- you want runnable code illustrating the famous TED talk example
When to avoid
- you need a production-ready linked list library for real projects
- you want general-purpose data structures beyond this one example
- you are not comfortable with C pointers, as the material assumes some familiarity
Facets
learning-resource · maturity stable
developer-tools documentation education programming-languages tutorials cpp cross-platform linked-list pointers c code-style torvalds indirect-pointers cs-education algorithms
1 source
- readme: https://github.com/mkirchner/linked-list-good-taste · fetched 2026-08-28 · 09139270f8d0
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| mkirchner/linked-list-good-taste | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="mkirchner/linked-list-good-taste")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem