https://github.com/isaccanedo/python-kth_order_statistic
:cat: Encontre o k-ésimo menor elemento no tempo linear usando dividir e conquistar. Lembre-se de que podemos fazer isso trivialmente em tempo O (nlogn). Classifique a lista e acesse o k-ésimo elemento em tempo constante.
https://github.com/isaccanedo/python-kth_order_statistic
Last synced: about 2 months ago
JSON representation
:cat: Encontre o k-ésimo menor elemento no tempo linear usando dividir e conquistar. Lembre-se de que podemos fazer isso trivialmente em tempo O (nlogn). Classifique a lista e acesse o k-ésimo elemento em tempo constante.
- Host: GitHub
- URL: https://github.com/isaccanedo/python-kth_order_statistic
- Owner: isaccanedo
- Created: 2021-10-18T19:02:59.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-18T19:03:32.000Z (over 3 years ago)
- Last Synced: 2025-01-12T06:46:51.324Z (4 months ago)
- Language: Python
- Size: 1.95 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0