加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
CMakeLists.txt 1.52 KB
一键复制 编辑 原始数据 按行查看 历史
xldeng_global 提交于 2021-02-18 11:05 . 355 twitter
cmake_minimum_required(VERSION 3.16)
project(leetcode)
set(CMAKE_CXX_STANDARD 11)
add_executable(leetcode binary_tree/124.cpp binary_tree/99.cpp binary_tree/tree_node.h dynamic_programming/509.cpp dynamic_programming/322.cpp backtrace/46.cpp backtrace/51.cpp bfs/111.cpp bfs/752.cpp header.h binary_search/704.cpp binary_search/34.cpp double_pointer/141.cpp double_pointer/142.cpp double_pointer/876.cpp double_pointer/19.cpp double_pointer/167.cpp double_pointer/344.cpp double_pointer/76.cpp double_pointer/567.cpp double_pointer/438.cpp double_pointer/3.cpp best-time-to-buy-and-sell-stock/121.cpp best-time-to-buy-and-sell-stock/122.cpp best-time-to-buy-and-sell-stock/123.cpp best-time-to-buy-and-sell-stock/188.cpp best-time-to-buy-and-sell-stock/309.cpp best-time-to-buy-and-sell-stock/714.cpp house_robber/198.cpp house_robber/213.cpp house_robber/337.cpp covered_intervals/1288.cpp covered_intervals/56.cpp covered_intervals/986.cpp nSum/15.cpp nSum/18.cpp binary_tree/226.cpp binary_tree/114.cpp binary_tree/116.cpp dynamic_programming/416.cpp list/92.cpp list/25.cpp list/234.cpp binary_tree/654.cpp binary_tree/106.cpp binary_tree/652.cpp binary_tree/230.cpp binary_tree/538.cpp binary_tree/450.cpp binary_tree/701.cpp binary_tree/700.cpp binary_tree/98.cpp binary_tree/297.cpp binary_tree/297b.cpp binary_tree/341.cpp binary_tree/341b.cpp binary_tree/236.cpp binary_tree/222.cpp union_find/130.cpp union_find/130b.cpp union_find/990.cpp LFU/460.cpp sort/295.cpp sort/295b.cpp sort/295c.cpp sort/355.cpp stack/496.cpp stack/503.cpp stack/739.cpp)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化