Skip to content

Commit

Permalink
class name
Browse files Browse the repository at this point in the history
  • Loading branch information
anushkasinghal11 committed Dec 20, 2020
1 parent fdac15a commit 3c1d90c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Algorithms/Greedy/Jim and the Orders/solution.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import java.util.concurrent.*;
import java.util.regex.*;

public class Solution {
public class solution {

// Complete the jimOrders function below.
static int[] jimOrders(int[][] orders) {
Expand Down

0 comments on commit 3c1d90c

Please sign in to comment.