mirror of
https://github.com/krahets/hello-algo.git
synced 2026-08-18 14:30:58 +00:00
Fix multilingual content typos (#1958)
This commit is contained in:
@@ -175,7 +175,7 @@
|
||||
|
||||
/* Извлечь элемент из очереди */
|
||||
// Поскольку в основе лежит массив, removeFirst имеет сложность O(n)
|
||||
let pool = queue.removeFirst()
|
||||
let pop = queue.removeFirst()
|
||||
|
||||
/* Получить длину очереди */
|
||||
let size = queue.count
|
||||
|
||||
Reference in New Issue
Block a user