Skip to content

h4ckm03d/coding-practice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Codacy Badge

Practice make perfect

coding practice using GO

Prerequisite

  • Install golang
  • Install package dependency
go get github.com/stretchr/testify/assert

FAQ

  • How to test all problem?
go test ./...

LeetCode

Easy

# Title Tag
9 Palindrome Number Math

Medium

# Title Tag
3 Longest Substring Without Repeating Characters Hash Table, String, Two Pointers
79 Word Search Array, Backtracking

Hard

# Title Tag
146 LRU Cache Array, Backtracking
212 Word Search 2 Array, Backtracking
329 Longest Increasing Path in a Matrix Depth