Skip to content

Commit

Permalink
Add note regarding ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
vinnyoodles committed Jun 20, 2017
1 parent 6c191bd commit a068973
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions java/interview/most-active-kill-window.java
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,7 @@
*
* The return format should be a list of all the windows with the most number of kills in the format of an array.
* [ timestamp, number of kills ]
*
* Note: the list of kills are not in any specific order.
*/
public int[][] mostActiveKillWindow(int[][] kills) { }

0 comments on commit a068973

Please sign in to comment.