Skip to content

Commit 95e543f

Browse files
committed
docs: 📚 add README
1 parent d8fdd14 commit 95e543f

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

README.md

+33
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# Лабораторная работа 2
2+
3+
[![Elixir](https://github.com/maxbarsukov-itmo/functional-programming-2/actions/workflows/elixir.yml/badge.svg?branch=master)](https://github.com/maxbarsukov-itmo/functional-programming-2/actions/workflows/elixir.yml)
4+
[![Markdown](https://github.com/maxbarsukov-itmo/functional-programming-2/actions/workflows/markdown.yml/badge.svg?branch=master)](https://github.com/maxbarsukov-itmo/functional-programming-2/actions/workflows/markdown.yml)
5+
[![Coverage Status](https://coveralls.io/repos/github/maxbarsukov-itmo/functional-programming-2/badge.svg?branch=master)](https://coveralls.io/github/maxbarsukov-itmo/functional-programming-2?branch=master)
6+
7+
## Вариант: `rb-set`
8+
9+
<img alt="dancing" src="./.resources/anime.gif" height="240">
10+
11+
> [!TIP]
12+
> | Red-Black Tree | Your Girlfriend |
13+
> | --- | --- |
14+
> | Search is bounded by O(log n) time | Search time is unbounded |
15+
> | Unlimited O(log n) insertion operations followed by a sequence of rotations | Limited number of insertion operations that can imply no movement at all |
16+
> | Cannot have two consecutive red nodes | Period every month |
17+
> | Takes O(n) space | Takes all the space in the bathroom and closet |
18+
> | Fast construction, insertion, search and deletion parallel algorithms | Parallelization takes a lot of effort |
19+
20+
---
21+
22+
* Студент: `Барсуков Максим Андреевич`
23+
* Группа: `P3315`
24+
* ИСУ: `367081`
25+
* Функциональный язык: `Elixir`
26+
27+
---
28+
29+
Интерфейс — *Red-Black Tree*, структура данных — *Set*.
30+
31+
## Выводы
32+
33+
...

0 commit comments

Comments
 (0)