Parikshit Gopalan

Results 2 issues of Parikshit Gopalan

Currently NextK uses RBTreeMap. This probably takes O(log N) for membership and finding max. We can replace it with a hashmap + priority queue, which will reduce membership time to...

Currently, the only way to select rows is to first go to the histogram and then select. We might want to support selection in the table view.

usability