arnauddri / rselect-go

Randomized RSelect algorithm written in Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Randomized Selection Algorithm

Find the k-th smallest element in an array without sorting (works in-place).

Time complexity: O(n)

About

Randomized RSelect algorithm written in Go


Languages

Language:Go 100.0%