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

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

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 .
```