@@ -4,33 +4,33 @@ This repository is created to present algoComp'23 questions and solutions.
4
4
5
5
## Qualification Round Questions
6
6
7
- | # | Name | | |
8
- | ----| ------------------| -------------------------------------------------------| ----------------------------------------------------------|
9
- | 1 | Among Us | [ Question] ( ./Among%20Us/README.md ) | [ Solution] ( ./Among%20Us/solution.cpp ) |
10
- | 2 | Area 44 | [ Question] ( ./Area%2044/README.md ) | [ Solution] ( ./Area%2044/solution.cpp ) |
11
- | 3 | Area 61 | [ Question] ( ./Area%2061/README.md ) | [ Solution] ( ./Area%2061/solution.cpp ) |
12
- | 4 | Card Master Köş | [ Question] ( ./Card%20Master%20K%C3%B6%C5%9F/README.md ) | [ Solution] ( ./Card%20Master%20K%C3%B6%C5%9F/solution.cpp ) |
13
- | 5 | Casting Homework | [ Question] ( ./Casting%20Homework/README.md ) | [ Solution] ( ./Casting%20Homework/solution.cpp ) |
14
- | 6 | Dining Coders | [ Question] ( ./Dining%20Coders/README.md ) | [ Solution] ( ./Dining%20Coders/solution.cpp ) |
15
- | 7 | Equivalent Words | [ Question] ( ./Equivalent%20Words/README.md ) | [ Solution] ( ./Equivalent%20Words/solution.cpp ) |
16
- | 8 | Gift Boxes | [ Question] ( ./Gift%20Boxes/README.md ) | [ Solution] ( ./Gift%20Boxes/solution.cpp ) |
17
- | 9 | Hypotenuse | [ Question] ( ./Hypotenuse/README.md ) | [ Solution] ( ./Hypotenuse/solution.cpp ) |
18
- | 10 | Kavraz Tree | [ Question] ( ./Kavraz%20Tree/README.md ) | [ Solution] ( ./Kavraz%20Tree/solution.cpp ) |
19
- | 11 | Life | [ Question] ( ./Life/README.md ) | [ Solution] ( ./Life/solution.cpp ) |
20
- | 12 | Verbum Profundum | [ Question] ( ./Verbum%20Profundum/README.md ) | [ Solution] ( ./Verbum%20Profundum/solution.cpp ) |
7
+ | # | Name | | |
8
+ | ----| ------------------| ----------------------------------------------------------------------------- | ---------------------- ----------------------------------------------------------|
9
+ | 1 | Among Us | [ Question] ( ./Qualification%20Round/ Among%20Us/README.md ) | [ Solution] ( ./Qualification%20Round /Among%20Us/solution.cpp ) |
10
+ | 2 | Area 44 | [ Question] ( ./Qualification%20Round/ Area%2044/README.md ) | [ Solution] ( ./Qualification%20Round /Area%2044/solution.cpp ) |
11
+ | 3 | Area 61 | [ Question] ( ./Qualification%20Round/ Area%2061/README.md ) | [ Solution] ( ./Qualification%20Round /Area%2061/solution.cpp ) |
12
+ | 4 | Card Master Köş | [ Question] ( ./Qualification%20Round/ Card%20Master%20K%C3%B6%C5%9F/README.md ) | [ Solution] ( ./Qualification%20Round /Card%20Master%20K%C3%B6%C5%9F/solution.cpp ) |
13
+ | 5 | Casting Homework | [ Question] ( ./Qualification%20Round/ Casting%20Homework/README.md ) | [ Solution] ( ./Qualification%20Round /Casting%20Homework/solution.cpp ) |
14
+ | 6 | Dining Coders | [ Question] ( ./Qualification%20Round/ Dining%20Coders/README.md ) | [ Solution] ( ./Qualification%20Round /Dining%20Coders/solution.cpp ) |
15
+ | 7 | Equivalent Words | [ Question] ( ./Qualification%20Round/ Equivalent%20Words/README.md ) | [ Solution] ( ./Qualification%20Round /Equivalent%20Words/solution.cpp ) |
16
+ | 8 | Gift Boxes | [ Question] ( ./Qualification%20Round/ Gift%20Boxes/README.md ) | [ Solution] ( ./Qualification%20Round /Gift%20Boxes/solution.cpp ) |
17
+ | 9 | Hypotenuse | [ Question] ( ./Qualification%20Round/ Hypotenuse/README.md ) | [ Solution] ( ./Qualification%20Round /Hypotenuse/solution.cpp ) |
18
+ | 10 | Kavraz Tree | [ Question] ( ./Qualification%20Round/ Kavraz%20Tree/README.md ) | [ Solution] ( ./Qualification%20Round /Kavraz%20Tree/solution.cpp ) |
19
+ | 11 | Life | [ Question] ( ./Qualification%20Round/ Life/README.md ) | [ Solution] ( ./Qualification%20Round /Life/solution.cpp ) |
20
+ | 12 | Verbum Profundum | [ Question] ( ./Qualification%20Round/ Verbum%20Profundum/README.md ) | [ Solution] ( ./Qualification%20Round /Verbum%20Profundum/solution.cpp ) |
21
21
22
22
---
23
23
24
24
## Final Round Questions
25
25
26
- | # | Name | | |
27
- | ---| ----------------------------| ----------------------------------------------------------| -------------------------------------------------------------|
28
- | 1 | Black, White and Hexagonal | [ Question] ( ./Black,%20White%20and%20Hexagonal/README.md ) | [ Solution] ( ./Black,%20White%20and%20Hexagonal/solution.cpp ) |
29
- | 2 | BLG 433E | [ Question] ( ./BLG%20433E/README.md ) | [ Solution] ( ./BLG%20433E/solution.cpp ) |
30
- | 3 | Bridge Construction | [ Question] ( ./Bridge%20Construction/README.md ) | [ Solution] ( ./Bridge%20Construction/solution.cpp ) |
31
- | 4 | Combined and Modified | [ Question] ( ./Combined%20and%20Modified/README.md ) | [ Solution] ( ./Combined%20and%20Modified/solution.cpp ) |
32
- | 5 | God Mode On | [ Question] ( ./God%20Mode%20On/README.md ) | [ Solution] ( ./God%20Mode%20On/solution.cpp ) |
33
- | 6 | Happy Walk | [ Question] ( ./Happy%20Walk/README.md ) | [ Solution] ( ./Happy%20Walk/solution.cpp ) |
34
- | 7 | Nim Camp | [ Question] ( ./Nim%20Camp/README.md ) | [ Solution] ( ./Nim%20Camp/solution.cpp ) |
35
- | 8 | Octagonal Prism | [ Question] ( ./Octagonal%20Prism/README.md ) | [ Solution] ( ./Octagonal%20Prism/solution.cpp ) |
36
- | 9 | Sweep Rowing | [ Question] ( ./Sweep%20Rowing/README.md ) | [ Solution] ( ./Sweep%20Rowing/solution.cpp ) |
26
+ | # | Name | | |
27
+ | ---| ----------------------------| ------------------------------------------------------------------------ | -------------- -------------------------------------------------------------|
28
+ | 1 | Black, White and Hexagonal | [ Question] ( ./Final%20Round/ Black,%20White%20and%20Hexagonal/README.md ) | [ Solution] ( ./Final%20Round /Black,%20White%20and%20Hexagonal/solution.cpp ) |
29
+ | 2 | BLG 433E | [ Question] ( ./Final%20Round/ BLG%20433E/README.md ) | [ Solution] ( ./Final%20Round /BLG%20433E/solution.cpp ) |
30
+ | 3 | Bridge Construction | [ Question] ( ./Final%20Round/ Bridge%20Construction/README.md ) | [ Solution] ( ./Final%20Round /Bridge%20Construction/solution.cpp ) |
31
+ | 4 | Combined and Modified | [ Question] ( ./Final%20Round/ Combined%20and%20Modified/README.md ) | [ Solution] ( ./Final%20Round /Combined%20and%20Modified/solution.cpp ) |
32
+ | 5 | God Mode On | [ Question] ( ./Final%20Round/ God%20Mode%20On/README.md ) | [ Solution] ( ./Final%20Round /God%20Mode%20On/solution.cpp ) |
33
+ | 6 | Happy Walk | [ Question] ( ./Final%20Round/ Happy%20Walk/README.md ) | [ Solution] ( ./Final%20Round /Happy%20Walk/solution.cpp ) |
34
+ | 7 | Nim Camp | [ Question] ( ./Final%20Round/ Nim%20Camp/README.md ) | [ Solution] ( ./Final%20Round /Nim%20Camp/solution.cpp ) |
35
+ | 8 | Octagonal Prism | [ Question] ( ./Final%20Round/ Octagonal%20Prism/README.md ) | [ Solution] ( ./Final%20Round /Octagonal%20Prism/solution.cpp ) |
36
+ | 9 | Sweep Rowing | [ Question] ( ./Final%20Round/ Sweep%20Rowing/README.md ) | [ Solution] ( ./Final%20Round /Sweep%20Rowing/solution.cpp ) |
0 commit comments