Collect leetcode-like problems and solutions dedicated to improving algorithm design.
【译】收集leetcode类型的问题和解决方案,致力于提高算法设计的能力。
对本项目感兴趣的朋友,麻烦加个star以示鼓励。
仓库收录的所有问题,请查看:收录列表
本项目使用 xmake
管理依赖,因此在运行之前,先安装 xmake
curl -fsSL https://xmake.io/shget.text | bash
在Windows上可以使用如下指令
winget install xmake
目前只在 macOS
和 Ubuntu
上测试
xmake require
安装完成编译依赖之后,直接运行 xmake
xmake
运行所有测试用例:
xmake run leetcode
欢迎正在使用leetcode的朋友提交Pull Request贡献代码,相关规范,请查看:贡献说明
1. 为什么要学会Git?
xmake.lua
中配置的 test
目标就是用于调试和运行一个问题的解决方案。
将其中的 src/leetcode/cpp/q0001.cpp
字符串修改为想要调试的文件路径即可。