Auto-generated with ❤ using Harwest
A repository to keep track of problem solving practice, containing solutions from platforms:
# | Title | Solution | Tags | Submitted |
---|---|---|---|---|
131 | B - Hills And Valleys | GNU C++17 | brute force implementation *1700 |
Jan/16/2021 18:46 |
130 | C - No More Inversions | GNU C++17 | constructive algorithms math *1500 |
Jan/14/2021 21:20 |
129 | B - String LCM | GNU C++17 | brute force math number theory strings *1000 |
Jan/14/2021 20:48 |
128 | A - Replacing Elements | GNU C++17 | greedy implementation math sortings *800 |
Jan/14/2021 20:10 |
127 | A - Wizard of Orz | GNU C++17 | constructive algorithms greedy math *900 |
Jan/08/2021 22:35 |
126 | A - Again Twenty Five! | GNU C++17 | number theory *800 |
Jan/08/2021 15:05 |
125 | A - Multiplication Table | GNU C++17 | implementation number theory *1000 |
Jan/08/2021 15:02 |
124 | A - Maximum GCD | GNU C++17 | greedy implementation math number theory *800 |
Jan/08/2021 14:48 |
123 | A - Bachgold Problem | GNU C++17 | greedy implementation math number theory *800 |
Jan/08/2021 14:47 |
122 | A - Design Tutorial: Learn from Math | GNU C++17 | math number theory *800 |
Jan/08/2021 14:40 |
121 | B - T-primes | GNU C++17 | binary search implementation math number theory *1300 |
Jan/08/2021 10:32 |
120 | C - Strange Birthday Party | GNU C++17 | brute force greedy sortings *1300 |
Jan/05/2021 21:37 |
119 | B - Strange List | GNU C++17 | brute force greedy implementation math *1100 |
Jan/05/2021 21:13 |
118 | A - Strange Partition | GNU C++17 | greedy math number theory *900 |
Jan/05/2021 20:20 |
117 | D - Even-Odd Game | GNU C++17 | dp games greedy sortings *1200 |
Jan/04/2021 21:22 |
116 | C - Long Jumps | GNU C++17 | dp graphs *1100 |
Jan/04/2021 20:55 |
115 | B - Fair Division | GNU C++17 | dp greedy math *800 |
Jan/04/2021 20:31 |
114 | A - Cards for Friends | GNU C++17 | greedy math *800 |
Jan/04/2021 20:10 |
113 | A - Beautiful Year | GNU C++17 | brute force *800 |
Jan/02/2021 22:03 |
112 | B - Borze | GNU C++17 | expression parsing implementation *800 |
Jan/02/2021 21:55 |
111 | C - Canine poetry | GNU C++17 | dp greedy strings *1300 |
Dec/30/2020 21:14 |
110 | B - Last minute enhancements | GNU C++17 | dp greedy *800 |
Dec/30/2020 20:37 |
109 | A - Bovine Dilemma | GNU C++17 | brute force geometry math *800 |
Dec/30/2020 20:15 |
108 | B - Red and Blue | GNU C++17 | dp greedy *1000 |
Dec/28/2020 21:01 |
107 | A - Regular Bracket Sequence | GNU C++17 | constructive algorithms greedy *1000 |
Dec/28/2020 20:43 |
106 | B - Maximum Product | GNU C++17 | brute force dp greedy implementation sortings *1200 |
Dec/24/2020 22:34 |
105 | A - Red-Blue Shuffle | GNU C++17 | math probabilities *800 |
Dec/20/2020 11:42 |
104 | A - Dungeon | GNU C++17 | binary search math *1100 |
Dec/18/2020 19:03 |
103 | B - Find The Array | GNU C++17 | bitmasks constructive algorithms greedy *1400 |
Dec/17/2020 21:05 |
102 | B - Last Year's Substring | GNU C++17 | dp implementation strings *800 |
Dec/16/2020 18:28 |
101 | A - Favorite Sequence | GNU C++17 | implementation two pointers *800 |
Dec/16/2020 18:17 |
100 | A - Strange Functions | GNU C++17 | math number theory *800 |
Dec/01/2020 09:08 |
99 | D - Number into Sequence | GNU C++17 | constructive algorithms math number theory *1300 |
Nov/24/2020 22:04 |
98 | C - Sequence Transformation | GNU C++17 | greedy implementation *1200 |
Nov/24/2020 21:39 |
97 | B - Unique Bid Auction | GNU C++17 | implementation *800 |
Nov/24/2020 20:37 |
96 | A - Special Permutation | GNU C++17 | constructive algorithms probabilities *800 |
Nov/24/2020 20:12 |
95 | C - String Equality | GNU C++17 | dp greedy hashing implementation strings *1400 |
Nov/22/2020 09:44 |
94 | B - Non-Substring Subsequence | GNU C++17 | dp greedy implementation strings *900 |
Nov/21/2020 20:52 |
93 | A - Subtract or Divide | GNU C++17 | greedy math *800 |
Nov/21/2020 20:17 |
92 | B - Toy Blocks | GNU C++17 | binary search greedy math sortings *1400 |
Nov/19/2020 21:54 |
91 | A - Robot Program | GNU C++17 | math *800 |
Nov/19/2020 20:26 |
90 | C - Two Brackets | GNU C++17 | greedy *800 |
Nov/19/2020 20:24 |
89 | B - Sum of Medians | GNU C++17 | greedy math *900 |
Nov/17/2020 20:54 |
88 | A - Buy the String | GNU C++17 | implementation math *800 |
Nov/17/2020 20:11 |
87 | A - Kids Seating | GNU C++17 | constructive algorithms math *800 |
Nov/02/2020 20:19 |
86 | B - A New Technique | PyPy 3 | constructive algorithms implementation *1100 |
Oct/26/2020 11:07 |
85 | A - Nearly Lucky Number | GNU C++17 | implementation *800 |
Oct/25/2020 21:21 |
84 | A - Finding Sasuke | GNU C++17 | math *800 |
Oct/25/2020 17:03 |
83 | B - Prime Square | GNU C++17 | constructive algorithms math *900 |
Oct/24/2020 20:12 |
82 | A - Reorder | GNU C++17 | math *800 |
Oct/24/2020 19:42 |
81 | C - K-th Not Divisible by n | GNU C++17 | binary search math *1200 |
Oct/22/2020 16:51 |
80 | B - Same Parity Summands | GNU C++17 | constructive algorithms math *1200 |
Oct/22/2020 16:25 |
79 | D - Districts Connection | GNU C++17 | constructive algorithms dfs and similar *1200 |
Oct/21/2020 18:00 |
78 | C - Dominant Piranha | GNU C++17 | constructive algorithms greedy *900 |
Oct/20/2020 20:38 |
77 | B - Yet Another Bookshelf | GNU C++17 | greedy implementation *800 |
Oct/20/2020 20:23 |
76 | A - Boring Apartments | GNU C++17 | implementation math *800 |
Oct/20/2020 20:11 |
75 | A - Box is Pull | GNU C++17 | math *800 |
Oct/17/2020 22:18 |
74 | A - Appleman and Easy Task | GNU C++17 | brute force implementation *1000 |
Oct/15/2020 15:03 |
73 | A - Valera and Antique Items | GNU C++17 | implementation *1000 |
Oct/15/2020 14:24 |
72 | A - Cakeminator | GNU C++17 | brute force implementation *800 |
Oct/15/2020 13:59 |
71 | A - Choosing Teams | GNU C++17 | greedy implementation sortings *800 |
Oct/13/2020 00:31 |
70 | A - IQ test | GNU C++17 | brute force *1300 |
Oct/12/2020 17:08 |
69 | A - Fox And Snake | GNU C++17 | implementation *800 |
Oct/12/2020 17:01 |
68 | A - Devu, the Singer and Churu, the Joker | GNU C++17 | greedy implementation *900 |
Oct/12/2020 16:44 |
67 | A - Team Olympiad | GNU C++17 | greedy implementation sortings *800 |
Oct/12/2020 16:20 |
66 | B - Barrels | GNU C++17 | greedy implementation sortings *800 |
Oct/11/2020 15:18 |
65 | A - Number of Apartments | GNU C++17 | brute force constructive algorithms math *900 |
Oct/11/2020 15:03 |
64 | A - Avoiding Zero | GNU C++17 | math sortings *900 |
Oct/10/2020 20:36 |
63 | A - Cubes Sorting | GNU C++17 | math sortings *900 |
Oct/09/2020 19:26 |
62 | B - Fedor and New Game | GNU C++17 | bitmasks brute force constructive algorithms implementation *1100 |
Oct/05/2020 23:36 |
61 | A - Fence | GNU C++17 | geometry math *800 |
Oct/04/2020 21:48 |
60 | B - Xenia and Ringroad | GNU C++17 | implementation *1000 |
Oct/04/2020 15:58 |
59 | B - Queue at the School | GNU C++17 | constructive algorithms graph matchings implementation shortest paths *800 |
Oct/02/2020 12:28 |
58 | A - Circle Coloring | GNU C++17 | constructive algorithms *800 |
Sep/30/2020 20:39 |
57 | C - Increase and Copy | GNU C++17 | binary search constructive algorithms math *1100 |
Sep/28/2020 15:33 |
56 | B - Symmetric Matrix | GNU C++17 | implementation *900 |
Sep/28/2020 14:07 |
55 | A - Floor Number | GNU C++17 | implementation math *800 |
Sep/28/2020 13:40 |
54 | B - Two Arrays | GNU C++17 | greedy math sortings *1100 |
Sep/27/2020 21:59 |
53 | A - Copy-paste | GNU C++17 | greedy math *800 |
Sep/27/2020 20:41 |
52 | A - Birthday | GNU C++17 | math *1400 |
Sep/27/2020 14:13 |
51 | A - Dreamoon and Stairs | GNU C++17 | implementation math *1000 |
Sep/15/2020 15:05 |
50 | A - Dragons | GNU C++17 | greedy sortings *1000 |
Sep/15/2020 14:47 |
49 | A - Pashmak and Garden | GNU C++17 | implementation *1200 |
Sep/14/2020 14:15 |
48 | A - Ilya and Bank Account | GNU C++17 | implementation number theory *900 |
Sep/14/2020 14:00 |
47 | A - Raising Bacteria | GNU C++17 | bitmasks *1000 |
Sep/13/2020 12:50 |
46 | A - Subset Mex | GNU C++17 | greedy implementation math *900 |
Sep/12/2020 19:34 |
45 | A - Cheap Travel | GNU C++17 | implementation *1200 |
Sep/11/2020 13:22 |
44 | A - Even Odds | GNU C++17 | math *900 |
Sep/11/2020 12:26 |
43 | A - I Wanna Be the Guy | GNU C++17 | greedy implementation *800 |
Sep/11/2020 12:02 |
42 | A - Anton and Letters | GNU C++17 | constructive algorithms implementation *800 |
Sep/11/2020 11:36 |
41 | A - Expression | GNU C++17 | brute force math *1000 |
Sep/11/2020 11:23 |
40 | A - Puzzles | GNU C++17 | greedy *900 |
Sep/10/2020 18:27 |
39 | A - Young Physicist | GNU C++17 | implementation math *1000 |
Sep/10/2020 18:12 |
38 | A - Dubstep | GNU C++17 | strings *900 |
Sep/10/2020 18:04 |
37 | A - Games | GNU C++17 | brute force *800 |
Sep/10/2020 18:01 |
36 | A - Game With Sticks | GNU C++17 | implementation *900 |
Sep/10/2020 14:54 |
35 | A - Ahahahahahahahaha | GNU C++17 | constructive algorithms math *1100 |
Sep/08/2020 22:48 |
34 | A - Arrival of the General | GNU C++17 | implementation *800 |
Sep/07/2020 17:03 |
33 | A - Beautiful Matrix | GNU C++17 | implementation *800 |
Sep/07/2020 13:58 |
32 | B - Array Cancellation | GNU C++17 | constructive algorithms implementation *1000 |
Sep/07/2020 11:19 |
31 | A - Permutation Forgery | GNU C++17 | constructive algorithms *800 |
Sep/06/2020 20:21 |
30 | B - Minimum Product | GNU C++17 | brute force greedy math *1100 |
Sep/04/2020 20:36 |
29 | A - Yet Another Two Integers Problem | GNU C++17 | greedy math *800 |
Sep/04/2020 20:08 |
28 | A - Presents | GNU C++17 | implementation *800 |
Sep/04/2020 15:22 |
27 | A - Lucky Division | GNU C++17 | brute force number theory *1000 |
Sep/04/2020 14:15 |
26 | A - Chat room | GNU C++17 | greedy strings *1000 |
Sep/03/2020 19:36 |
25 | A - Sign Flipping | GNU C++17 | constructive algorithms math *1100 |
Sep/03/2020 18:45 |
24 | A - Watermelon | GNU C++17 | brute force math *800 |
Sep/03/2020 18:05 |
23 | A - Twins | GNU C++17 | greedy sortings *900 |
Sep/03/2020 17:58 |
22 | A - Helpful Maths | GNU C++17 | greedy implementation sortings strings *800 |
Sep/03/2020 15:28 |
21 | A - Petya and Strings | GNU C++17 | implementation strings *800 |
Sep/02/2020 15:38 |
20 | A - String Task | GNU C++17 | implementation strings *1000 |
Sep/02/2020 15:00 |
19 | A - Way Too Long Words | GNU C++17 | strings *800 |
Sep/02/2020 14:13 |
18 | B - Power Sequence | GNU C++17 | brute force math number theory sortings *1500 |
Aug/31/2020 13:01 |
17 | A - Juggling Letters | GNU C++17 | greedy strings *800 |
Aug/31/2020 11:37 |
16 | A - Sum of Round Numbers | GNU C++17 | implementation math *800 |
Aug/27/2020 15:39 |
15 | A - String Similarity | GNU C++17 | constructive algorithms strings *800 |
Aug/25/2020 20:45 |
14 | B - Ternary Sequence | GNU C++17 | constructive algorithms greedy math *1100 |
Aug/21/2020 21:44 |
13 | A - Distance and Axis | GNU C++17 | constructive algorithms math *900 |
Aug/21/2020 20:34 |
12 | C - Omkar and Waterslide | GNU C++17 | greedy implementation *1200 |
Aug/16/2020 21:58 |
11 | B - Omkar and Infinity Clock | GNU C++17 | implementation math *800 |
Aug/16/2020 20:45 |
10 | A - Omkar and Password | GNU C++17 | greedy math *800 |
Aug/16/2020 20:12 |
9 | B - Substring Removal Game | GNU C++17 | games greedy sortings *800 |
Aug/14/2020 20:47 |
8 | A - Bad Triangle | GNU C++17 | geometry math *800 |
Aug/14/2020 20:35 |
7 | A - Boboniu Likes to Color Balls | GNU C++17 | brute force math *1000 |
Aug/13/2020 10:08 |
6 | B - Applejack and Storages | GNU C++17 | constructive algorithms data structures greedy implementation *1400 |
Aug/10/2020 09:15 |
5 | B - Fix You | GNU C++17 | brute force greedy implementation *800 |
Aug/09/2020 21:26 |
4 | A - Suborrays | GNU C++17 | constructive algorithms math *800 |
Aug/09/2020 20:53 |
3 | A - Rainbow Dash, Fluttershy and Chess Coloring | GNU C++14 | greedy math *800 |
Aug/07/2020 20:22 |
2 | B - Gifts Fixing | GNU C++14 | greedy *800 |
Aug/05/2020 21:02 |
1 | A - Remove Smallest | GNU C++14 | greedy sortings *800 |
Aug/05/2020 20:12 |