Skip to main content
Manusで任意のスキルを実行
ワンクリックで
GitHub リポジトリ

chimera

chimera には 0bserver07 から収集した 13 個の skills があり、リポジトリ単位の職業カバレッジとサイト内 skill 詳細ページを表示します。

収集済み skills
13
Stars
2
更新
2026-05-07
Forks
0
職業カバレッジ
3 件の職業カテゴリ · 100% 分類済み
リポジトリエクスプローラー

このリポジトリの skills

algo-bfs
ソフトウェア開発者

Breadth-first search — shortest path on unweighted graphs, level-order traversal, and the `visited` discipline that prevents O(2^n) blowups.

2026-05-07
algo-binary-search
ソフトウェア開発者

Binary search invariants, half-open intervals, and the `lo<hi` template that beats off-by-one bugs.

2026-05-07
algo-dfs
ソフトウェア開発者

Depth-first search — recursive vs iterative, recursion-depth gotchas, three-color cycle detection, topological sort.

2026-05-07
algo-dp
ソフトウェア開発者

Dynamic programming — state design, memoization vs tabulation, dimension-reduction, and when DP is the wrong tool.

2026-05-07
algo-graph-traversal
ソフトウェア開発者

Pick the right traversal — BFS for unweighted shortest path, Dijkstra for weighted, A* for goal-directed, 0/1-BFS for binary weights.

2026-05-07
algo-greedy
ソフトウェア開発者

Greedy algorithms — exchange-argument proofs, when greedy beats DP, classic patterns (interval scheduling, Huffman, scheduling).

2026-05-07
algo-hash
ソフトウェア開発者

Hash maps and sets — when O(1) lookup pays off, hash collisions, frozen keys, and hashing custom types.

2026-05-07
algo-math-tricks
ソフトウェア開発者

Number-theory and bit-twiddling cheat-sheet — gcd, modular exponentiation, sieve, popcount, divisor enumeration, fast prime tests.

2026-05-07
algo-recursion
ソフトウェア開発者

Recursion — base case, recursive case, recursion-depth limits, tail vs non-tail, when to convert to iteration.

2026-05-07
algo-sliding-window
ソフトウェア開発者

Sliding window — fixed and variable size, expand-shrink invariant, hash-state-tracking for substring problems.

2026-05-07
algo-sorting
コンピュータプログラマー

Sorting — when to call the built-in, when to roll your own (counting / radix / heap), stability, custom comparators.

2026-05-07
algo-string-algos
コンピュータサイエンスの高等教育教員

String algorithms cheat-sheet — KMP, Rabin-Karp rolling hash, Z-array, suffix arrays, anagram patterns, and when to use built-ins.

2026-05-07
algo-two-pointers
ソフトウェア開発者

Two-pointer scans — opposite ends, same direction, fast/slow — for sorted arrays, partitioning, cycle detection.

2026-05-07