Skip to content

A repository of solutions with test cases to some algorithms for go

Notifications You must be signed in to change notification settings

julianjones95/go-leetcode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 

Repository files navigation

Learning Go Using Leetcode

This repository contains solutions to common leetcode problems. This also contains test cases in case the reader wants to pull the repository and run their code locally.

Structure

Below is the learning structure I followed when making this repository. It is important to note some weeks only contain 1 topic. This is because I found that understanding of said topic was strategically important for comprehension of future topics.

├── month1
│   ├── week01
│   │   └── Arrays-Hashing
│   ├── week02
│   │   ├── Stacks
│   │   └── TwoPointers
│   ├── week03
│   │   ├── BinarySearch
│   │   └── SlidingWindow
│   └── week04
│       └── LinkedList
├── month2
│   ├── week05
│   │   ├── Trees
│   │   └── Tries
│   ├── week06
│   │   └── Backtracking
│   ├── week07
│   │   └── Heap-PQ
│   └── week08
│       └── Graphs
└── month3
    ├── week09
    │   └── 1D-DP
    ├── week10
    │   ├── Greedy
    │   └── Intervals
    ├── week11
    │   ├── 2D-DP
    │   └── Adv-Graphs
    └── week12
        ├── Bit-Manip
        └── Math-Geo

About

A repository of solutions with test cases to some algorithms for go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages