JavaAlgorithms/Others
Stepfen Shawn 88c6ad9787
Merge pull request #1325 from mariaRoxana94/fix-error
Fixed 8XCorrectness_Bugs + 10XBad_Practice_Bugs + 14XDodgy_Code_Bugs
2020-05-28 23:04:56 +08:00
..
Abecedarian.java docs: update the whole repository 2019-05-09 19:32:54 +08:00
Armstrong.java reduce code 2019-09-23 14:49:23 +08:00
BestFit.java Change Done 2020-01-26 10:39:07 +02:00
BrianKernighanAlgorithm.java docs: update the whole repository 2019-05-09 19:32:54 +08:00
CountChar.java FibonacciNumber 2019-10-29 12:40:39 +08:00
CountWords.java Update CountWords.java 2019-10-23 21:30:19 +01:00
CRC32.java docs: update the whole repository 2019-05-09 19:32:54 +08:00
CRCAlgorithm.java Update CRCAlgorithm.java 2019-02-17 20:56:47 +08:00
Dijkstra.java Fixed Error:(6, 8) java: class algorithm is public, should be declared in a file named algorithm.java. Inside file PrimeFactorization, the name of public class was wrong. 2020-05-25 00:21:28 +03:00
EulersFunction.java docs: update the whole repository 2019-05-09 19:32:54 +08:00
FibToN.java docs: update the whole repository 2019-05-09 19:32:54 +08:00
FirstFit.java Added Best/First/Worst Fit algorithm implementation 2020-01-26 09:57:09 +02:00
FloydTriangle.java docs: update the whole repository 2019-05-09 19:32:54 +08:00
GuassLegendre.java docs: update the whole repository 2019-05-09 19:32:54 +08:00
InsertDeleteInArray.java Closing scanners. 2020-01-28 18:34:52 +02:00
KMP.java docs: update the whole repository 2019-05-09 19:32:54 +08:00
Krishnamurthy.java docs: update the whole repository 2019-05-09 19:32:54 +08:00
LinearCongruentialGenerator.java docs: update the whole repository 2019-05-09 19:32:54 +08:00
LowestBasePalindrome.java Closing scanners. 2020-01-28 18:34:52 +02:00
Palindrome.java ignore non-alphanumeric 2019-08-27 21:49:33 -04:00
PasswordGen.java docs: update the whole repository 2019-05-09 19:32:54 +08:00
PerlinNoise.java Closing scanners. 2020-01-28 18:34:52 +02:00
PowerOfTwoOrNot.java Closing scanners. 2020-01-28 18:34:52 +02:00
QueueUsingTwoStacks.java docs: update the whole repository 2019-05-09 19:32:54 +08:00
RabinKarp.java Added Rabin-Karp string matching algorithm in Others/RabinKarp.java 2020-05-22 03:58:59 +05:30
RemoveDuplicateFromString.java fix bugs in ReverseString(#765) 2019-05-22 09:37:44 +08:00
ReturnSubsequence.java Closing scanners. 2020-01-28 18:34:52 +02:00
ReverseStackUsingRecursion.java docs: update the whole repository 2019-05-09 19:32:54 +08:00
ReverseString.java fix bugs in ReverseString(#765) 2019-05-22 09:37:44 +08:00
RootPrecision.java Closing scanners. 2020-01-28 18:34:52 +02:00
SieveOfEratosthenes.java docs: update the whole repository 2019-05-09 19:32:54 +08:00
SJF.java Closing scanners. 2020-01-28 18:34:52 +02:00
SkylineProblem.java docs: update the whole repository 2019-05-09 19:32:54 +08:00
StackPostfixNotation.java Closing scanners. 2020-01-28 18:34:52 +02:00
StringMatchFiniteAutomata.java String Matching using Finite Automata added in Others/StringMatchFiniteAutomata.java 2020-05-22 03:53:05 +05:30
TopKWords.java Fixed Error:(6, 8) java: class algorithm is public, should be declared in a file named algorithm.java. Inside file PrimeFactorization, the name of public class was wrong. 2020-05-25 00:21:28 +03:00
TowerOfHanoi.java Fixed Error:(6, 8) java: class algorithm is public, should be declared in a file named algorithm.java. Inside file PrimeFactorization, the name of public class was wrong. 2020-05-25 00:21:28 +03:00
WorstFit.java Added Best/First/Worst Fit algorithm implementation 2020-01-26 09:57:09 +02:00