Commit Graph

1073 Commits

Author SHA1 Message Date
Yang Libin
d9c7b8477e
Merge pull request #1174 from cganey/BubbleSortLogic
Update BubbleSort.java
2019-12-16 20:49:10 +08:00
Yang Libin
b14cb96d3d
Merge pull request #1182 from Arogon1/master
Comment revisions
2019-12-11 14:05:39 +08:00
Arogon1
79d29c0bd3 Comment revisions 2019-12-10 23:35:54 -05:00
Yang Libin
862ac23992
Merge pull request #1175 from BryanChan777/patch-1
Update README.md
2019-12-06 17:54:07 +08:00
BryanChan777
9f76ad52b8
Update README.md 2019-11-23 14:44:55 -08:00
Chase Ganey
3259944dbc
Update BubbleSort.java
Output from print(integers) returns [78, 231, 54, 23, 12, 9, 6, 4, 1]
Correct output should be: [231, 78, 54, 23, 12, 9, 6, 4, 1]
2019-11-23 12:22:27 -05:00
Yang Libin
e08408ca11
fix: update FindMin and fix #1170 2019-11-19 16:40:29 +08:00
Yang Libin
8ce3dad5d0
Merge pull request #1159 from hemantkadyan/master
Create CONTRIBUTING.md
2019-11-13 16:15:09 +08:00
Yang Libin
d73d6f58c7
Merge pull request #1155 from shellhub/dev
add jump search algorithm
2019-11-03 15:02:27 +08:00
Hemant Kumar
d1a3ff1aa1
Create CONTRIBUTING.md
to avoid 404 for community guidelines.
2019-10-31 19:58:21 +05:30
Yang Libin
14ecd9c1e7
Merge pull request #1157 from shellhub/dev-1
FibonacciNumber
2019-10-30 10:55:05 +08:00
shellhub
e141a33fa7 FibonacciNumber 2019-10-29 12:40:39 +08:00
shellhub
16a215eb08 add jump search algorithm 2019-10-29 11:34:19 +08:00
Yang Libin
cbc1899b38
Merge pull request #1145 from shellhub/dev
update AnyBaseToDecimal and optimization
2019-10-28 14:08:08 +08:00
Yang Libin
32e498760a
Merge pull request #1148 from Ymqka/master
add *.log to gitignore
2019-10-28 10:07:20 +08:00
Nikita Naumov
39a1bed264 qwe 2019-10-27 21:44:06 +03:00
shellhub
064a84f971 statistics optimization 2019-10-27 18:04:12 +08:00
shellhub
87fcd2c8a4 make code readable 2019-10-27 17:56:39 +08:00
shellhub
28cb69ed68 update AnyBaseToDecimal 2019-10-27 17:48:30 +08:00
Yang Libin
f751dcfaff
Merge pull request #1128 from shellhub/dev
upate SinglyLinkedList
2019-10-27 10:53:43 +08:00
Yang Libin
66410c126e
Merge pull request #1129 from walter-ind/add-license-1, close #1114
* added license to the repository.
* close #1114
2019-10-25 13:59:06 +08:00
walter-ind
9dfea67263
added license to the repository. 2019-10-25 10:53:54 +05:30
shellhub
b54983f5bc upate SinglyLinkedList 2019-10-25 11:59:53 +08:00
Yang Libin
f786f3fac7
Merge pull request #1109 from shellhub/dev
LinkedQueue
2019-10-25 10:07:14 +08:00
Yang Libin
6e401a5ad6
Merge pull request #1009 from MatheusMuriel/master
Correction of iteration limit of fibOptimized
2019-10-24 14:40:14 +08:00
Yang Libin
5807f89d64
Merge branch 'master' into master 2019-10-24 14:39:48 +08:00
Yang Libin
c502da807c
fix: update Fibonacci and close #1008
* close #1008
2019-10-24 14:38:08 +08:00
shellhub
fce3d838db update LinkedQueue 2019-10-24 14:32:07 +08:00
Yang Libin
a2eec0243e
Merge pull request #1122 from UntouchedOdin0/patch-1
Update FindMin.java
2019-10-24 14:27:23 +08:00
Yang Libin
252364b060
Merge pull request #1123 from UntouchedOdin0/patch-6
Update CountWords.java
2019-10-24 14:26:37 +08:00
Yang Libin
97cc89c7a9
Merge pull request #1117 from shellhub/feature
add pow
2019-10-24 14:19:37 +08:00
shellhub
d11b7347b6 using recursion 2019-10-24 11:54:37 +08:00
UntouchedOdin0
3a8ab829a8
Update CountWords.java
Cleaning the code
2019-10-23 21:30:19 +01:00
UntouchedOdin0
6252b4eff8
Update FindMin.java
Re-word the comments
2019-10-23 21:22:14 +01:00
shellhub
56e887213b add pow 2019-10-23 21:42:04 +08:00
shellhub
c63dbad401 LinkedQueue 2019-10-22 21:53:13 +08:00
Yang Libin
a60cb58be8
Merge pull request #1102 from shellhub/dev
parseInteger
2019-10-22 19:26:16 +08:00
shellhub
f1ad7a1bbf parseInteger 2019-10-21 21:57:10 +08:00
Yang Libin
b0766bfe48
Merge pull request #1089 from shellhub/dev
DecimalToAnyUsingStack
2019-10-20 09:02:39 +08:00
shellhub
ffb3195b38 DecimalToAnyUsingStack 2019-10-19 23:05:22 +08:00
Yang Libin
91229b757f
Merge pull request #1081 from shellhub/dev
update StackOfLinkedList
2019-10-18 19:10:45 +08:00
shellhub
bb9e082aa9 update StackOfLinkedList 2019-10-18 17:47:04 +08:00
Yang Libin
23d9eaee7f
Merge pull request #1069 from shellhub/feature
update SinglyLinkedList
2019-10-17 17:29:46 +08:00
shellhub
a5997e8d7b update SinglyLinkedList 2019-10-16 22:27:07 +08:00
Yang Libin
6e8aaaaa0d
Merge pull request #1054 from shellhub/feature
clear list
2019-10-16 08:50:00 +08:00
shellhub
14d67ffdf4 clear list 2019-10-15 22:18:12 +08:00
Yang Libin
eec7f3e507
Merge pull request #1029 from shellhub/dev
update BalancedBrackets
2019-10-13 09:41:43 +08:00
shellhub
8ae6b4e64b update BalancedBrackets 2019-10-13 09:36:36 +08:00
Yang Libin
9fdb1c85f7
Merge pull request #1027 from salonilakhotia/master
Result print
2019-10-12 14:06:14 +08:00
salonilakhotia
f5752234b4 Size 2019-10-12 10:25:40 +05:30