An open API service indexing awesome lists of open source software.

https://github.com/imcvampire/find-k-largest-number


https://github.com/imcvampire/find-k-largest-number

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Find k largest number in n number

## Problem:
Given an array of N numbers, implement an algorithm to find the biggest k numbers from the array. Run your program for N = 1000000000 and k = 600000 and it should finish within one minute.