# acwing **Repository Path**: levanliu/acwing ## Basic Information - **Project Name**: acwing - **Description**: 算法基础和进阶题目合集 - **Primary Language**: C++ - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-11-24 - **Last Updated**: 2023-09-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # acwing ``` cmake -B build cd build && make && cd .. && ./bin/main find . -name "bin" -type d|xargs rm -rf find . -name "build" -type d|xargs rm -rf find . -name "lib" -type d|xargs rm -rf find . -name "CMakeFiles" -type d|xargs rm -rf find . -name "*.cmake" |xargs rm -rf find . -name "Makefile" |xargs rm -rf ``` ``` https://839119912%40qq.com:839119912oO%21@gitee.com https://levanliu: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@github.com ```