This website requires JavaScript.
Explore
Help
Sign In
bioreactor-public
/
leetcode
Watch
2
Star
0
Fork
0
You've already forked leetcode
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
41
Commits
1
Branch
0
Tags
main
Go to file
Add File
New File
Upload File
Apply Patch
Code
Clone
HTTPS
Tea CLI
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Download ZIP
Download TAR.GZ
Download BUNDLE
kr0st
2a2b2c17da
Accepted solution for problem
#6
zigzag conversion.
2026-03-16 22:04:38 +01:00
.gitignore
First successful submission of hard task No 239
2022-02-08 23:21:22 +02:00
3-longest-substr-no-repeat-chars_test.go
"3. Longest Substring Without Repeating Characters" accepted solution
2022-06-16 22:35:07 +03:00
3-longest-substr-no-repeat-chars.go
"3. Longest Substring Without Repeating Characters" drastically optimised accepted solution
2022-06-16 23:08:56 +03:00
6-zigzag-conversion_test.go
Accepted solution for problem
#6
zigzag conversion.
2026-03-16 22:04:38 +01:00
6-zigzag-conversion.go
Accepted solution for problem
#6
zigzag conversion.
2026-03-16 22:04:38 +01:00
30-substring-with-concatenation-of-all-words_test.go
"Substring With Concatenation of all words" hard task No 30 accepted solution
2022-04-20 16:42:03 +03:00
30-substring-with-concatenation-of-all-words.go
"Substring With Concatenation of all words" hard task No 30 accepted solution
2022-04-20 16:42:03 +03:00
220-contains-duplicate-3_test.go
"Contains Duplicate III" medium task No 220 accepted solution
2022-02-11 01:49:52 +02:00
220-contains-duplicate-3.go
"Contains Duplicate III" medium task No 220 accepted solution
2022-02-11 01:49:52 +02:00
239-sliding-window-maximum_test.go
First successful submission of hard task No 239
2022-02-08 23:21:22 +02:00
239-sliding-window-maximum.go
Improved execution speed for task No 239
2022-02-09 00:45:18 +02:00
837-new-21-game_test.go
Fixed unit test for problem
#837
2026-03-16 21:24:22 +01:00
837-new-21-game.go
"837. New 21 Game" medium, accepted solution.
2022-10-16 18:53:57 +03:00
862-shortest-subarray-with-sum-at-least-k_test.go
"Shortest Subarray with Sum at Least K" hard task No 862 accepted solution
2022-04-08 18:57:06 +03:00
862-shortest-subarray-with-sum-at-least-k.go
"Shortest Subarray with Sum at Least K" hard task No 862 accepted solution
2022-04-08 18:57:06 +03:00
1044-longest-duplicate-substring_test.go
"Longest Duplicate Substring" accepted solution, involving binary search and a map
2022-06-01 21:45:06 +03:00
1044-longest-duplicate-substring.go
"Longest Duplicate Substring" accepted solution, involving binary search and a map
2022-06-01 21:45:06 +03:00
2106-max-fruits-harvested-in-k-steps_test.go
"Maximum Fruits Harvested After at Most K Steps" accepted solution
2022-06-06 22:06:59 +03:00
2106-max-fruits-harvested-in-k-steps.go
"Maximum Fruits Harvested After at Most K Steps" accepted solution improved by parallel execution
2022-06-06 22:53:55 +03:00
2398-max-num-robots-on-budget_test.go
accepted solution for "Max Robots on Budget" No 2398 hard
2023-12-11 00:47:07 +02:00
2398-max-num-robots-on-budget.go
accepted solution for "Max Robots on Budget" No 2398 hard
2023-12-11 00:47:07 +02:00
2902-count-sub-multisets-with-bounded-sum_test.go
Started 2902. Count of Sub-Multisets With Bounded Sum
2024-01-08 23:13:00 +02:00
2902-count-sub-multisets-with-bounded-sum.go
2902 - Count of Sub-Multisets With Bounded Sum, saving work
2024-01-22 23:46:32 +02:00
go.mod
time limit exceeded solution for No 2398
2023-01-04 23:14:28 +02:00
go.sum
time limit exceeded solution for No 2398
2023-01-04 23:14:28 +02:00
LICENSE
First successful submission of hard task No 239
2022-02-08 23:21:22 +02:00
main.go
Fixed unit test for problem
#837
2026-03-16 21:24:22 +01:00
README.md
Update README.md
2022-02-08 21:43:19 +00:00
README.md
This is a collection of LeetCode solutions in Go language.
Reference in New Issue
View Git Blame
Copy Permalink
Description
No description provided
Readme
MIT
1.1
MiB
Languages
Go
100%