Skip to content

Voreger/LeetCode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

5 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ† LeetCode Solutions in Go

This repository contains my LeetCode algorithm and data structure solutions implemented in Go.
It serves as a practice ground to improve problem-solving skills, learn Go best practices, and track my progress over time.


πŸ“Š Progress

Easy Medium Hard


βœ… Running Tests

All solutions now have corresponding Go test files (*_test.go). You can run all tests from the root folder:

go test -v ./...

Or test a specific problem folder:

go test -v ./easy/TwoSum

This will automatically find all _test.go files and run the tests for all solutions.

About

LeetCode algorithm and data structure solutions implemented in Go

Topics

Resources

Stars

Watchers

Forks

Languages