/leetcode

A few of my leetcode solutions in Go and Java

Primary LanguageGo

Leetcode

A few of my leetcode solutions in Go

Structure

Each folder is one leetcode problem, containing a single solution.go or possibly multiple solutions in individual files. The folder names correspond to the problem names. You can look up the problems by prefixing https://leetcode.com/problems/<problem name>.