Skip to content
Soap edited this page Jul 17, 2018 · 2 revisions

Q: What a pull request should look like?

A: A pull request could be either solution to algorithm questions or optimization of existing files. A new solution should at least contains 2 parts:

  • Swift file for the solution. It is a file named by the question title and the content must have question link, description, time/space complexity and correspond code. Please check existing solution file for reference.
  • Change to readme file. You should update the solution number of "Progress" part and add the solution to specific data structure session.
Clone this wiki locally