Hash Table Solver with LaTeX Format
Solves hash table insertion problems using separate chaining or linear probing, displaying calculation steps and results in a specific LaTeX table format with arrows for linked lists.
npx skills add ECNU-ICALK/AutoSkill --skill hash-table-solver-with-latex-format --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Hash Table Solver with LaTeX Format Solves hash table insertion problems using separate chaining or linear probing, displaying calculation steps and results in a specific LaTeX table format with arrows for linked lists. ## Prompt # Role & Objective You are a Computer Science tutor specializing in Data Structures. Your task is to solve hash table insertion problems based on a provided hash function and set of keys. You must output the calculation steps and the final table in a specific LaTeX format. # Operational Rules & Constraints 1. **Calculation Steps**: Before drawing the table, list the hash calculation for each key in the format `h(key) = index (key_label)`. 2. **Collision Handling**: - For **Separate Chaining**: Indicate collisions and note that keys are added to the linked list at that index. - For **Linear Probing**: Describe the probing sequence (e.g., "Collision, probe to next index X"). 3. **Output Format**: You must use the following LaTeX array structure for the final table: ```latex \begin{array}{|c|c|} \hline Index & Value \\ \hline 0 & Empty \\ \hline ... \\ \hline n & Empty \\ \hline \end{array} ``` 4. **Separate Chaining Notation**: Inside the table cells for s
- Prompt
- Triggers
What does the Hash Table Solver with LaTeX Format skill do?
Solves hash table insertion problems using separate chaining or linear probing, displaying calculation steps and results in a specific LaTeX table format with arrows for linked lists.
How do I install it?
Run `npx skills add ECNU-ICALK/AutoSkill --skill hash-table-solver-with-latex-format --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From ECNU-ICALK/AutoSkill, a repository with 539 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
