1 Star 0 Fork 0

AllenWu / LeetCodePro

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
README.md 1.11 KB
一键复制 编辑 原始数据 按行查看 历史
wupl 提交于 2023-03-24 12:04 . refactor: done c++11 settings

LeetcodePro

my leetcode solutions in cpp

Build Status

plans

  • use cmake to build it
  • finetune directory
  • make it work
  • make it a code base ability practice project

Done

    * two sum
    * three sum
    * two sum index
    * del same ele in a sorted array. and can set the max of duplication.

Thoughts

    * convert
    > del elements when count exceed max can convert to del all same only keep one just by adjusting the min compare step number.
    why? still confused.
    how to get the common law and extract the thinking style.

cpp playground

c++11/14/17 or etc

config

windows

install mingwin from github, use posix version

2种启动方式cmake/DebugCurrentFile

一种是写cmakefile,把多个cpp组成一个项目,一种是运行单个cpp文件,方便测试某个具体的特性
单文件方式要写main函数,引用外部头文件需要用相对目录,稍微有些难管理,本质上其实是一样的

C++
1
https://gitee.com/junbujianwpl/LeetCodePro.git
git@gitee.com:junbujianwpl/LeetCodePro.git
junbujianwpl
LeetCodePro
LeetCodePro
master

搜索帮助