LeetCode刷题合集版——C++

一、引言

最近在LeetCode上练习。现在分享一下我的写法。
LeetCode网址:https://leetcode.com/
LeetCode中文版:https://leetcode-cn.com/

我主要用的是c++。如果目的是练习算法,什么语言都行。

二、刷题指南

建议在LeetCode的Explore(中文版是“探索”)里面先把初级、中级和高级刷一下,都比较基础和常见。

然后可以针对自己不太会的标签刷。

三、题目合集

我的github连接:
https://github.com/landbroken/BasicKnowledge/tree/master/LeetCode/LeetCodeCpp

项目内cpp名称是序号,对应LeetCode上题目的序号

猜你喜欢

转载自blog.csdn.net/u012692537/article/details/81668499