Commit Graph

1396 Commits

Author SHA1 Message Date
github-actions
80266354ba updating DIRECTORY.md 2021-09-26 09:12:25 +00:00
Andrii Siriak
35813dad0d
Merge branch 'siriak-patch-1' of https://github.com/TheAlgorithms/Java into siriak-patch-1 2021-09-26 12:12:04 +03:00
Andrii Siriak
86281de95a
Simplify workflows 2021-09-26 12:11:56 +03:00
siriak
4f8e68f9a7 Prettify code 2021-09-26 09:06:24 +00:00
Andrii Siriak
0fd704cf4c
Simplify workflows 2021-09-26 12:05:56 +03:00
Andrii Siriak
b424c32171
Simplify workflows 2021-09-26 11:56:07 +03:00
Andrii Siriak
5a006eee0a
Enable formatter for all branches 2021-09-26 11:50:31 +03:00
Andrii Siriak
95254039dd
Merge branch 'siriak-patch-1' of https://github.com/TheAlgorithms/Java into siriak-patch-1 2021-09-26 11:47:35 +03:00
Andrii Siriak
5396003da5
Cleanup README.md 2021-09-26 11:47:22 +03:00
github-actions
1cd6b522e6 updating DIRECTORY.md 2021-09-26 08:44:45 +00:00
Andrii Siriak
91ec6f20f9
Fix build 2021-09-26 11:44:25 +03:00
Andrii Siriak
5ac57b61e4
Remove Travis 2021-09-26 11:16:39 +03:00
Andrii Siriak
db3dfc7006
Update Java 2021-09-26 11:14:29 +03:00
Andrii Siriak
3ab3863692
Merge branch 'siriak-patch-1' of https://github.com/TheAlgorithms/Java into siriak-patch-1 2021-09-26 11:10:58 +03:00
Andrii Siriak
b2ada76765
Fix indentation 2021-09-26 11:10:38 +03:00
github-actions
b2531054b6 updating DIRECTORY.md 2021-09-26 08:06:44 +00:00
Andrii Siriak
3dc5378417
Cleanup build errors 2021-09-26 10:57:21 +03:00
Andrii Siriak
96b66c7759
Update stale.yml 2021-09-26 08:34:44 +03:00
Andrii Siriak
ee33e3c3a2
Update stale.yml 2021-09-26 08:32:46 +03:00
Andrii Siriak
53544c2810
Update stale.yml 2021-09-26 08:29:55 +03:00
Andrii Siriak
48854f4cfb
Update stale.yml 2021-09-22 20:29:18 +03:00
github-actions
0c8faa197a updating DIRECTORY.md 2021-09-22 16:32:40 +00:00
Andrii Siriak
0226b00a43
Make stale action run more often to deal with old PRs 2021-09-22 19:32:23 +03:00
github-actions
ce151a8bd8 Formatted with Google Java Formatter 2021-09-22 16:29:51 +00:00
Shravana Tirtha
2e586b7b3c
Add check vowels algorithm (#2314) 2021-09-22 19:29:16 +03:00
github-actions
c9c8824685 Formatted with Google Java Formatter 2021-09-21 18:25:36 +00:00
zgnmgg
d5a46cb8f3
Add turkist to latin conversion (#2332)
Co-authored-by: Özgün Gökşenli <ogoksenli@kocfinans.com.tr>
2021-09-21 21:25:05 +03:00
github-actions
c8504151d9 Formatted with Google Java Formatter 2021-09-20 18:58:35 +00:00
o0ovano0o
c7fa087e02
Create IterativeBinarySearchTest.java (#826)
Co-authored-by: o0ovano0o <o0ovano0o@users.noreply.github.com>
2021-09-20 21:58:07 +03:00
github-actions
e72d71c0d7 Formatted with Google Java Formatter 2021-09-20 18:50:09 +00:00
PRIYESHRANJAN10
dc2d3d3ff8
Rotate matrix by 90 degree (#2316) 2021-09-20 21:49:24 +03:00
github-actions
f981a2b979 Formatted with Google Java Formatter 2021-09-17 17:03:36 +00:00
Rajat Jain
e6fb81d1bb
Add knapsack problem (#2330) 2021-09-17 20:02:57 +03:00
github-actions
cccb7be7d8 Formatted with Google Java Formatter 2021-09-17 11:38:05 +00:00
Rajat Jain
d8b06a35d4
Add matrixTranspose.java (#2041)
Co-authored-by: Rajat <${GITHUB_ACTOR}@users.noreply.github.com>
2021-09-17 14:37:39 +03:00
github-actions
434320ed45 Formatted with Google Java Formatter 2021-09-17 09:47:40 +00:00
Waleet
c497d13c9a
Added class that calculated Pi (#2324)
* added class PiNilakantha.java
which calculates Pi using Nilakanthas infinite series

* added link to explanation
partially fixes #2323
2021-09-17 17:46:52 +08:00
Andrii Siriak
0f75446463 Set up workflow for issues and PRs 2021-09-15 16:38:58 +00:00
mohamadAmin
01179a3de6
create Readme.md for stacks (#2279)
* create Readme.md for stacks

* Update README.md

Co-authored-by: Yang Libin <contact@yanglibin.info>
2021-08-23 11:07:33 +08:00
Manasi2020
3a4bd296b7
Fixing broken contributing link (#2278) 2021-08-08 10:49:26 +08:00
github-actions
44dfbed43a Formatted with Google Java Formatter 2021-07-15 14:03:52 +00:00
Huayang Sun
d3a6ba2437
fix #2251 (#2252) 2021-07-15 22:03:07 +08:00
github-actions
2cf749d653 updating DIRECTORY.md 2021-06-05 15:01:49 +00:00
Ankit Sharma
e67212138c
Replaced String with StringBuilder so multiple String Objects don't get created (#2238) 2021-06-05 23:01:32 +08:00
github-actions
0fd737e555 Formatted with Google Java Formatter 2021-06-03 14:53:53 +00:00
George B
6cb034b07f
Add Horspool string matching algorithm (#1397 old accepted PR on Development) (#2232)
* Add Horspool algorithm
* Add wikipedia link and move to strings package
2021-06-03 22:53:13 +08:00
Yang Libin
cec48f3198
chore: update code formatter action (#2178)
close #2178
2021-06-01 19:24:44 +08:00
Du Yuanchao
ea123111d9
fixed merge sort (#2202)
* reformat merge sort

* Formatted with Google Java Formatter

Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
2021-05-06 17:49:12 +08:00
David Leal
8e228109b1
feat: Add Discord badge in README.md (#2196) 2021-04-30 13:02:15 -05:00
github-actions
979742f0f3 updating DIRECTORY.md 2021-04-24 06:34:29 +00:00