Skip to content

Commit

Permalink
Фиксы ссылок
Browse files Browse the repository at this point in the history
  • Loading branch information
CMTV committed Jan 23, 2024
1 parent 9aeed1f commit 4217bf8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions site/_layout/templates/default.pug
Original file line number Diff line number Diff line change
Expand Up @@ -133,14 +133,14 @@ html(lang="ru")

script.
let topics = [
['Сочетания', 'https://omath.ru/article/combinatorics/combination/']
['Перестановки', 'https://omath.ru/article/combinatorics/permutation/']
['Сочетания', 'https://omath.ru/article/combinatorics/combination/'],
['Перестановки', 'https://omath.ru/article/combinatorics/permutation/'],
['Размещения', 'https://omath.ru/article/combinatorics/arrangement/'],
['Факториал', 'https://omath.ru/article/combinatorics/factorial/'],
['Правило умножения', 'https://omath.ru/article/combinatorics/rules/product/'],
['Правило сложения', 'https://omath.ru/article/combinatorics/rules/sum/'],
['Прямой перебор', 'https://omath.ru/article/combinatorics/brute-force/'],
['Комбинаторика', 'https://omath.ru/article/combinatorics/preface/']
['Комбинаторика', 'https://omath.ru/article/combinatorics/preface/'],
]

function shuffleArray(array) {
Expand Down

0 comments on commit 4217bf8

Please sign in to comment.