mirror of
https://github.com/krahets/hello-algo.git
synced 2025-07-28 04:42:48 +08:00
build
This commit is contained in:
@ -1092,7 +1092,7 @@ comments: true
|
||||
fun pop(): Int? {
|
||||
val num = peek()
|
||||
stackPeek = stackPeek?.next
|
||||
stkSize--;
|
||||
stkSize--
|
||||
return num
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user