1.0.0b2
krahets/hello-algo1.0.0b2Mar 29, 2023by krahets
AI Summary
Added sorting algorithm chapters and improved code quality through refactoring and bug fixes.
Key Highlights
- Added chapters: Bucket Sort, Counting Sort, and Radix Sort
- Refactored Python code according to PEP 585 Typing standard
- Fixed issues in C++ and Swift code
- Polished article content
New Features
- Sorting algorithm chapters
- Python typing refactoring
- Bug fixes for C++ and Swift
Full Release Notes
> 已有更新版本,最新发行版请见 [Release](https://github.com/krahets/hello-algo/releases) 页面。 该版本为《Hello 算法》1.0.0 版的预发布 b2 版本。 ## 主要改动 - 新增桶排序、计数排序、基数排序章节。 - 根据 PEP 585 Typing 标准重构 Python 代码,修复 C++, Swift 代码若干问题。 - 调整润色文章内容。 ## 贡献者 感谢 @Gonglja, @Guanngxu, @Reanon, @boloboloda, @gvenusleo, @hpstory, @krahets, @nuomi1, @sjinzh, @xBLACKICEx 对该版本的贡献!