# LeetCode_CPP **Repository Path**: fortunely/leetcode_cpp ## Basic Information - **Project Name**: LeetCode_CPP - **Description**: common algorithm practice for LeetCode, hdu, poj, etc. - **Primary Language**: C++ - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-05-11 - **Last Updated**: 2023-10-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: LeetCode ## README # LeetCode_CPP #### 介绍 common algorithm practice for LeetCode, hdu, poj, etc. gitee: https://gitee.com/fortunely/leetcode_cpp #### 开发环境 IDE: Clion 2021.3 编译器: Cygwin 3.2.0 for Windows, gcc (GCC) 11.2.0, g++ (GCC) 11.2.0 项目构建: CMake 3.20.0 #### 编译运行 脚本一键编译 ```shell $ chomod +x build.sh ```