Skip to content

Simple project to work on LeetCode problems and catalog solutions with tests to verify correctness while I'm learning GoLang

Notifications You must be signed in to change notification settings

Jack-Barry/leetcode-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

leetcode-go

This is a simple project for being able to work on LeetCode problems and catalog solutions with tests to verify correctness while I'm learning GoLang.

Don't judge me for how yucky this repo may be, this is my first foray into writing anything with Go!

To run tests:

go test <PATH_TO_TESTS>

# e.g.
go test ./arrays
go test ./arrays/contains_duplicate_test.go

More info on go test can be found here.

About

Simple project to work on LeetCode problems and catalog solutions with tests to verify correctness while I'm learning GoLang

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages