mirror of
https://github.com/krahets/hello-algo.git
synced 2026-07-14 08:06:06 +00:00
Migrate to Zensical (#1869)
* Fix Russian Ruby code extraction. * Add zensical configs.
This commit is contained in:
@@ -7,7 +7,7 @@ Author: Xuan Khoa Tu Nguyen (ngxktuzkai2000@gmail.com)
|
||||
require_relative '../utils/tree_node'
|
||||
require_relative '../utils/print_util'
|
||||
|
||||
# ## Обход в ширину ###
|
||||
### Обход в ширину ###
|
||||
def level_order(root)
|
||||
# Инициализировать очередь и добавить корневой узел
|
||||
queue = [root]
|
||||
|
||||
Reference in New Issue
Block a user