We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba6b18f commit 52ced6fCopy full SHA for 52ced6f
src/main/java/com/fishercoder/solutions/_381.java
@@ -46,7 +46,7 @@ public static class Solution1 {
46
/**
47
* Initialize your data structure here.
48
*/
49
- public _381() {
+ public Solution1() {
50
forwardMap = new HashMap();
51
reverseMap = new HashMap();
52
index = 0;
0 commit comments