- c++ supports multiple inheritance, thus we can’t overload base class’s methods
- Java doesn’t support multiple inheritance, thus we are allowed to overload base class’s methods
Previous

Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hex
2021-08-23
Next

本文整理并总结了十大经典的排序算法(冒泡排序、选择排序、插入排序、快速排序、归并排序、希尔排序、计数排序、基数排序、桶排序、堆排序)的时间复杂度、空间复杂度等性质。
2020-02-16