Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History
20 lines (15 loc) · 599 Bytes

File metadata and controls

20 lines (15 loc) · 599 Bytes
Copy raw file
Download raw file
Outline
Edit and raw actions

C++ 算法

本项目参考多种语言算法实现,并根据自己的理解进行C++的实现

项目导览

Run

sorting/QuickSort.cpp文件为例运行步骤如下:

Normal Run

  • Enter target directory cd sorting
  • Compile g++ QuickSort.cpp ./lib/QuickSort.cpp ,默认会输出 a.out 文件 (具体命令视情况而定)
  • Run ./a.out

Fast Run

  • Compile & Run make run ./sorting/QuickSort.cpp

Reference Link

Morty Proxy This is a proxified and sanitized view of the page, visit original site.