mirror of
https://github.com/TheAlgorithms/Java.git
synced 2025-12-19 07:00:35 +08:00
style: enable InvalidJavadocPosition in checkstyle (#5237)
enable style InvalidJavadocPosition Co-authored-by: Samuel Facchinello <samuel.facchinello@piksel.com>
This commit is contained in:
committed by
GitHub
parent
39e065437c
commit
74e51990c1
@@ -5,9 +5,7 @@ package com.thealgorithms.maths;
|
||||
* numbered from 1 to n in clockwise order. More formally, moving clockwise from the ith friend
|
||||
* brings you to the (i+1)th friend for 1 <= i < n, and moving clockwise from the nth friend brings
|
||||
* you to the 1st friend.
|
||||
*/
|
||||
|
||||
/**
|
||||
The rules of the game are as follows:
|
||||
|
||||
1.Start at the 1st friend.
|
||||
@@ -19,7 +17,6 @@ package com.thealgorithms.maths;
|
||||
|
||||
@author Kunal
|
||||
*/
|
||||
|
||||
public final class JosephusProblem {
|
||||
private JosephusProblem() {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user