Files
hello-algo/ru/docs/chapter_divide_and_conquer/index.md
Yudong Jin 22b3b568ef fix Ru translation (#1894)
* docs(ru): replace prose quotes with guillemets

* docs(ru): replace prose semicolons with periods

* docs(ru): align animation title forms

* docs(ru): align figure and table references
2026-04-14 18:10:12 +08:00

10 lines
512 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Разделяй и властвуй
![Разделяй и властвуй](../assets/covers/chapter_divide_and_conquer.jpg)
!!! abstract
Сложная задача раскладывается слой за слоем, и каждое новое разбиение делает ее проще.
Принцип «разделяй и властвуй» показывает важный факт: если начать с простого, многое перестает быть сложным.