tsugitta / leetcode

LeetCode contest challenge

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LeetCode contest challenge.

https://leetcode.com/tsugitta

Structure

└── contests
    └── contest_name
        └── problem_id
            └── main.cpp
  • main.cpp is the code to submit

Generator

in the root dir, running

$ go run generator/main.go https://leetcode.com/contest/contest-name/problems/problem-name/

creates a dir & file for the problem with the template file.

About

LeetCode contest challenge


Languages

Language:C++ 98.9%Language:Go 1.0%Language:Ruby 0.1%