-
Notifications
You must be signed in to change notification settings - Fork 89
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
腾讯音乐一面面经 | ||
|
||
1.算法:反转单链表,斐波那契数列 | ||
2.编译链接原理 | ||
3.指针和引用 | ||
4.New和malloc | ||
5.数据库索引和事务特性 | ||
6.数组和链表的区别 | ||
7.内存空间分布 | ||
8.Tcp和udp的区别 | ||
9.拥塞控制 | ||
10.进程和线程的区别 | ||
11.快速排序 | ||
12.二叉树的建立,红黑树,,二叉搜索树 | ||
13.虚函数和纯虚函数 | ||
14.哈希特点、方法、哈希冲突 | ||
15.口述代码题:String字符串统计abc,链表倒数第k个 |