mirror of
https://github.com/krahets/hello-algo.git
synced 2026-09-01 20:57:13 +00:00
Migrate to Zensical (#1869)
* Fix Russian Ruby code extraction. * Add zensical configs.
This commit is contained in:
@@ -4,7 +4,7 @@ Created Time: 2024-05-22
|
||||
Author: Xuan Khoa Tu Nguyen (ngxktuzkai2000@gmail.com)
|
||||
=end
|
||||
|
||||
# ## Алгоритм бэктрекинга: сумма подмножеств I ###
|
||||
### Алгоритм бэктрекинга: сумма подмножеств I ###
|
||||
def backtrack(state, target, total, choices, res)
|
||||
# Если сумма подмножества равна target, записать решение
|
||||
if total == target
|
||||
|
||||
Reference in New Issue
Block a user