Skip to content

Latest commit

 

History

History
65 lines (50 loc) · 1.57 KB

File metadata and controls

65 lines (50 loc) · 1.57 KB

Pull Request Template

LN (ENG)

The following is the template to create pull requests when addition or improvement is done regarding to the respective problem set which is already approved by the Online Judge from the problem set provider.

LN (IND)

Berikut ini merupakan template dari pull request ketika ingin melakukan penambahan atau perbaikan solusi dari problem set yang berhasil diselesaikan dan telah di-approve oleh Online Judge dari provider yang digunakan.

The following template is used when new solution(s) are added.

Add Problem Solution

Problem Name (Title):
Provider:
Time (ms):
Memory (KB):
Language Used:

If the solution given when creating the pull request is more than one, please repeat the template.

Example:

Add Problem Solution

Problem Name (Title): Breakup App
Provider: HackerEarth
Time (ms): 2.1 
Memory (KB): 3448
Language Used: Python

Problem Name (Title): 1216B-Shooting
Provider: Codeforces
Time (ms): 15
Memory (KB): 0
Language Used: C++

The following template is used when fixes or improvements are applied to the existing solution(s).

Fix Solution

Problem Name (Title):
Provider:
Time (ms):
Memory (KB):
Language Used:
Description (what changes have been conducted):

Example:

Fix Solution

Problem Name (Title): 1216B-Shooting
Provider: Codeforces
Time (ms): 15
Memory (KB): 0
Language Used: C++
Description (what changes have been conducted): Explain why this changes happened and it's purpose.

NB: Use the most comfortable language for you, preferably English.