Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我花了一个月的时间来掌握 C++ 的基础知识。指针、向量等。无论我在哪里阅读理论,我都喜欢,我知道这一点。我真的很想解决指针问题,以便我知道我将能够应用这个概念。任何人都可以推荐一本书或指针问题(因为我觉得它们是最难实现的)我可以通过吗?
谢谢。
实现一个(双重或循环)链表。确保它具有内存效率并自行清理。当你在做的时候,为它实现一些算法,比如龟兔赛跑。