Added Josephus Problem in Every Language Article#331
Added Josephus Problem in Every Language Article#331jrg94 merged 10 commits intoTheRenegadeCoder:masterfrom
Conversation
This is in reference to the enhancement for PR #1933 in TheRenegadeCoder/sample-programs
jrg94
left a comment
There was a problem hiding this comment.
Overall, really nice work! Just a couple minor changes.
Co-authored-by: Jeremy Grifski <jeremy.grifski@gmail.com>
Co-authored-by: Jeremy Grifski <jeremy.grifski@gmail.com>
Co-authored-by: Jeremy Grifski <jeremy.grifski@gmail.com>
jrg94
left a comment
There was a problem hiding this comment.
Awesome! I think we can update the dates and we'll be good to go.
|
Actually, when you say "index", do you mean starting from 1 or starting from 0? That should probably be documented in here. |
Updated date Co-authored-by: Jeremy Grifski <jeremy.grifski@gmail.com>
Updated date Co-authored-by: Jeremy Grifski <jeremy.grifski@gmail.com>
It's starting from 0. Here is a demonstartion of how it works: |
|
Is there any way you could add this example to the description? I think it would help a lot! |
Shall I add it as an example in the description or shall I make a new example sub heading and add under it? |
|
Good question! I think we usually put examples as a sub heading under Description. See Bubble Sort: https://sample-programs.therenegadecoder.com/projects/bubble-sort/ |
I have added an example. Kindly check it and let me know if there are any more changes to be made. |
jrg94
left a comment
There was a problem hiding this comment.
Looks great! Just a quick fix and we're ready to go
Co-authored-by: Jeremy Grifski <jeremy.grifski@gmail.com>
Great!! |
This is in reference to the enhancement for PR in TheRenegadeCoder/sample-programs#1933