-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Added Golang solutions + fixed format inconsistencies #29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Hi @blurout ! Sorry it's taken so long to review this. Do you mind updating to handle the merge conflcits? |
No problem @mitchellirvin , I'll add a couple more solutions as well before I do so. |
@mitchellirvin Done. Should be good to go. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
a few more small things, thanks @blurout !
@@ -0,0 +1,39 @@ | |||
func threeSum(nums []int) [][]int { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can we de-dupe the arrayAndHashing
and Arrays & Hashing
dirs?
@@ -0,0 +1,13 @@ | |||
package arrayAndHashing |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: do you mind matching the naming convention for all these files & folders to be the same as the cpp dir? https://github.com/neetcode-gh/leetcode/tree/main/cpp/neetcode_150
the dir and file names should all be snake_case
…7-Contains-Duplicate.go
…go/102-Binary-Tree-Level-Order-Traversal.go
…-Linked-List-Cycle.go
Thanks, @blurout! Sorry for taking so long to merge this PR, unfortunately this means I had to delete some files as duplicates. |
=]