phishman3579/java-algorithms-implementation
Algorithms and Data Structures implemented in Java 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-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4669
- days_rel: n/a
- days_push: 1367
- n_releases_24m: 0
Adoption not part of the score
4523 stars · 1838 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
A collection of algorithms and data structures implemented in Java, written for correctness and readability rather than performance. It covers trees, graphs, sorts, searches, math, and string functions from academic and professional work.
Use cases
- learn how classic data structures like AVL trees and B-trees are implemented in Java
- study reference implementations of sorting and graph algorithms
- find readable Java code for tries, heaps, and Fenwick trees
- prepare for coding interviews by reviewing algorithm implementations
- use as a teaching resource for computer science courses
When to choose
- you want readable, educational Java implementations of common algorithms and data structures
- you are studying or teaching algorithms and want reference code
- you need a quick reference for how a specific data structure works
When to avoid
- you need production-grade, performance-optimized data structures (prefer the JDK or high-performance libraries)
- you need actively maintained code with recent updates and support
- you need algorithms in a language other than Java
Facets
library · maturity maintenance
developer-tools developer-tools education jvm data-structures sorting graph-algorithms search-algorithms educational java algorithms
1 source
- readme: https://github.com/phishman3579/java-algorithms-implementation · fetched 2026-08-28 · b6399cc4398f
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| phishman3579/java-algorithms-implementation | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="phishman3579/java-algorithms-implementation")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem