https://github.com/loderunner/kth-largest
Find the kth largest item in a binary tree
https://github.com/loderunner/kth-largest
Last synced: 12 months ago
JSON representation
Find the kth largest item in a binary tree
- Host: GitHub
- URL: https://github.com/loderunner/kth-largest
- Owner: loderunner
- Created: 2021-02-10T12:23:07.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-02-10T12:23:51.000Z (about 5 years ago)
- Last Synced: 2025-02-07T01:46:24.620Z (about 1 year ago)
- Language: Go
- Size: 1000 Bytes
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Find Kth Largest item in binary tree
This package is a coding exercise to find the k-th largest item in a binary tree.
## Running
Clone the repository then run from the root directory with:
```
go run .
```