# gsort **Repository Path**: rocket049/gsort ## Basic Information - **Project Name**: gsort - **Description**: go 快速排序的泛型代码实现 - **Primary Language**: Go - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-05-31 - **Last Updated**: 2023-05-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # go 快速排序的泛型代码实现 支持类型:int | int8 | int16 | int32 | int64 | float32 | float64 | string 其他类型或结构体请使用标准库的 `Sort(data Interface)` 实现。