第二次周报

1.本周学习方向:1.学习数组。2.初步了解如何用C语言做一个音乐播放器和添加音乐背景
2.学习参考:https://baijiahao.baidu.com/s?id=1562539461273300&wfr=spider&for=pc
https://blog.csdn.net/qq_41443987/article/details/80412942
3:总结:对于数组的运用不熟悉,如行列的输入、比较,变换。
4:Leetcode
第一题:https://leetcode-cn.com/explore/interview/card/top-interview-questions-easy/1/array/22/
总结:运用一个for循环,比较两个数的大小即可。
第二题:https://leetcode-cn.com/explore/interview/card/top-interview-questions-easy/1/array/23/
总结:类似于冒泡排序,但,先将最后一个放在一个地址,再从后面开始向后移动,如果从前会覆盖下一个数据。
第三题:https://leetcode-cn.com/explore/interview/card/top-interview-questions-easy/1/array/24/
总结:两个for循环即可。
5.下周进度:
1.学习指针,了解指针的基础知识。
2做leetcode

猜你喜欢

转载自blog.csdn.net/weixin_44111398/article/details/85015766