Commit Graph

22 Commits

Author SHA1 Message Date
c47ac035f6 Merge pull request '[1] data structures' (#182) from lomakinae/2026-rff_mp:data_structures into develop
Reviewed-on: #182
2026-05-30 11:54:19 +00:00
12508587d6 docs: add report 2026-05-25 02:48:06 +03:00
f64679ead2 docs: add README 2026-05-25 02:48:06 +03:00
8460bf6405 feat: run benchmarks and generate results 2026-05-25 02:48:06 +03:00
59410050ca feat: add experiment benchmarks and Facade entry point 2026-05-25 02:48:06 +03:00
f16b87c034 feat: add text mazes for experiments 2026-05-25 02:47:33 +03:00
e6e4ae9a99 feat: add MazeSolver orchestrator with SearchStats 2026-05-25 02:34:56 +03:00
931e6a9ccf feat: add BFS, DFS, A* strategy implementations 2026-05-25 02:33:40 +03:00
e11bfb0f7a feat: add Builder pattern 2026-05-25 02:32:13 +03:00
38f361bdc4 feat: add Cell and Maze classes 2026-05-25 02:30:21 +03:00
96ab380c9e docs: add report 2026-05-05 01:44:15 +03:00
c6a7fc6657 docs: clean up README 2026-05-05 01:44:00 +03:00
f1ed7c9c9a docs: add README with usage instructions 2026-04-21 03:16:15 +03:00
a7cdcd99b9 feat: add root entry point for the experiment
chore: add missing newline in ht.py
2026-04-21 03:15:13 +03:00
2833af077e feat: implement plot.py and save results 2026-04-21 03:03:13 +03:00
11f600ea1c refactor: restructure project and fix relative imports 2026-04-21 02:58:47 +03:00
22ccd192ba feat: implement the experiment 2026-04-19 20:56:50 +03:00
8a6733893e feat: implement data generation 2026-04-14 23:29:24 +03:00
fd715f4191 feat: implement binary search tree 2026-04-14 01:55:05 +03:00
0a2e237e5b feat: implement hash table 2026-04-13 21:51:30 +03:00
a741e56d3c feat: implement linked list 2026-04-13 01:36:00 +03:00
f15908a49d [0] initial commit 2026-02-14 10:14:05 +03:00