- Enhanced README.md with professional structure and Quick Start section at the top
- Updated version to 0.1.8 in pubspec.yaml, README.md, and doc/README.th.md
- Added comprehensive algorithm catalog to CHANGELOG.md including:
* 8 Sorting algorithms (InsertionSort, MergeSort, ParallelMergeSort, etc.)
* 3 Search algorithms (LinearSearch, BinarySearch, ParallelBinarySearch)
* 15+ Graph algorithms (BFS, DFS, Dijkstra, MST, SCC, etc.)
* 10+ Dynamic Programming algorithms (Knapsack, LCS, Coin Change, etc.)
* 12+ String Processing algorithms (KMP, Aho-Corasick, Suffix Array, etc.)
* 5+ Matrix operations (Standard, Parallel, Strassen algorithms)
- Updated documentation with better installation flow and usage examples
- Improved Thai documentation with comprehensive algorithm listings
- Enhanced professional appearance with better organization