https://github.com/imcvampire/find-k-largest-number
https://github.com/imcvampire/find-k-largest-number
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/imcvampire/find-k-largest-number
- Owner: imcvampire
- License: gpl-3.0
- Created: 2016-05-21T13:23:17.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2018-08-18T10:54:58.000Z (almost 8 years ago)
- Last Synced: 2025-01-31T12:23:26.967Z (over 1 year ago)
- Language: C
- Size: 26.4 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.