Skip to content

Commit 5d98a65

Browse files
authored
Update README.md
1 parent cb35aa6 commit 5d98a65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ an issue first like this: https://github.com/lightoj-dev/problem-tutorials/issue
99

1010
We are planning to have tutorials both in Bangla and English language. But you don't need to work on both, write the English one first, then maybe you or other contributor can translate it to Bangla.
1111

12-
Each problem will have its own folder with the name of its problem id, such as 1000, 1214. Each folder will contain tutorial as `en.md` file for English and `bn.md` for Bangla language.
12+
Each problem will have its own folder with the name of its problem id, such as `1000`, `1214`, for DimikOJ problems it will be the problem handle such as `dimik-even-odd-1`, `dimik-even-odd-2`. Each folder will contain tutorial as `en.md` file for English and `bn.md` for Bangla language.
1313

1414
Each tutorial should explain what is the problem is asking (maybe in simpler way than the problem description), what algorithm is required to solve the problem, why we need to use that algorithm, what other options out there to solve this problem. You don't need to give idea about all the different algorithms, you can just explain one way of solving the problem. Feel free to add any image if you think appropriate. Also include any other 3rd party article, book link so that other problem solver can learn from there. If you already shared the tutorial on other website (maybe your personal blog site), you can mention those link on the tutorial. And last but not the least, add your code on the tutorial. Please properly indent your code, also add comments on your code to make code more readable to problem solvers.
1515

0 commit comments

Comments
 (0)