Skip to content

Latest commit

 

History

History
30 lines (27 loc) · 1.6 KB

File metadata and controls

30 lines (27 loc) · 1.6 KB

Template

  You should satisfy the template below. Else, satisfy at least the contents below. If you want to add some contents in your description, please tell me why the content have to be added. It would be nice if the decription suggested by you is more detailed, but if the quantity of contents you add is too much to read simply, we cannot review the algorithm in less time when we need that to study more high-level algorithms.

  • The bolded texts and markdown keywords below are have to be written.
  • Other texts are just descirptions about what should be contained.
  • The number labeled to the algorithm is the number in each category.

  1. The name of Algorithm

    - Contributor: github nickname who write this.
    - Reference: the books, papers or etc that you refernece.
    - Language used to implement: the programming language used to implement the algorithm
    - Abstract: Abstract of the algorithm.
    - Time complexity: time compelxity of the algorithm with big-O notation.
    - Space complexity: space compelxity of the algorithm with big-O notation.


---
(markdown)
1. The name of Algorithm
	> - Contributor: github nickname who write this.
	> - Reference: the books, papers or etc that you refernece.
	> - Language used to implement: the programming language used to implement the algorithm
	> - Abstract: Abstract of the algorithm. <br/>
	> - Time complexity: time compelxity of the algorithm with big-O notation.
 	> - Space complexity: space compelxity of the algorithm with big-O notation.
<br/>