mirror of
https://github.com/krahets/hello-algo.git
synced 2026-02-10 22:25:30 +08:00
Update README.md
This commit is contained in:
@@ -363,7 +363,6 @@ comments: true
|
||||
public Integer peekLast() {
|
||||
return isEmpty() ? null : rear.val;
|
||||
}
|
||||
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user