Skip to content

A library of data structures and algorithms to use in solving LeetCode problems

License

Notifications You must be signed in to change notification settings

BenShaffer/go-interview-prep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

A library of data structures and algorithms to use in solving LeetCode problems. Data structures are developed as generics to allow arbitrary use depending on use case.

Usage

To install the package within your module, run the following command:

go get -u github.com/BenShaffer/go-interview-prep

Contributing

A Makefile is provided to ease application setup if you intend to debug code using main.go.

Simply run the make run command to build, test, and execute the program.

About

A library of data structures and algorithms to use in solving LeetCode problems

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published