Commit Graph

1083 Commits

Author SHA1 Message Date
Veronika Minina
b16d3da3e2 [0] initial commit 2026-03-19 09:36:51 +03:00
SerKin0
83651244fe [1] Добавлены docstring к функциям 2026-03-18 19:52:13 +03:00
SerKin0
e590e7d02d [1] Дописаны тесты базовых функций задания
- Добавлен тест ll_delete
2026-03-18 14:17:11 +03:00
SerKin0
dc7f07b42b [1] Добавлены основные функции задания и некоторые тесты
- Сделана ll_insert
- Редактирована ll_find
- Сделана ll_delete
- Сделана ll_list_all

Тесты:
- Для create_linked_list
- Для ll_find
- Для ll_insert
2026-03-18 13:49:02 +03:00
SerKin0
de73e9247b [1] Добавление .gitignore 2026-03-18 13:33:50 +03:00
a088b72b20 [0] initial commit 2026-03-18 11:57:08 +03:00
3438fa1fe9 [1] Structura_data 2026-03-15 19:24:49 +03:00
ad2d65b1cc [1] struct_data 2026-03-15 19:17:37 +03:00
557d45e06e [1] struct dannych 2026-03-15 18:54:31 +03:00
dfdee49e2d Please enter the commit message for your changes. Lines starting
delete 428.txt
2026-03-15 18:43:44 +03:00
f5b0fec46f Merge pull request '[1] FINISH 1-st-exercise' (#148) from IvanBud123/2026-rff_mp:1-st-exercise into develop
Reviewed-on: #148
2026-03-15 06:42:22 +00:00
e4423a3be8 Merge pull request '[0] initial commit' (#154) from BoriskovaDV/2026-rff_mp:BoriskovaDV into develop
Reviewed-on: #154
2026-03-15 06:41:55 +00:00
eeb28d8b6a [0] init 2026-03-15 05:18:35 +00:00
b3e4b6149e docs 2026-03-15 02:46:48 +00:00
c98c8a472b Merge pull request '[0] initial commit' (#152) from victorovaas/2026-rff_mp:victorovaas into develop
Reviewed-on: #152
2026-03-14 09:27:51 +00:00
Git Version Control
666e6ecd41 [1] ... README.md 2026-03-12 04:02:58 +00:00
062d3b983e Merge pull request '[0] initial commit' (#151) from KislyuninED/2026-rff_mp:KislyuninED into develop
Reviewed-on: #151
2026-03-10 08:17:33 +00:00
197c266cd4 [0] initial commit 2026-03-07 17:15:56 +03:00
b874ac28aa Merge pull request '[0] initial commit' (#149) from SavelevMI/2026-rff_mp:SavelevMI into develop
Reviewed-on: #149
2026-03-06 10:15:37 +00:00
SerKin0
88bcf8a761 [1] Написана функция поиска 2026-03-06 09:55:45 +03:00
4cef8060a3 [15] FINISH for 1-st exersize 2026-03-04 01:40:38 +03:00
50798eb572 Merge branch 'develop' into 1-st-exercise 2026-03-04 01:37:44 +03:00
7067bfa12a [14] FINISH for 1-st exersize 2026-03-04 01:14:58 +03:00
64f43373df [13] FINISH for 1-st exersize 2026-03-04 01:02:42 +03:00
da65d02bd7 [12] BIG UPDATE 2026-03-04 01:02:40 +03:00
0441c5076a [11] A minor update that fixes errors and typos 2026-03-04 01:02:37 +03:00
28de33a83d [10] A minor update that fixes errors and typos 2026-03-04 01:02:32 +03:00
49e91066d4 [9] finish with adding BST(Binar Search Tree) 2026-03-04 01:02:29 +03:00
bb28c3dd2f [8] start adding binar search func(create_node and bst_insert) 2026-03-04 01:02:26 +03:00
1ebec4223a [7] add hash func and tests of hash func 2026-03-04 01:02:23 +03:00
e868e94fcd [6] add hash func find, insert and hash_func 2026-03-04 01:02:17 +03:00
0e84534109 [5] modyfi LinkedListBook for 2-nd exersize 2026-03-04 01:02:11 +03:00
8c642fea20 [4] start coding hash-table 2026-03-04 00:56:59 +03:00
7dbd3075b6 [3] adding ll_list_all 2026-03-04 00:56:59 +03:00
050462d011 [2] adding ll_find and ll_delete 2026-03-04 00:56:59 +03:00
ba244f24bb [1] implemented the ll_insert function for an first exercise 2026-03-04 00:56:59 +03:00
39fe26b3f1 [0] initial commit 2026-03-04 00:56:59 +03:00
5de2cca73e Обновить README.md 2026-03-04 00:56:59 +03:00
8c17e92dd8 Удалить testfile.txt 2026-03-04 00:56:59 +03:00
b1cb2491d8 Обновить README.md 2026-03-04 00:56:59 +03:00
a5ee4d9ae5 Обновить README.md 2026-03-04 00:56:59 +03:00
fb8f0c47f5 Обновить README.md 2026-03-04 00:56:59 +03:00
099ec9f5e3 Обновить README.md 2026-03-04 00:56:59 +03:00
906250c019 docs: add final report with analysis 2026-03-01 22:12:14 +03:00
9b3a09740d report: add final report with analysis 2026-03-01 22:04:13 +03:00
15a055919c test(bst): add experiment results 2026-03-01 21:57:18 +03:00
d7c168cd1e test(hash-table): add experiment results 2026-03-01 21:56:04 +03:00
01acee8ea5 test(linked-list): add experiment results 2026-03-01 21:55:03 +03:00
77bc58e44b feat(linked-list): add basic node structure and insert function 2026-03-01 21:53:07 +03:00
68114824da Initial commit: create project structure 2026-03-01 21:09:17 +03:00