Commit Graph

1582 Commits

Author SHA1 Message Date
Du Yuanchao
d93ee0de2d
udpate insertion sort (#2176)
* udpate insertion sort

* Formatted with Google Java Formatter

Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
2021-04-12 18:58:24 +08:00
github-actions
6dd5b2029e Formatted with Google Java Formatter 2021-04-09 14:19:34 +00:00
Dennis Nilsson
0550711a3e
Update CountSinglyLinkedListRecursion.java (#2170)
Only method comment for public recursive method.
2021-04-09 22:18:51 +08:00
github-actions
5f59cd85d6 Formatted with Google Java Formatter 2021-03-26 11:27:48 +00:00
Chen Ostrovski
67cb97df82
Fix 2D array passed to Arrays.fill() (#2010)
Arrays.fill() accepts single dimensional arrays, so fill one row at a time.

Fixes TheAlgorithms/Java#2009
2021-03-26 19:27:16 +08:00
Yang Libin
2163204d8c
Delete CountNumBinaryStrings 2021-03-26 19:19:47 +08:00
github-actions
4e184cd95f Formatted with Google Java Formatter 2021-03-24 16:51:59 +00:00
Alon Firestein
4e7045137c
Update LongestIncreasingSubsequence.java 2021-03-24 18:51:20 +02:00
Sugato Bagchi
8f43cce490
Removed Development part from README.md file (#2152) 2021-03-17 22:02:46 +05:30
Serwio YK
34c5edd11e
Update Knapsack.java (#2137) 2021-03-14 09:41:31 +08:00
Serwio YK
aa8858b57a
Var size is redunant (#2139) 2021-03-14 09:41:12 +08:00
kbrx93
183784b989
Fixes the sort order (#2142) 2021-03-14 09:38:57 +08:00
github-actions
424b0fd11b Formatted with Google Java Formatter 2021-03-08 14:07:57 +00:00
Serwio YK
fd1888aff1
Looks more meaningful (#2128)
Because in the future, the variable len is not used anywhere
2021-03-08 19:37:12 +05:30
Yang Libin
40318a0e95
chore: upgrade prettier version 2021-03-02 17:25:05 +08:00
mattisapro
6ee92f028e
Fully automate dev setup with Gitpod (#2094)
This commit implements a fully-automated development setup using Gitpod.io, an
online IDE for GitLab, GitHub, and Bitbucket that enables Dev-Environments-As-Code.
This makes it easy for anyone to get a ready-to-code workspace for any branch,
issue or pull request almost instantly with a single click.
2021-03-02 14:46:31 +05:30
Seth
b4d104db23
Added algorithm for color contrast ratio. (#1794)
* Added algorithm for color contrast ratio.

* Added comment and example usage in main.

* Fixed calling method in main without creating object.

* Formatted with Google Java Formatter

* Add imports for ColorContrastRatio.java

* updating DIRECTORY.md

* Updated to follow repo conventions. Undid formatting of documents.

* Follow repository conventions.

* Formatted with Google Java Formatter

* Added test method with assetions.

* Formatted with Google Java Formatter

* Update Misc/ColorContrastRatio.java

Co-authored-by: Ayaan Khan <ayaankhan98@gmail.com>

* updating DIRECTORY.md

* Correct javadocs and parameter names.

* Formatted with Google Java Formatter

Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
Co-authored-by: Ayaan Khan <ayaankhan98@gmail.com>
2021-02-27 22:16:25 +05:30
github-actions
ca2e20707f Formatted with Google Java Formatter 2021-02-26 19:22:37 +00:00
JohnKara
4264e0f045 Added Linear Convolution, FFT, Bluestein's FFT and Circular and Linear Convolution using FFT 2021-02-26 21:21:48 +02:00
Ayaan Khan
f077c8d19e
added reviewers and maintainers guidelines (#2115) 2021-02-26 22:47:04 +05:30
Stepfen Shawn
4607f0b99d
Update LICENSE 2021-02-25 16:15:52 -06:00
Luke Weller
00b327a2fb
fix spelling errors on CONTRIBUTING.md (#2112)
* Update CONTRIBUTING.md

* Revert "Update CONTRIBUTING.md"

This reverts commit ef0be5d77ebe74bf2dc47fa07bfe5fb92ac2d014.

* Update CONTRIBUTING.md
2021-02-25 22:29:19 +05:30
github-actions
ee64ac8084 Formatted with Google Java Formatter 2021-02-21 01:02:32 +00:00
ITAY VENTURA
a475463146
reducing complexity to linear complixity (#2087)
* reducing complexity to linear complixity

* reducing complexity to linear

* update CheckAnagrams algo

Co-authored-by: Yang Libin <contact@yanglibin.info>
2021-02-21 09:02:07 +08:00
Anup Kumar Panwar
93d1a5c12b
Create stale.yml 2021-02-11 21:24:20 +05:30
Sameer Ahmed Khan
912be910c8
Fixed Spelling error. See issue #2055 (#2083)
Corrected 'distance' spelling in line 51.
2021-02-03 19:23:10 +08:00
Sameer Ahmed Khan
d1e75019a7
FIXES: #2056 (#2085)
Fixed typo
2021-02-03 19:21:02 +08:00
github-actions
b8c1177bc8 updating DIRECTORY.md 2021-02-03 09:03:01 +00:00
Sameer Ahmed Khan
be8432c38e
Fixes: #2057 (#2086)
Fixed typo
2021-02-03 17:02:25 +08:00
github-actions
936861cafd Formatted with Google Java Formatter 2021-01-04 15:20:36 +00:00
Azad Nautiyal
ecefcf3be3
Added new File WordBoggle.java in Java/Misc (#2007)
* Added New Java file in Java/Misc

* Update largestRange.java

* Update largestRange.java

* Update largestRange.java

* Update largestRange.java

* Revert "Largest range"

* Added WordBoggle.java

* Update WordBoggle.java

* Added RangeInSortedArray.java in Java/Misc
2021-01-04 20:50:00 +05:30
github-actions
0b88a0abd0 updating DIRECTORY.md 2021-01-04 15:17:21 +00:00
EATONJIANGHAHAHA
568b0b23a6
add MinimumPathSum DynamicProgramming (#2068)
* add MinimumPathSum DynamicProgramming

* add tests and link for the algorithm

* remove junit dependency

* format with google code format

Co-authored-by: eatonjiang <eatonjiangtonglei@outlook.com>
2021-01-04 20:46:44 +05:30
github-actions
331db36321 updating DIRECTORY.md 2020-12-27 13:00:21 +00:00
Mickonama
74b7426ae6
Solution to Euler Project Problem03 (#2069)
* Solution to Euler Project Problem03

* Solution to Euler Project Problem03
format fix

* format code

* update prime function

Co-authored-by: mickonama <mickonama@csd.auth.gr>
Co-authored-by: shellhub <shellhub.me@gmail.com>
2020-12-27 21:00:03 +08:00
Du Yuanchao
95484f8c89
update SinglyLinkedList (#2058) 2020-12-01 09:33:06 +08:00
Christian Clauss
c85223bfca
Travis CI: Fix build validation issues, add Xlint options (#2047)
* Travis CI: Fix build validation issues, add Xlint options

* updating DIRECTORY.md

Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
2020-11-26 10:03:06 +08:00
github-actions
d63f470e7a Formatted with Google Java Formatter 2020-11-22 18:07:16 +00:00
Vasu Tomar
52ab5fbc3e
Restricted tower of hanoi implementation with GUI (#561) 2020-11-22 23:36:44 +05:30
Du Yuanchao
23c12f7141
Fixed checkstyle and docs (#2035)
* 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:25:05 +08:00
Du Yuanchao
486ebc2635
Update shell sort documentation (#2033) 2020-11-18 08:38:51 +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