面试准备语言篇

1、哈希表时间复杂度和冲突解决

https://blog.csdn.net/dongfei2033/article/details/80709827

2、c++动态绑定,虚函数,stl容器,vector,头文件定义static变量,虚函数定义static变量,export,构造函数能是私有函数吗?;C++是面向对象的吗?类和继承  ,公有类和私有 ,多态,虚函数,引用和指针的区别,构造函数和析构函数

3、sql组内排序

4、快排最优、最差、平均时间复杂度

5、海量数据找中位数

https://www.cnblogs.com/hapjin/p/5769087.html

6、数组和链表底层原理及时空复杂度

https://blog.csdn.net/riemann_/article/details/87564524

7、数据流第k大的数

https://www.cnblogs.com/grandyang/p/9941357.html

8、海量数据系列

https://blog.csdn.net/u013074465/article/details/40504281

https://blog.csdn.net/alicelmx/article/details/89409802 海量数据求交集

你可能感兴趣的:(面试准备语言篇)