Last active
September 2, 2021 19:05
Revisions
-
dima117 revised this gist
Oct 19, 2018 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -3,12 +3,12 @@ 1. Сортировка пузырьком 1. Сортировка выбором 1. Сортировка вставками 1. Обход дерева в глубину 1. Обход дерева в ширину 1. Баланс скобок в строке `({[` 1. Найти все простые числа от 1 до N 1. Бинарный поиск в отсортированном массиве 1. Развернуть односвязный список 1. Вывести все перестановки чисел о 1 до N 1. Выбрать в массиве фрагмент с наибольшей суммой 1. **Вывод чисел от 1 до N^2 по спирали** -
dima117 revised this gist
Oct 11, 2018 . 1 changed file with 0 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -9,7 +9,6 @@ 1. Найти все простые числа от 1 до N 1. Бинарный поиск в отсортированном массиве 1. Баланс скобок в строке `({[` 1. Вывести все перестановки чисел о 1 до N 1. Выбрать в массиве фрагмент с наибольшей суммой 1. **Вывод чисел от 1 до N^2 по спирали** -
dima117 revised this gist
Oct 11, 2018 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -9,6 +9,7 @@ 1. Найти все простые числа от 1 до N 1. Бинарный поиск в отсортированном массиве 1. Баланс скобок в строке `({[` 1. вычисление значения выражения ОПЗ 1. Вывести все перестановки чисел о 1 до N 1. Выбрать в массиве фрагмент с наибольшей суммой 1. **Вывод чисел от 1 до N^2 по спирали** -
dima117 revised this gist
Oct 11, 2018 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -10,7 +10,7 @@ 1. Бинарный поиск в отсортированном массиве 1. Баланс скобок в строке `({[` 1. Вывести все перестановки чисел о 1 до N 1. Выбрать в массиве фрагмент с наибольшей суммой 1. **Вывод чисел от 1 до N^2 по спирали** 1. **Сортировка слиянием** 1. **Расставить 8 ферзей на шахматной доске, чтобы не били друг друга** -
dima117 revised this gist
Oct 11, 2018 . 1 changed file with 3 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -8,6 +8,9 @@ 1. Обход дерева в ширину 1. Найти все простые числа от 1 до N 1. Бинарный поиск в отсортированном массиве 1. Баланс скобок в строке `({[` 1. Вывести все перестановки чисел о 1 до N 1. 1. **Вывод чисел от 1 до N^2 по спирали** 1. **Сортировка слиянием** 1. **Расставить 8 ферзей на шахматной доске, чтобы не били друг друга** -
dima117 created this gist
Apr 7, 2018 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,13 @@ # Упражнения 1. Сортировка пузырьком 1. Сортировка выбором 1. Сортировка вставками 1. Развернуть односвязный список 1. Обход дерева в глубину 1. Обход дерева в ширину 1. Найти все простые числа от 1 до N 1. Бинарный поиск в отсортированном массиве 1. **Вывод чисел от 1 до N^2 по спирали** 1. **Сортировка слиянием** 1. **Расставить 8 ферзей на шахматной доске, чтобы не били друг друга**