LogoClawIndex
CasesSkillsAbout
LogoClawIndex

ClawIndex

OpenClaw Skills & Use Case Index

ClawIndex is an ecosystem-driven index of OpenClaw skills and real-world use cases.

Index

Skills·
Cases

Meta

About·
Disclaimer·
Email·
GitHub
© 2026 ClawIndex All Rights Reserved.

Skills tagged: algorithms

Browse skills that share this tag.

  • two-pointer-sliding-window - Two-pointer and sliding window algorithmic patterns
    algorithmstwo-pointerssliding-windowarrays

    ★ 1 · Updated 2026-09-19

    Applies two-pointer and sliding-window patterns to solve array and string problems in O(n) time after verifying monotonicity.

    ⚙ Classify problems into pattern shapes⚙ Verify predicate monotonicity before implementation⚙ Implement converging two pointer solutions
  • leetcode-helper - LeetCode Helper
    leetcodealgorithmsdata-structurescoding-interview

    ★ 272 · Updated 2026-09-15

    Solves LeetCode-style problems with optimized algorithms, clean code, dry runs, and detailed explanations.

    ⚙ Solve LeetCode-style coding problems⚙ Provide optimized algorithmic solutions⚙ Generate LeetCode-ready solution code
  • stable-baselines3 - Production-ready reinforcement learning algorithms library
    reinforcement learningmachine learningalgorithmsPyTorch

    ★ 602 · Updated 2026-06-30

    PyTorch-based RL algorithms library for training agents and creating custom environments

    ⚙ train RL agents⚙ create custom environments⚙ implement callbacks
  • dp-pattern-library - Dynamic Programming Pattern Library
    dynamic programmingalgorithmspattern matchingcode generation

    ★ 602 · Updated 2026-05-11

    Match DP problems to classic patterns and generate template code

    ⚙ match problem to pattern⚙ generate template code⚙ detect problem variant
  • qiskit - IBM Quantum Computing Framework
    quantum computingframeworkalgorithmstranspilation

    ★ 602 · Updated 2026-05-11

    Build, optimize, and execute quantum circuits on simulators or real quantum computers

    ⚙ build quantum circuits⚙ optimize circuits⚙ execute circuits
  • aoc - Solve Advent of Code puzzles and algorithm challenges
    programmingalgorithmspuzzle-solvingcompetitive-programming

    ★ 602 · Updated 2026-02-17

    Language-agnostic problem-solving for programming puzzles using TDD and correctness-first approach

    ⚙ read problem statement⚙ parse structured input⚙ write test cases
  • fibonacci-optimization - Fibonacci and Golden Ratio Optimization for Evolutionary Algorithms
    optimizationalgorithmsmathematicssearch

    ★ 18 · Updated 2026-02-13

    Uses Fibonacci sequence and Golden Ratio for parameter optimization and evolutionary search strategies

    ⚙ control population size⚙ search parameter space⚙ sample points uniformly