mirror of
https://github.com/krahets/hello-algo.git
synced 2025-11-02 21:24:53 +08:00
Update Dart code to output same as Java (#522)
This commit is contained in:
@ -99,7 +99,7 @@ void main() {
|
||||
|
||||
/* 判断队列是否为空 */
|
||||
final bool isEmpty = queue.isEmpty();
|
||||
print("队列是否为空 isEmpty = $isEmpty");
|
||||
print("队列是否为空 = $isEmpty");
|
||||
|
||||
/* 测试环形数组 */
|
||||
for (int i = 0; i < 10; i++) {
|
||||
|
||||
Reference in New Issue
Block a user