role-algorithms:sorting-and-searching
CommunityMaster sorting and searching algorithms.
Software Engineering#performance optimization#algorithms#data structures#sorting#searching#string matching
Authorrnavarych
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill provides implementations and guidance for a wide array of sorting and searching algorithms, enabling efficient data organization and retrieval.
Core Features & Use Cases
- Algorithm Selection: Choose the optimal sorting algorithm (comparison-based or non-comparison-based) based on data characteristics like size, distribution, and key type.
- Efficient Searching: Implement various binary search techniques (standard, lower/upper bound, answer-space) and order statistics (quickselect, streaming median).
- String Matching: Utilize algorithms like KMP, Boyer-Moore, and Aho-Corasick for single and multi-pattern string searching.
- External Sorting: Handle datasets that exceed available memory using external merge sort strategies.
- Use Case: Optimize a database query by implementing an efficient binary search for finding records within a sorted index, or process large log files to find all occurrences of specific error patterns using Aho-Corasick.
Quick Start
Use the sorting and searching skill to find the k-th smallest element in a list of numbers.
Dependency Matrix
Required Modules
None requiredComponents
references
💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: role-algorithms:sorting-and-searching Download link: https://github.com/rnavarych/alpha-engineer/archive/main.zip#role-algorithms-sorting-and-searching Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.