Skip to content

百度2021届提前批7.8日~8.7日的不明算法题 #7

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
afatcoder opened this issue Aug 9, 2020 · 0 comments
Open

百度2021届提前批7.8日~8.7日的不明算法题 #7

afatcoder opened this issue Aug 9, 2020 · 0 comments
Labels

Comments

@afatcoder
Copy link
Owner

不明题目是指那些我没有在leetcode上找到的题目。
可以看出百度对基本算法挺看重的,快排考了很多次,建议大家面试前把冒泡、堆排序、快排再熟悉下。

🌈如果大家在leetcode上有见过以下题目,欢迎分享题号哈

  1. 手撕代码:1000的阶乘末尾有几个0
  2. 给定一个数组,其中有多个单词,判断一个给定字符串中是否包含所有的单词。
  3. 将一棵树最深路径的子节点相加
  4. 实现队列-必须自己手写链表
  5. 手写快排
  6. 手写一个平衡树 支持查找和修改
  7. 堆排序
  8. 给定两个整数数组,找出相同的数并返回
  9. 如何一个链表1/3处的结点
  10. 冒泡排序
  11. 将输入的数字转换为中文汉字
  12. 给N个数组,计算笛卡尔积,并输出。A[1,2,3],B[4,5,6],C[7,8,9],输出 {1,4,7},{1,4,8},{1,4,9},{2,4,7}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant