forthespada / InterviewGuide

🔥🔥「InterviewGuide」是阿秀从校园->职场多年计算机自学过程的记录以及学弟学妹们计算机校招&秋招经验总结文章的汇总,包括但不限于C/C++ 、Golang、JavaScript、Vue、操作系统、数据结构、计算机网络、MySQL、Redis等学习总结,坚持学习,持续成长!
https://interviewguide.cn/
Apache License 2.0
5.3k stars 1.42k forks source link

【勘误】剑指Offer 42 #76

Open Sk-Alice opened 2 years ago

Sk-Alice commented 2 years ago

双指针的临界条件判断错误,low < high 即可

image

forthespada commented 1 year ago

ok,感谢,我这边修正一下、