The zh-TW README was significantly outdated, missing ~40% of algorithms,
entire sections, difficulty labels, and containing mixed Simplified/Traditional
characters. This overhaul brings it to parity with the English README.
Changes to README.zh-TW.md:
- Add B/A difficulty labels to all items
- Add 5 missing data structures (Doubly Linked List, Segment Tree, etc.)
- Add ~35 missing algorithms across all categories
- Add entirely new sections: Cryptography, ML, Image Processing, Statistics
- Translate all remaining English descriptions to Traditional Chinese
- Fix Simplified Chinese character leaks (组合→組合, 循环→循環)
- Fix terminology (貯列→佇列, using standard TW computing terms)
- Update complexity tables with missing rows and columns
- Add ESLint, Troubleshooting sections to "How to Use"
- Update language navigation links
New zh-TW sub-READMEs for 6 core data structures:
- linked-list, queue, stack, hash-table, heap, tree
Updated English sub-READMEs to include 繁體中文 language links.
https://claude.ai/code/session_01RftDRB79YtH9PFWHCDrgQz
Summary
This pull request adds comprehensive Traditional Chinese (繁體中文) translations for the main README and several key data structure documentation files. I have coworked with Claude Code Opus 4.6 to make sure the following information is correct.
Key Changes
Main README (README.zh-TW.md):
New Data Structure READMEs in Traditional Chinese:
Updated English READMEs: Added Traditional Chinese language links to existing English documentation files for linked-list, queue, stack, hash-table, heap, and tree data structures
Notable Details
https://claude.ai/code/session_01RftDRB79YtH9PFWHCDrgQz