Skip to content

Commit 8b16d87

Browse files
committed
On branch master
Your branch is ahead of 'origin/master' by 2 commits. (use "git push" to publish your local commits) Changes to be committed: modified: NthHighestSalaryDemo.java
1 parent 9183184 commit 8b16d87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

NthHighestSalaryDemo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public static void main(String[] args) {
3535

3636
// System.out.println(getNthHighestSalary(2, map2));
3737

38-
System.out.println(getDynamicNthHighestSalary(3, map1));
38+
System.out.println(getDynamicNthHighestSalaryCustom(3, map1));
3939

4040
}
4141

0 commit comments

Comments
 (0)