compare
Find which programming languages implement a given algorithm and return only real matches filtered by a minimum relevance score.
Instructions
Find the same algorithm across languages — returns only REAL matches.
A per-language search scores 100-200 for a genuine match and well below for "nearest unrelated
thing", so results are filtered to score >= min_score (default 90). Languages with no real
match are listed in missing_in, so you can see at a glance which languages implement an
algorithm and which don't. languages defaults to all indexed; pass a subset to narrow.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| languages | No | ||
| min_score | No | ||
| limit_per_language | No |