Explore skills

4,856 skills found

Category alert

Get new DevOps e Infra skills every Monday

alphafold-structure-prediction

3

AlphaFold/ESMFold structure prediction and confidence interpretation.

DevOps e Infra#aiby Pavel-Kravchenko

algo-tries

3

Prefix tree for O(m) string insert/search and O(p+k) prefix queries; ideal for autocomplete and dictionary membership.

DevOps e Infra#aiby Pavel-Kravchenko

algo-topological-sort

3

Topological sort using DFS and Kahn's BFS algorithms for DAG ordering, cycle detection, and critical path analysis.

DevOps e Infra#aiby Pavel-Kravchenko

polish

3

A completion-claim gate that requires outputting the self-check table and fixing any ✗ rows before reporting completion. This is a lean discipline-gate version.

DevOps e Infra#aiby jazz1x

algo-tabulation

3

Bottom-up Dynamic Programming with tabulation, covering edit distance, LCS, and space optimization using rolling arrays.

DevOps e Infra#aiby Pavel-Kravchenko

algo-suffix-arrays

3

Suffix arrays are a space-efficient sorted suffix index, offering O(n log n) construction and O(m log n) pattern search.

DevOps e Infra#aiby Pavel-Kravchenko

algo-stacks-queues

3

Stack (LIFO) and Queue (FIFO) — array and linked-list implementations, O(1) operations, common applications.

DevOps e Infra#aiby Pavel-Kravchenko

ai-science-diffusion-generative-models

3

Score matching, noise schedules, DDIM sampling, and DDRM inverse problems for diffusion generative models.

DevOps e Infra#aiby Pavel-Kravchenko

algo-sequence-alignment

3

Needleman-Wunsch global and Smith-Waterman local sequence alignment, including DP table fill, traceback, and scoring matrices.

DevOps e Infra#aiby Pavel-Kravchenko

algo-red-black-trees

3

Red-black tree: a self-balancing BST with O(log n) operations, maintaining 5 invariants, and fixing insertions with rotations and recoloring.

DevOps e Infra#aiby Pavel-Kravchenko

algo-naive-pattern-matching

3

Naive O(nm) brute-force string matching — sliding window baseline, when acceptable, motivation for KMP/Rabin-Karp.

DevOps e Infra#aiby Pavel-Kravchenko

algo-linear-sorts

3

Counting sort, radix sort, and bucket sort are O(n) non-comparison sorts that bypass the Omega(n log n) lower bound.

DevOps e Infra#aiby Pavel-Kravchenko