package
0.0.0-20241023190122-11eccca156c1
Repository: https://github.com/rockholla/go-lib.git
Documentation: pkg.go.dev

# Functions

FindNthSmallest will find the nth smallest number in an un-ordered slice of integers Order Statistics, with Hoare-based partitioning and quickselect to minimize time complexity.