@@ -53,14 +53,11 @@ com.thealgorithms.maths.Gaussian=UselessParentheses
5353com.thealgorithms.maths.GcdSolutionWrapper =UselessParentheses
5454com.thealgorithms.maths.HeronsFormula =UselessParentheses
5555com.thealgorithms.maths.JugglerSequence =UselessMainMethod
56- com.thealgorithms.maths.KaprekarNumbers =UselessParentheses
5756com.thealgorithms.maths.KeithNumber =UselessMainMethod,UselessParentheses
58- com.thealgorithms.maths.LeonardoNumber =UselessParentheses
5957com.thealgorithms.maths.LinearDiophantineEquationsSolver =UselessMainMethod,UselessParentheses
6058com.thealgorithms.maths.MagicSquare =UselessMainMethod
6159com.thealgorithms.maths.PiNilakantha =UselessMainMethod
6260com.thealgorithms.maths.Prime.PrimeCheck =UselessMainMethod
63- com.thealgorithms.maths.PythagoreanTriple =UselessMainMethod
6461com.thealgorithms.maths.RomanNumeralUtil =UselessParentheses
6562com.thealgorithms.maths.SecondMinMax =UselessParentheses
6663com.thealgorithms.maths.SecondMinMaxTest =UnnecessaryFullyQualifiedName
@@ -71,19 +68,16 @@ com.thealgorithms.maths.TrinomialTriangle=UselessMainMethod,UselessParentheses
7168com.thealgorithms.maths.VectorCrossProduct =UselessMainMethod
7269com.thealgorithms.maths.Volume =UselessParentheses
7370com.thealgorithms.matrix.RotateMatrixBy90Degrees =UselessMainMethod
74- com.thealgorithms.misc.Sparsity =UselessParentheses
7571com.thealgorithms.others.BankersAlgorithm =UselessMainMethod
7672com.thealgorithms.others.BrianKernighanAlgorithm =UselessMainMethod
7773com.thealgorithms.others.CRC16 =UselessMainMethod,UselessParentheses
7874com.thealgorithms.others.CRC32 =UselessMainMethod
7975com.thealgorithms.others.Damm =UnnecessaryFullyQualifiedName,UselessMainMethod
8076com.thealgorithms.others.Dijkstra =UselessMainMethod
8177com.thealgorithms.others.GaussLegendre =UselessMainMethod
82- com.thealgorithms.others.HappyNumbersSeq =UselessMainMethod
8378com.thealgorithms.others.Huffman =UselessMainMethod
8479com.thealgorithms.others.InsertDeleteInArray =UselessMainMethod
8580com.thealgorithms.others.KochSnowflake =UselessMainMethod
86- com.thealgorithms.others.Krishnamurthy =UselessMainMethod
8781com.thealgorithms.others.LinearCongruentialGenerator =UselessMainMethod
8882com.thealgorithms.others.Luhn =UnnecessaryFullyQualifiedName,UselessMainMethod
8983com.thealgorithms.others.Mandelbrot =UselessMainMethod,UselessParentheses
@@ -94,7 +88,6 @@ com.thealgorithms.others.PerlinNoise=UselessMainMethod,UselessParentheses
9488com.thealgorithms.others.QueueUsingTwoStacks =UselessParentheses
9589com.thealgorithms.others.Trieac =UselessMainMethod,UselessParentheses
9690com.thealgorithms.others.Verhoeff =UnnecessaryFullyQualifiedName,UselessMainMethod
97- com.thealgorithms.puzzlesandgames.Sudoku =UselessMainMethod
9891com.thealgorithms.recursion.DiceThrower =UselessMainMethod
9992com.thealgorithms.searches.HowManyTimesRotated =UselessMainMethod
10093com.thealgorithms.searches.InterpolationSearch =UselessParentheses
@@ -108,15 +101,11 @@ com.thealgorithms.sorts.MergeSortNoExtraSpace=UselessParentheses
108101com.thealgorithms.sorts.RadixSort =UselessParentheses
109102com.thealgorithms.sorts.TreeSort =UselessMainMethod
110103com.thealgorithms.sorts.WiggleSort =UselessParentheses
111- com.thealgorithms.stacks.LargestRectangle =UselessMainMethod
112104com.thealgorithms.stacks.MaximumMinimumWindow =UselessMainMethod
113105com.thealgorithms.stacks.PostfixToInfix =UselessParentheses
114- com.thealgorithms.strings.Alphabetical =UselessMainMethod
115106com.thealgorithms.strings.HorspoolSearch =UnnecessaryFullyQualifiedName,UselessParentheses
116- com.thealgorithms.strings.KMP =UselessMainMethod
117107com.thealgorithms.strings.Lower =UselessMainMethod
118108com.thealgorithms.strings.Palindrome =UselessParentheses
119109com.thealgorithms.strings.Pangram =UselessMainMethod
120- com.thealgorithms.strings.RabinKarp =UselessMainMethod
121110com.thealgorithms.strings.Rotation =UselessMainMethod
122111com.thealgorithms.strings.Upper =UselessMainMethod
0 commit comments