mirror of
https://github.com/krahets/hello-algo.git
synced 2025-11-02 12:58:42 +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