Skip to content

Commit b05aa17

Browse files
authored
Merge pull request jwasham#18 from askeroff/treap
Translated Treap
2 parents 957f255 + 75a11aa commit b05aa17

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

translations/README-ru.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -1803,11 +1803,11 @@ Google не возьмёт тебя на работу.
18031803
- [ ] [Integer Arithmetic, Karatsuba Multiplication (video)](https://www.youtube.com/watch?v=eCaXlAaN2uE&index=11&list=PLUl4u3cNGP61Oq3tWYp6V_F-5jb5L2iHb)
18041804
- [ ] [The Chinese Remainder Theorem (used in cryptography) (video)](https://www.youtube.com/watch?v=ru7mWZJlRQg)
18051805

1806-
- ### Treap
1807-
- Combination of a binary search tree and a heap
1808-
- [ ] [Treap](https://en.wikipedia.org/wiki/Treap)
1809-
- [ ] [Data Structures: Treaps explained (video)](https://www.youtube.com/watch?v=6podLUYinH8)
1810-
- [ ] [Applications in set operations](https://www.cs.cmu.edu/~scandal/papers/treaps-spaa98.pdf)
1806+
- ### Декартово дерево
1807+
- Комбинация бинарного поискового дерева и структуры данных "куча"
1808+
- [ ] [Декартово дерево](https://ru.wikipedia.org/wiki/%D0%94%D0%B5%D0%BA%D0%B0%D1%80%D1%82%D0%BE%D0%B2%D0%BE_%D0%B4%D0%B5%D1%80%D0%B5%D0%B2%D0%BE)
1809+
- [ ] [Структуры данных: Декартово Дерево на пальцах (видео)](https://www.youtube.com/watch?v=6podLUYinH8)
1810+
- [ ] [Применения в множествах](https://www.cs.cmu.edu/~scandal/papers/treaps-spaa98.pdf)
18111811

18121812
- ### Linear Programming (videos)
18131813
- [ ] [Linear Programming](https://www.youtube.com/watch?v=M4K6HYLHREQ)

0 commit comments

Comments
 (0)