Skip to content

z6wdc/go-leetcode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-leetcode

A CLI tool to fetch LeetCode problems and generate solution/test/README templates.

Features

  • Fetch LeetCode problem by slug
  • Auto-generate:
    • solution.go (e.g., two_sum.go)
    • solution_test.go (e.g., two_sum_test.go)
    • README.md with metadata and content

Usage

# Fetch a problem by slug
go run main.go fetch two-sum

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Languages