This repository contains solutions to programming problems from Quera. Each problem is organized into its own folder with a dedicated main.go file for running and testing the solution.
| Problem ID | Problem Name | Solution Link |
|---|---|---|
| 51866 | cafe cake | Link |
| 197002 | legendary-twins-and-necklace-shopping | Link |
| 175187 | screaming | Link |
| 158168 | binary-strings | Link |
| 605 | tiling | Link |
| 9774 | print-the-number | Link |
| 178905 | beautiful-face | Link |
| 655 | farzad-filmbin | Link |
| 177663 | four-numbers | Link |
| 211018 | mountaineering-information | Link |
| 197305 | moving-average | Link |
| 193464 | cars-the-winning-mystery | Link |
| 193460 | mario-and-online-shop | Link |
| 182260 | i-love-mockstar | Link |
| 182261 | it-services | Link |
| 179662 | fencing | Link |
| 2756 | inexperienced-calculator-user | Link |
| 80645 | infinite-tally | Link |
| 33046 | never-be-proud | Link |
| 178906 | box-of-chocolates | Link |
| 136480 | nowruz-promotion | Link |
| 181333 | classification-of-professors | Link |
| 33038 | chiraksi | Link |
| 182547 | taxis | Link |
| 176782 | friend-house | Link |
| 187845 | pigeon-nest | Link |
| 187843 | snake-on-the-table | Link |
| 144082 | cake-in-quera | Link |
| 211019 | six-stone | Link |
| 18212 | seven-segment | Link |
| 3406 | tired-hundreds | Link |
| 2885 | a-simple-question | Link |
| 615 | date-of-birth | Link |
| 145639 | test-interval | Link |
| 3559 | catchment-area | Link |
| 178600 | corona-medicine | Link |
| 221462 | the-missing-point | Link |
| 209103 | cartesian-table | Link |
| 218361 | opposite-in-the-subway | Link |
| 221452 | sum-of-two-numbers | Link |
| 175188 | sleight | Link |
| 182276 | course-selection | Link |
| 17676 | dominoes | Link |
| 91711 | bad-charger | Link |
| 57760 | until-nowruz | Link |
| 226338 | snake-bend | Link |
| 218362 | circular-city | Link |
| 60135 | chesstml | Link |
| 132252 | parquet-2020 | Link |
| 296 | special-square | Link |
| 298 | first-factors | Link |
| 9722 | hard-passwords | Link |
| 82378 | petrol | Link |
| 145366 | maximum-edge-of-graph | Link |
| 228669 | border-towns | Link |
| 168950 | seasons | Link |
| 26109 | icpc | Link |
| 26110 | chaarshanbegaa-at-cafebazaar | Link |
| 104588 | first-fruits | Link |
| 3539 | single-digit | Link |
| 66867 | rose-garden | Link |
| 9595 | fake-bluff | Link |
| 633 | calculation-of-polynomial-coefficients | Link |
| 660 | celebration-of-gifts | Link |
| 52544 | barcode | Link |
| 41172 | cake | Link |
| 10169 | pyramid-companies-in-barre | Link |
To run a specific problem solution, navigate to the corresponding problem folder and execute the main.go file:
cd quera-solutions/problem-name
go run main.goReplace problem-name with the specific problem name.
Feel free to contribute by adding solutions to new problems or improving existing ones. Follow the directory structure and update the README table accordingly.