Skip to content

Commit 04a491b

Browse files
committed
1
1 parent 968aab7 commit 04a491b

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

notes/src/day3/lc707.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -183,13 +183,4 @@ impl MyLinkedList {
183183
}
184184
}
185185

186-
/**
187-
* Your MyLinkedList object will be instantiated and called as such:
188-
* let obj = MyLinkedList::new();
189-
* let ret_1: i32 = obj.get(index);
190-
* obj.add_at_head(val);
191-
* obj.add_at_tail(val);
192-
* obj.add_at_index(index, val);
193-
* obj.delete_at_index(index);
194-
*/
195186
```

0 commit comments

Comments
 (0)