JavaAlgorithms/Others
yanglbme 6cc1414a2a docs(Others): rename GuassLegendre to fix #689
- Fix #689
- Thank you @SebastianOner
2019-01-23 14:03:30 +08:00
..
Abecedarian.java Many quality of code changes 2017-10-26 19:56:18 -04:00
Armstrong.java recommand scanner method 2018-12-19 23:02:39 +09:00
BrianKernighanAlgorithm.java Update BrianKernighanAlgorithm.java 2017-12-31 06:47:51 -08:00
CountChar.java Change access specifier to private 2018-01-24 21:28:38 +05:30
countwords.java Fix a logical error 2018-01-31 16:00:04 +05:30
crc32.java Synced the directory structure to that of Python repo 2017-10-13 06:57:26 -07:00
Dijkshtra.java Improved readability 2018-10-08 10:13:08 -03:00
Dijkstra.java Updated brackets 2018-10-09 09:16:00 +03:00
Factorial.java Many quality of code changes 2017-10-26 19:56:18 -04:00
FibToN.java Updated comments for the Fibonacci sequence 2018-10-09 15:29:40 +03:00
FloydTriangle.java add closing the scanner 2017-12-19 19:32:50 +09:00
GCD.java fixed bug in method gcd(int, int) 2018-07-25 17:07:34 +02:00
GuassLegendre.java docs(Others): rename GuassLegendre to fix #689 2019-01-23 14:03:30 +08:00
Huffman.java Fixed Compiler warnings, closed the scanned and fixed some typos 2018-10-15 09:21:30 +03:00
InsertDeleteInArray.java Moditied Others folder .java file name and class name 2017-12-14 11:57:43 +09:00
KMP.java The function had cryptic variable names. Now it's more readable. 2018-10-15 11:52:08 +03:00
krishnamurthy.java Updated krishnamurthy.java 2017-12-11 13:36:42 +09:00
LinearCongruentialGenerator.java Synced the directory structure to that of Python repo 2017-10-13 06:57:26 -07:00
LowestBasePalindrome.java Synced the directory structure to that of Python repo 2017-10-13 06:57:26 -07:00
Node.java Synced the directory structure to that of Python repo 2017-10-13 06:57:26 -07:00
Palindrome.java Update Palindrome.java 2018-12-24 10:01:45 +08:00
PasswordGen.java Update PasswordGen.java 2017-10-25 12:43:41 +05:30
PerlinNoise.java added some more comments 2017-10-27 12:28:54 +02:00
PowerOfTwoOrNot.java Added PowerOfTwoOrNot to Others 2017-12-24 12:03:12 +05:30
QueueUsingTwoStacks.java added peekFront and peekBack functions 2017-10-28 16:08:06 -05:00
removeDuplicateFromString.java Synced the directory structure to that of Python repo 2017-10-13 06:57:26 -07:00
ReturnSubsequence.java Synced the directory structure to that of Python repo 2017-10-13 06:57:26 -07:00
ReverseStackUsingRecursion.java Many quality of code changes 2017-10-26 19:56:18 -04:00
ReverseString.java Many quality of code changes 2017-10-26 19:56:18 -04:00
RootPrecision.java Moditied Others folder .java file name and class name 2017-12-14 11:57:43 +09:00
SieveOfEratosthenes.java Added SieveOfEratosthenes.java 2017-09-28 11:38:20 -07:00
SJF.java documentation 2018-10-27 12:59:00 +05:30
SkylineProblem.java SkylineProblem.java move Others Directory and Refactoring other files 2017-11-27 17:32:26 +09:00
StackPostfixNotation.java Moditied Others folder .java file name and class name 2017-12-14 11:57:43 +09:00
TopKWords.java Update TopKWords.java 2018-04-09 09:16:06 -05:00
TowerOfHanoiUsingRecursion.java Synced the directory structure to that of Python repo 2017-10-13 06:57:26 -07:00