We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
学习心得: 本周主要挑选了几道数组的题目,用来可以联系数组的一些操作。因为在之前本人的算法学习中,发现其实递归什么的虽然难,但是有了特定的模板后,基本面试做题不会懵。但是一些数组涉及到下标操作的(这些题目往往有特点是题目要求强调空间复杂度O(1)的原地操作),这些题比较绕,在面试的时候也比较容易卡壳。练习下来的心得是,可以适当地背一些题目的Code,尤其是一些数组边界条件的处理。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
学习心得:
本周主要挑选了几道数组的题目,用来可以联系数组的一些操作。因为在之前本人的算法学习中,发现其实递归什么的虽然难,但是有了特定的模板后,基本面试做题不会懵。但是一些数组涉及到下标操作的(这些题目往往有特点是题目要求强调空间复杂度O(1)的原地操作),这些题比较绕,在面试的时候也比较容易卡壳。练习下来的心得是,可以适当地背一些题目的Code,尤其是一些数组边界条件的处理。
The text was updated successfully, but these errors were encountered: