MENGM0 / leetcode

A repo for leetcode training

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

XUCT Leetcode

A repo for xuct team member to training leetcode

How to join it?
  • Step.1 - Fork the repo
  • Step.2 - Commit your leetcode ac answer
  • Step.3 - Open a merge request to daily merge branch
  • OK, you join the leetcode training team now!
Do not understand the repo ?

Look the repo directory

	leetcode
	 ├──xdu  // University name
	 ├──xupt
	 │   └─zhangsan // your directory under the University directory
	         └─js // your leetcode ac answer write by Javascript
	             └─lc_233.js // leetcode no.233 question's ac source code
	      └─zhangsan01 // If your name be occupied by others, 
	                    // just append number to your name as the directory name.       
	 ├──nwpu
	 ├──LICENSE // repo license
	 ├──.gitignore // ignore the useless file
	 └──README.md  // repo readme
Current University List
  • xdu // 西安电子科技大学
  • nwpu // 西北工业大学
  • nwsuaf // 西北农林科技大学
  • snnu // 陕西师范大学
  • xjtu // 西安交通大学
  • xupt // 西安邮电大学

Missing your university? Just create a pull request to me, add your university !

Wanna get a job?

The repo author work at pinduoduo.com, we need front-end senior developer and Java senior developer, Intern is also welcome ! My email is chenleicoder@gmail.com , just send your resume to me now !!

About

A repo for leetcode training

License:MIT License


Languages

Language:Java 62.0%Language:JavaScript 38.0%