# sort_algos **Repository Path**: fibird/sort_algos ## Basic Information - **Project Name**: sort_algos - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-04-03 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Sort Algorithms ## Build 你可以直接使用`make`命令编译所有的程序: ``` make ``` 当然,你也可以单独编译某个程序,通过文件的名字,但记住不要加后缀: ``` make ... ```