kr0st
|
2a2b2c17da
|
Accepted solution for problem #6 zigzag conversion.
|
2026-03-16 22:04:38 +01:00 |
|
kr0st
|
16a981f6df
|
Fixed unit test for problem #837
|
2026-03-16 21:24:22 +01:00 |
|
kr0st
|
aa2b2e9163
|
2902 - Count of Sub-Multisets With Bounded Sum, saving work
|
2024-01-22 23:46:32 +02:00 |
|
kr0st
|
c4f9f83359
|
2902 first try brute force solution, tests did not pass
|
2024-01-09 18:19:55 +02:00 |
|
kr0st
|
8633cf56f9
|
Started 2902. Count of Sub-Multisets With Bounded Sum
|
2024-01-08 23:13:00 +02:00 |
|
rostislavs.kuracs
|
a4501b930f
|
accepted solution for "Max Robots on Budget" No 2398 hard
|
2023-12-11 00:47:07 +02:00 |
|
rostislavs.kuracs
|
d85ee90f7f
|
reworked increasing sliding window - still no luck for No 2398
|
2023-12-10 19:52:38 +02:00 |
|
rostislavs.kuracs
|
df2eb7aa15
|
trying with monotonic queue - still no luck for No 2398
|
2023-11-27 19:14:04 +02:00 |
|
rostislavs.kuracs
|
d6e27db0bc
|
improved but still - time limit exceeded solution for No 2398
|
2023-01-05 19:59:59 +02:00 |
|
rostislavs.kuracs
|
9cbf3325ed
|
time limit exceeded solution for No 2398
|
2023-01-04 23:14:28 +02:00 |
|
kr0st
|
88dc0264be
|
"837. New 21 Game" medium, accepted solution.
|
2022-10-16 18:53:57 +03:00 |
|
kr0st
|
5093a17767
|
"837. New 21 Game" medium, trying to solve with probability manipulation
|
2022-10-09 20:06:42 +03:00 |
|
Rostislav Kuratch
|
ad8f04f025
|
"837. New 21 Game" medium, experiments with random numbers generation
|
2022-06-23 21:08:43 +03:00 |
|
Rostislav Kuratch
|
abcc78ac0f
|
"837. New 21 Game" medium, no working solution yet
|
2022-06-23 20:48:52 +03:00 |
|
Rostislav Kuratch
|
b7c8081053
|
"3. Longest Substring Without Repeating Characters" drastically optimised accepted solution
|
2022-06-16 23:08:56 +03:00 |
|
Rostislav Kuratch
|
650e07956e
|
"3. Longest Substring Without Repeating Characters" accepted solution
|
2022-06-16 22:35:07 +03:00 |
|
Rostislav Kuratch
|
e7075b017a
|
"Maximum Fruits Harvested After at Most K Steps" accepted solution improved by parallel execution
|
2022-06-06 22:53:55 +03:00 |
|
Rostislav Kuratch
|
e3193bd1bb
|
"Maximum Fruits Harvested After at Most K Steps" accepted solution
|
2022-06-06 22:06:59 +03:00 |
|
Rostislav Kuratch
|
d6d554064c
|
"Maximum Fruits Harvested After at Most K Steps" not yet accepted, wrong answer
|
2022-06-05 22:21:12 +03:00 |
|
Rostislav Kuratch
|
2999529ad5
|
"Longest Duplicate Substring" accepted solution, involving binary search and a map
|
2022-06-01 21:45:06 +03:00 |
|
Rostislav Kuratch
|
16d840cc45
|
"Longest Duplicate Substring" hard task No 1044 not accepted yet, slight speed boost
|
2022-05-22 00:56:39 +03:00 |
|
Rostislav Kuratch
|
729f686164
|
"Longest Duplicate Substring" hard task No 1044 not accepted yet, experimenting
|
2022-05-21 23:59:27 +03:00 |
|
Rostislav Kuratch
|
4d4cc6758d
|
"Longest Duplicate Substring" hard task No 1044 not accepted improved bruteforce solution
|
2022-04-21 23:40:07 +03:00 |
|
Rostislav Kuratch
|
7de2ef26ff
|
"Longest Duplicate Substring" hard task No 1044 not accepted improved bruteforce solution
|
2022-04-21 20:33:55 +03:00 |
|
Rostislav Kuratch
|
f4a90a3f21
|
"Longest Duplicate Substring" hard task No 1044 not accepted bruteforce solution
|
2022-04-20 20:28:18 +03:00 |
|
Rostislav Kuratch
|
9ebb71d76f
|
"Substring With Concatenation of all words" hard task No 30 accepted solution
|
2022-04-20 16:42:03 +03:00 |
|
Rostislav Kuratch
|
b2d11b6826
|
"Shortest Subarray with Sum at Least K" hard task No 862 accepted solution
|
2022-04-08 18:57:06 +03:00 |
|
Rostislav Kuratch
|
7c093dca6d
|
"Shortest Subarray with Sum at Least K" hard task No 862 extended test cases
|
2022-03-02 17:10:43 +02:00 |
|
kr0st
|
2c09d22765
|
"Shortest Subarray with Sum at Least K" hard task No 862 sliding window with prefix sums
|
2022-02-26 21:02:37 +02:00 |
|
Rostislav Kuratch
|
50959147f2
|
"Shortest Subarray with Sum at Least K" hard task No 862 another shot at queues solution
|
2022-02-22 23:47:29 +02:00 |
|
Rostislav Kuratch
|
afae42e3a2
|
"Shortest Subarray with Sum at Least K" hard task No 862 fixed size sliding window version
|
2022-02-17 00:56:39 +02:00 |
|
Rostislav Kuratch
|
fc80ce3c07
|
"Shortest Subarray with Sum at Least K" hard task No 862 queue version improvement
|
2022-02-16 23:11:54 +02:00 |
|
Rostislav Kuratch
|
cbdd216840
|
"Shortest Subarray with Sum at Least K" hard task No 862 some minor refactoring
|
2022-02-16 22:15:24 +02:00 |
|
Rostislav Kuratch
|
71ac4f11a8
|
"Shortest Subarray with Sum at Least K" hard task No 862 solution using 2 queues, still failing by time complexity
|
2022-02-16 21:05:55 +02:00 |
|
Rostislav Kuratch
|
4b589f5272
|
"Shortest Subarray with Sum at Least K" hard task No 862 solution failed time complexity
|
2022-02-15 23:58:07 +02:00 |
|
Rostislav Kuratch
|
241061cd6d
|
"Contains Duplicate III" medium task No 220 accepted solution
|
2022-02-11 01:49:52 +02:00 |
|
Rostislav Kuratch
|
096546af60
|
Improved execution speed for task No 239
|
2022-02-09 00:45:18 +02:00 |
|
Rostislav Kuratch
|
42408c50b1
|
Merge branch 'main' of gitlab.com:bioreactorme/leetcode
|
2022-02-08 23:46:52 +02:00 |
|
Rostislav Kuratch
|
5119c95936
|
Adding go.sum
|
2022-02-08 23:44:21 +02:00 |
|
Rostislav Kuratch
|
5c3a51ec42
|
Update README.md
|
2022-02-08 21:43:19 +00:00 |
|
Rostislav Kuratch
|
1040edb5a2
|
First successful submission of hard task No 239
|
2022-02-08 23:21:22 +02:00 |
|