TheAlgorithms/Go

feat: implementation of find kth element in array

jsrdxzw opened this issue · 1 comments

Description
An implementation of finding kth largest or smallest element in random array by using quick sort thinking

Closed with #473