Commit Graph

1293 Commits

Author SHA1 Message Date
Du Yuanchao
ad5ef45a32
Fixed BubbleSort Docs (#2034)
* Update shell sort documentation (#2033)

* Update bubble sort algorithm

* fixed checkstyle

* Formatted with Google Java Formatter

Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
2020-11-18 09:20:26 +08:00
shellhub
39fb013034 Update shell sort documentation 2020-11-18 08:36:48 +08:00
github-actions
b75bfe316e updating DIRECTORY.md 2020-11-16 11:02:36 +00:00
Ayaan Khan
c232330b84 Update issue templates 2020-11-16 16:31:59 +05:30
github-actions
6ebb159327 Formatted with Google Java Formatter 2020-11-16 01:40:56 +00:00
Lakhan Nad
1b828269dc
Added Binary Exponentiation Fixes:#1943 (#1945)
* Added Binary Exponentiation Fixes:#1943

* tests added in Binary Exponentation #1945

* Assertion Added
2020-11-16 07:10:16 +05:30
Du Yuanchao
9c8ad9c695
Update action (#2001)
* fixed checkstyle

* Formatted with Google Java Formatter

Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
2020-11-02 14:23:33 +08:00
Du Yuanchao
25b3ff475b
Merge pull request #1964 from TheAlgorithms/infix2posfix
Infix2posfix
2020-10-27 11:44:43 +08:00
github-actions
6015137bf7 updating DIRECTORY.md 2020-10-27 03:24:22 +00:00
shellhub
7137ac0164 Format with google formatter 2020-10-27 11:23:46 +08:00
shellhub
f2da5999bd add git diff command 2020-10-27 11:16:02 +08:00
shellhub
6faa2e31f2 infix to postfix 2020-10-27 11:07:01 +08:00
Du Yuanchao
2e6c7b4c53
Merge pull request #1939 from TheAlgorithms/dev
fixed checkstyle action
2020-10-25 02:14:11 +08:00
shellhub
89ca5d4222 fixed action 2020-10-25 02:12:50 +08:00
Du Yuanchao
176675ac69
fixed travis status link 2020-10-24 19:05:10 +08:00
github-actions
0db62bb450 Formatted with Google Java Formatter 2020-10-24 10:31:42 +00:00
Du Yuanchao
d27ded91a0
Merge pull request #1935 from shellhub/dev
Support google java style
2020-10-24 18:31:10 +08:00
github-actions
5d59a2e828 Formatted with Google Java Formatter 2020-10-24 10:23:28 +00:00
shellhub
a23bac99e8 support google java style 2020-10-24 18:22:35 +08:00
Du Yuanchao
0f6e15de55
Merge pull request #1934 from shellhub/dev
Add travis
2020-10-24 18:09:53 +08:00
github-actions
a6181b3723 updating DIRECTORY.md 2020-10-24 10:07:14 +00:00
shellhub
a463a5c3f9 fixed prettier error 2020-10-24 18:06:42 +08:00
shellhub
c05dd46f5e add travis 2020-10-24 17:56:57 +08:00
shellhub
58f462b629 feat: prettify code 2020-10-24 09:47:09 +00:00
Du Yuanchao
6e0e31655b
Rename prettier.xml to prettier.yml 2020-10-24 17:46:42 +08:00
Du Yuanchao
2de4f3190d
Merge pull request #1933 from shellhub/dev
Add prettier
2020-10-24 17:42:25 +08:00
shellhub
c7a931c107 add prettier.xml 2020-10-24 17:27:29 +08:00
Du Yuanchao
3cb663a4e8
Merge pull request #1932 from shellhub/dev
Rename action
2020-10-24 17:24:48 +08:00
shellhub
1c5b1d0bf1 rename jobs 2020-10-24 17:23:09 +08:00
Du Yuanchao
05e31a8a13
Merge pull request #1931 from shellhub/build-action
Build action
2020-10-24 17:18:08 +08:00
github-actions
e3e3f8f298 updating DIRECTORY.md 2020-10-24 09:17:43 +00:00
shellhub
409d1b6b73 remove prettier 2020-10-24 17:16:41 +08:00
shellhub
c4f5729e9e complete build action 2020-10-24 17:05:58 +08:00
shellhub
14ebae6ba3 test build error 2020-10-24 16:57:49 +08:00
shellhub
6aa373e292 fixed action 2020-10-24 16:52:16 +08:00
shellhub
ddff7efcbd add build action 2020-10-24 16:48:33 +08:00
shellhub
3b19b12f03 fixed build error 2020-10-24 16:33:40 +08:00
shellhub
cfd0bd68d1 remove invalid file 2020-10-24 16:09:37 +08:00
yanglbme
84d92d085f feat: prettify code 2020-10-23 06:07:43 +00:00
Yang Libin
3d7a6cb5ce
feat: add new workflow 2020-10-23 14:07:04 +08:00
github-actions
0cc28082da updating DIRECTORY.md 2020-10-14 15:14:48 +00:00
Ray S
a19d8b2562
Merge pull request #1713 from matteomessmer/LongestPalindromicSubsequence
Fixes: #1709 Longest palindromic subsequence
2020-10-14 11:14:26 -04:00
mmessmer
60c0291e6a added tests 2020-10-10 18:07:03 +02:00
mmessmer
9bcb7f5f0b Fixes: #1709 2020-10-09 11:42:53 +02:00
mmessmer
196fcb30df LPS algorithm fix 2020-10-09 10:59:20 +02:00
mmessmer
1bf0fe05a2 LPS algorithm 2020-10-09 10:53:39 +02:00
github-actions
d7a5dbe3a4 updating DIRECTORY.md 2020-10-06 07:04:06 +00:00
Du Yuanchao
56196c8b70
Merge pull request #1487 from deadshotsb/master
Create Problem12.java
2020-10-06 15:03:46 +08:00
shellhub
8ad87ce9d3 reformat 2020-10-06 14:58:38 +08:00
Sombit Bose
064d941722
Update Problem12.java 2020-10-06 07:34:52 +05:30