fine tune

This commit is contained in:
krahets
2023-09-17 01:13:15 +08:00
parent b2246e11a7
commit 9f59c572b5
32 changed files with 44 additions and 44 deletions

View File

@ -65,7 +65,7 @@ void main() {
/* 元素出栈 */
final int pop = stack.pop();
print("出栈元素 pop = $pop,出栈后 stack = ${stack.toArray()}");
print("出栈元素 pop = $pop ,出栈后 stack = ${stack.toArray()}");
/* 获取栈的长度 */
final int size = stack.size();