Skip to content

tsholmes/leetcode-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

leetcode-go

Every single leetcode problem. (WIP)

Problems are done in go if possible, otherwise python. SQL problems are done in mysql.

Structure

Problems are grouped into folders based on the first 2 digits and named based on the problem url (e.g. problem 21 "Merge two sorted lists" is in 00/21-merge-two-sorted-lists/).

General utilities are in the util folder and are copied (and often modified) into solutions that use them.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages