Skip to main content
Exécutez n'importe quel Skill dans Manus
en un clic
Dépôt GitHub

chimera

chimera contient 13 skills collectées depuis 0bserver07, avec une couverture métier par dépôt et des pages de détail sur le site.

skills collectés
13
Stars
2
mis à jour
2026-05-07
Forks
0
Couverture métier
3 catégories métier · 100% classifié
explorateur de dépôts

Skills dans ce dépôt

algo-bfs
Développeurs de logiciels

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
Développeurs de logiciels

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

2026-05-07
algo-dfs
Développeurs de logiciels

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

2026-05-07
algo-dp
Développeurs de logiciels

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

2026-05-07
algo-graph-traversal
Développeurs de logiciels

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
Développeurs de logiciels

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

2026-05-07
algo-hash
Développeurs de logiciels

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

2026-05-07
algo-math-tricks
Développeurs de logiciels

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

2026-05-07
algo-recursion
Développeurs de logiciels

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

2026-05-07
algo-sliding-window
Développeurs de logiciels

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

2026-05-07
algo-sorting
Programmeurs informatiques

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

2026-05-07
algo-string-algos
Enseignants en informatique, postsecondaire

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
Développeurs de logiciels

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

2026-05-07