建立这个仓库为了重新复习一下《剑指 Offer》,上传的是ACM模式版本。
如果本仓库对你有任何帮助,请点🌟支持,谢谢!🙏
This repository CodingInterviews is build for reviewing the CodingInterviews.
All code is ACM mode.
If this work helped you, please 🌟 this repositoriy, THANK YOU! 🙏
By the way, my Leetcode page is : mikezheng
- 38. 字符串的排列.cpp
- 39. 数组中出现次数超过一半的数字.cpp
- 40. 最小的k个数.cpp
// example
g++ 38. 字符串的排列.cpp -o 38.o
./ 38.o