2788 Commits

Author SHA1 Message Date
4f45c5a479 Fixing packages. 2020-01-28 18:18:15 +02:00
e91999749e updating DIRECTORY.md 2020-01-27 21:47:30 +00:00
35849905bc Update update_directory_md.yml 2020-01-27 22:46:56 +01:00
6d50ec3394 Merge pull request #1214 from DekasDimitrios/master
Added Best/First/Worst Fit algorithm implementation
2020-01-26 02:51:18 -06:00
d40464a10d Change Done 2020-01-26 10:39:07 +02:00
79467b3300 Added Best/First/Worst Fit algorithm implementation 2020-01-26 09:57:09 +02:00
be6b25946a Fix bug 2020-01-26 14:15:18 +08:00
726aab9044 Merge pull request #1202 from shellhub/dev
optimization
2020-01-11 14:39:34 +08:00
0ff74ca9f8 optimization 2020-01-11 14:20:09 +08:00
fc4ec2c443 Merge pull request #1201 from shellhub/dev
optimization
2020-01-10 09:17:20 +08:00
23874ffd00 updating DIRECTORY.md 2020-01-09 20:16:21 +00:00
6f06de18d2 Create update_directory_md.yml 2020-01-09 21:15:37 +01:00
dc6f830d07 optimization 2020-01-09 18:28:56 +08:00
01283e3ac1 Merge pull request #1197 from valerydec17/master
fix: removed warning for Sorts 'C-style array declaration of parameter 'array''
2019-12-31 09:30:30 +08:00
a6ae951580 fix: removed warning for Sorts 'C-style array declaration of parameter 'array'' 2019-12-30 13:03:14 +07:00
d9c7b8477e Merge pull request #1174 from cganey/BubbleSortLogic
Update BubbleSort.java
2019-12-16 20:49:10 +08:00
b14cb96d3d Merge pull request #1182 from Arogon1/master
Comment revisions
2019-12-11 14:05:39 +08:00
79d29c0bd3 Comment revisions 2019-12-10 23:35:54 -05:00
862ac23992 Merge pull request #1175 from BryanChan777/patch-1
Update README.md
2019-12-06 17:54:07 +08:00
9f76ad52b8 Update README.md 2019-11-23 14:44:55 -08:00
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
e08408ca11 fix: update FindMin and fix #1170 2019-11-19 16:40:29 +08:00
8ce3dad5d0 Merge pull request #1159 from hemantkadyan/master
Create CONTRIBUTING.md
2019-11-13 16:15:09 +08:00
d73d6f58c7 Merge pull request #1155 from shellhub/dev
add jump search algorithm
2019-11-03 15:02:27 +08:00
d1a3ff1aa1 Create CONTRIBUTING.md
to avoid 404 for community guidelines.
2019-10-31 19:58:21 +05:30
14ecd9c1e7 Merge pull request #1157 from shellhub/dev-1
FibonacciNumber
2019-10-30 10:55:05 +08:00
e141a33fa7 FibonacciNumber 2019-10-29 12:40:39 +08:00
16a215eb08 add jump search algorithm 2019-10-29 11:34:19 +08:00
cbc1899b38 Merge pull request #1145 from shellhub/dev
update AnyBaseToDecimal and optimization
2019-10-28 14:08:08 +08:00
32e498760a Merge pull request #1148 from Ymqka/master
add *.log to gitignore
2019-10-28 10:07:20 +08:00
39a1bed264 qwe 2019-10-27 21:44:06 +03:00
064a84f971 statistics optimization 2019-10-27 18:04:12 +08:00
87fcd2c8a4 make code readable 2019-10-27 17:56:39 +08:00
28cb69ed68 update AnyBaseToDecimal 2019-10-27 17:48:30 +08:00
f751dcfaff Merge pull request #1128 from shellhub/dev
upate SinglyLinkedList
2019-10-27 10:53:43 +08:00
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
9dfea67263 added license to the repository. 2019-10-25 10:53:54 +05:30
b54983f5bc upate SinglyLinkedList 2019-10-25 11:59:53 +08:00
f786f3fac7 Merge pull request #1109 from shellhub/dev
LinkedQueue
2019-10-25 10:07:14 +08:00
6e401a5ad6 Merge pull request #1009 from MatheusMuriel/master
Correction of iteration limit of fibOptimized
2019-10-24 14:40:14 +08:00
5807f89d64 Merge branch 'master' into master 2019-10-24 14:39:48 +08:00
c502da807c fix: update Fibonacci and close #1008
* close #1008
2019-10-24 14:38:08 +08:00
fce3d838db update LinkedQueue 2019-10-24 14:32:07 +08:00
a2eec0243e Merge pull request #1122 from UntouchedOdin0/patch-1
Update FindMin.java
2019-10-24 14:27:23 +08:00
252364b060 Merge pull request #1123 from UntouchedOdin0/patch-6
Update CountWords.java
2019-10-24 14:26:37 +08:00
97cc89c7a9 Merge pull request #1117 from shellhub/feature
add pow
2019-10-24 14:19:37 +08:00
d11b7347b6 using recursion 2019-10-24 11:54:37 +08:00
3a8ab829a8 Update CountWords.java
Cleaning the code
2019-10-23 21:30:19 +01:00
6252b4eff8 Update FindMin.java
Re-word the comments
2019-10-23 21:22:14 +01:00
56e887213b add pow 2019-10-23 21:42:04 +08:00