Categorygithub.com/blueBlue0102/LeetCode-Goleetcode2545.Sort-the-Students-by-Their-Kth-Score
package
0.0.0-20241125063422-a7e1e0bf04b0
Repository: https://github.com/blueblue0102/leetcode-go.git
Documentation: pkg.go.dev

# README

2545. Sort the Students by Their Kth Score

https://leetcode.com/problems/sort-the-students-by-their-kth-score/

本質上只是一個純粹在做 sort 的題目
只是比較的對象是 array element 中的特定值而已

Takeaway

  • Sort