41 Commits

Author SHA1 Message Date
03dad512cc Merge pull request #290 from sahilb2/master
Added peekFront and peekBack functions
2018-03-31 16:38:25 +02:00
bdc59aa4ea Merge remote-tracking branch 'upstream/master' 2018-02-06 01:03:22 -06:00
6f9867a765 Resolve the conflict of #146 2018-02-03 11:44:46 +05:30
f1200c06ce Fix a logical error 2018-01-31 16:00:04 +05:30
2638ce6396 Set method to private 2018-01-31 15:59:28 +05:30
206b9aa75f Change access specifier to private 2018-01-24 21:28:38 +05:30
652d227982 Close the scanner 2018-01-24 21:27:30 +05:30
555b715444 Merge pull request #366 from Rachana040/master
Updated Matrix.java, added Transpose of a Matrix
2018-01-04 07:21:22 -08:00
d6a5572aa1 Merge remote-tracking branch 'upstream/master' 2018-01-02 18:51:27 -08:00
1567b58a46 Update BrianKernighanAlgorithm.java 2017-12-31 06:47:51 -08:00
5cf220362a spacing improved 2017-12-31 15:02:56 +05:30
8db4ef901c indentation improved 2017-12-30 02:14:48 +05:30
55b9080e54 Brian Kernighan’s Algorithm added 2017-12-30 02:11:15 +05:30
b2fc59899a Added PowerOfTwoOrNot to Others 2017-12-24 12:03:12 +05:30
05efd17454 Merge pull request #364 from JeonSeongBae/SeongBaeJeon
add public and change class_name
2017-12-19 06:40:26 -08:00
1e38751a6b add closing the scanner 2017-12-19 19:32:50 +09:00
153b9fe1cb add closeing the scanner 2017-12-19 19:30:46 +09:00
651ba389a2 add public and change class_name 2017-12-19 19:15:30 +09:00
58ddf8be6a Delete FindingPrimes.java
#363
2017-12-17 07:50:55 -08:00
9d183e6255 Moditied Others folder .java file name and class name 2017-12-14 11:57:43 +09:00
5c10b903ff Updated krishnamurthy.java 2017-12-11 13:36:42 +09:00
68cd8c154e Merge remote-tracking branch 'upstream/master' 2017-11-27 22:17:33 -06:00
eed6f33976 Removed the Misc directory and moved the files to other 2017-11-05 10:17:19 -08:00
c8038cd6f0 Merge pull request #283 from teerapat1739/patch-5
Increase recursive GCD
2017-11-02 16:16:29 -07:00
d098cf63dd added peekFront and peekBack functions 2017-10-28 16:08:06 -05:00
c850d793bb Fixed Merge changes 2017-10-28 13:05:43 +01:00
20d0bb2c69 Merge branch 'master' of https://github.com/freitzzz/Java
# Conflicts:
#	Data Structures/HashMap/HashMap.java
#	Huffman.java
#	Misc/FloydTriangle.java
#	Misc/Huffman.java
#	Misc/InsertDeleteInArray.java
#	Misc/RootPrecision.java
#	Misc/ft.java
#	Misc/root_precision.java
#	Others/FloydTriangle.java
#	Others/Huffman.java
#	Others/insert_delete_in_array.java
#	Others/root_precision.java
#	insert_delete_in_array.java
2017-10-28 12:59:58 +01:00
205698d90f Update GCD.java 2017-10-28 03:39:09 +07:00
cc6af5f59e create main function GCD
output 4
main
2017-10-28 02:43:04 +07:00
3bd769d2ae Increase recursive GCD 2017-10-28 01:19:55 +07:00
19b745215b added peek function for the queue 2017-10-27 12:40:50 -05:00
2a1fc02648 Many quality of code changes
Removing unused imports, cleaning up (at a base level) code, and removing some package declarations. By no means did I get all of them.
2017-10-26 19:56:18 -04:00
a0fd638b2a Merge pull request #240 from manimanasamylavarapu/add-alogos-patch2-kadane-algo
Added Armstrong number algorithm.
2017-10-25 09:08:12 -07:00
70fc31a540 removed package name 2017-10-25 19:35:42 +05:30
87b1f77e56 Update and rename ft.java to FloydTriangle.java 2017-10-24 10:37:46 -07:00
364e27b5a0 moved the class from others papckage to default.
and implemeted the following review comments.
Remove the package
Please provide a description for checkIfANumberIsAmstrongOrNot function
Provide a description for what actually is an
Armstrong number at the top along with an example

fixes #96
2017-10-21 23:22:07 +05:30
47c44aacff Added Armstrong number algorithm.
fixes #96
2017-10-21 18:40:01 +05:30
ea164f1ed6 added main and test cases for QueueUsingTwoStacks.java 2017-10-19 20:40:49 -05:00
df5e9a8c6f added QueueUsingTwoStacks.java class in Other folder 2017-10-19 16:23:57 -05:00
e53249ba23 Synced the directory structure to that of Python repo 2017-10-13 06:57:26 -07:00
701d5d1855 Added SieveOfEratosthenes.java 2017-09-28 11:38:20 -07:00