Skip to content

lich-Img/leetcode-go

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LeetCode-go

Build Status License GitHub pull requests GitHub commit activity

1. First time here

  • Create a new directory named by your Github ID.
  • Copy content.go and Makefile from any existing user directory to your directory.
  • Create a new directory in your directory named by topic.
  • Change to your directory and run make new-{your-topic-name}, such as make new-topic5
  • Then you can code in your file.

2. In your directory

  • Every topic directory should contain *.go, *_test.go and a readme.md.
  • You should code in *.go and test in *_test.go.
  • In readme.md, you should use # topic_name as first line.
  • Except # topic_name in readme.md, there are ## 1. Title description## 2. Example and ## 3. Problem-solving.
  • You can add any code you need in your directory.

3. Submit code

  • Fetch remote repository before submit to Github.
  • Do make clean.
  • Solve any conflicts existed in your local repository.
  • Every pull request should only contain one commit.
  • Request someone to review your code.
  • Several times, small amount of code.

4. Warning

  • 😤 Don't modify others code.
  • 🧐 Keep the code clean.
  • ☺️ Think for yourself.

Contributors

About

leetcode题目

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 98.9%
  • Makefile 1.1%