* cargo fmt code * Add empty line to seperate unrelated comments * Fix review * Update bubble_sort.rs * Update merge_sort.rs --------- Co-authored-by: Yudong Jin <krahets@163.com>
* Revised the book * Update the book with the second revised edition * Revise base on the manuscript of the first edition
introduction, computational complexity.
* feat: add rust codes for avl tree * fix a wrong usage of borrow method of RefCell * Update avl_tree.rs * fix comment indentation and field define of TreeNode --------- Co-authored-by: Yudong Jin <krahets@163.com>