Commit Graph

104 Commits

Author SHA1 Message Date
SwargaRajDutta
af80c8005d
Add Sliding Window Problem (#4322) 2023-08-18 14:08:40 +00:00
Bama Charan Chhandogi
1ef5208b75
Add M-coloring Problem (#4282)
Co-authored-by: BamaCharanChhandogi <b.c.chhandogi@gmailcom>
Co-authored-by: Andrii Siriak <siryaka@gmail.com>
Co-authored-by: Debasish Biswas <debasishbsws.abc@gmail.com>
Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
2023-08-05 22:00:26 +03:00
Albina Gimaletdinova
fc274c84f8
Fix style in AmicableNumbers (#4263) 2023-07-26 16:52:46 +03:00
Albina Gimaletdinova
dec3b98e4b
Refactor FibonacciJavaStreams and add unit tests (#4260) 2023-07-25 22:42:09 +03:00
Albina Gimaletdinova
2456d86432
Add unit tests for ParseInteger (#4228) 2023-07-02 11:31:55 +03:00
Albina Gimaletdinova
4b45ac7e71
Add unit tests for PalindromeNumber (#4227) 2023-07-01 18:29:10 +00:00
Albina Gimaletdinova
8862a4dea5
Add unit tests for FibonacciNumberCheck (#4225) 2023-07-01 20:52:52 +03:00
Albina Gimaletdinova
bc699b86e5
Refactor BinaryTreeIsBalanced algorithm (#4222) 2023-06-26 22:26:17 +08:00
acbin
415a04ea7f
Add automatic linter (#4214) 2023-06-09 20:05:14 +08:00
Aditya Pal
19bd2408ff
Des (#4172)
* Update directory

* Add DES Encryption algorithm

* Update directory

---------

Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
2023-04-30 20:19:14 +05:30
Andrii Siriak
d241fafd64
Remove blinking test for BufferedReader (#4153) 2023-04-14 11:33:22 +03:00
David Leal
7fe9928ee8
docs: improve the issue forms (#3797)
* docs: improve the issue forms

* Update directory

Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
2022-12-17 18:58:52 +05:30
Debasish Biswas
260f1b2bee
Remove duplicate KnapsackMemoization (#3769) 2022-11-19 13:32:01 +02:00
Aidar Djamalbek
1c7da7af25
Add LongDivision (#3691) 2022-11-06 12:18:14 +02:00
Aidar Djamalbek
1a391c2fe9
Add ValidParentheses (#3689) 2022-11-01 19:26:13 +02:00
Aidar Djamalbek
fea982d54d
Create Atoi Function.java (#3756)
* Create MyAtoi.java

There is a method in C++, which converts String to an Integer, called Atoi function, this is my own implementation of this function.

* Update directory

* Update MyAtoi.java

* Create MyAtoiTest.java

* Update directory

* Update directory

* Update directory

* Update MyAtoi.java

Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
Co-authored-by: Debasish Biswas <debasishbsws.abc@gmail.com>
2022-11-01 16:34:14 +05:30
Hyun
5864f3296f
Add BogoSort Tests (#3716) 2022-10-31 19:52:57 +00:00
Shashwat Gupta
32b9b11ed5
Update Directory.md (#3309) 2022-10-01 13:00:51 +03:00
Kalash Jain
276bbe2530
Fix errors in Directory.md (#3272) 2022-09-18 21:27:15 +03:00
LauKinHoong
3f69603440
Add least common multiple algorithm (#3216) 2022-08-17 08:59:07 +03:00
Artem Boiarshinov
a910d8754e
Specify python version for CI job (#3157) 2022-06-22 22:00:33 +08:00
Omar
9b5dca5534
Add directories (#3043) 2022-05-05 19:29:20 +03:00
Vivek
719e1d8132
Update Armstrong Number (#2981) 2022-04-10 17:11:05 +03:00
Eduardo Cabral
1fc897ed4d
Fix outdated directory.md (#2995) 2022-03-31 11:19:39 +08:00
ZiQiang Cao
a30f08b8b2
Fix typo (#2950) 2022-02-18 21:58:22 +02:00
Suraj Kumar
e4fa83bd29
Add select random tree node algorithm (#2906)
Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
Co-authored-by: Andrii Siriak <siryaka@gmail.com>
2022-01-21 21:20:11 +02:00
Preshita01
97dfbfd67f
Fix formatting errors in DIRECTORY.md (#2896) 2022-01-04 16:11:28 +02:00
Akshay Dubey
32cdf02afb
Add Pronic Number (#2867)
* Add Pronic Number

* Update directory

* Add unit tests for Pronic Number implementation

Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
Co-authored-by: Andrii Siriak <siryaka@gmail.com>
2021-12-21 22:06:16 +02:00
Andrii Siriak
8e01cd46bf
Switch CI builds to Maven (#2863) 2021-12-07 08:22:28 +02:00
Yang Libin
b870de4db4
Fix formatting in Juggler Sequence (#2846) 2021-11-27 12:55:32 +02:00
Sachwin Kohli
fe7e5d842c
Add author (#2831)
Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
2021-11-20 11:46:15 +02:00
Aitor Fidalgo Sánchez
4fb7470f9a
Update DIRECTORY.md (#2818) 2021-11-13 13:10:08 +02:00
Sachwin Kohli
9b0543d281
Add Gaussian Elimination (#2810)
Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
Co-authored-by: Andrii Siriak <siryaka@gmail.com>
2021-11-09 09:45:41 +02:00
JadenLeake333
f9e42010a2
Update directory (fixes #2785) (#2786) 2021-10-31 07:31:21 +02:00
januslinhc
6934c53c04
Add MRU Cache (#2738) 2021-10-28 19:58:58 +03:00
januslinhc
4f13178109
Add LRU Cache (#2740) 2021-10-26 08:47:15 +03:00
Martmists
4e4f368669
Add IIR Filter (#2704)
Signed-off-by: Martmists <martmists@gmail.com>
2021-10-26 07:35:31 +03:00
Thisaru Dilshan
2a74d6a34f
Add ADT Fraction calculation (fixes #2453) (#2550) 2021-10-23 11:44:49 +03:00
Andrii Siriak
dfe189b21f
Resolve build errors & cleanup structure (#2334) 2021-09-26 12:26:59 +03:00
github-actions
0c8faa197a updating DIRECTORY.md 2021-09-22 16:32:40 +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
2cf749d653 updating DIRECTORY.md 2021-06-05 15:01:49 +00:00
github-actions
979742f0f3 updating DIRECTORY.md 2021-04-24 06:34:29 +00:00
github-actions
5c3b3e719e updating DIRECTORY.md 2021-04-24 06:33:41 +00:00
github-actions
57bf40bff4 updating DIRECTORY.md 2021-04-24 06:25:41 +00:00
github-actions
db86e6454a updating DIRECTORY.md 2021-04-24 06:25:05 +00:00
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
b8c1177bc8 updating DIRECTORY.md 2021-02-03 09:03:01 +00:00
github-actions
0b88a0abd0 updating DIRECTORY.md 2021-01-04 15:17:21 +00:00
github-actions
331db36321 updating DIRECTORY.md 2020-12-27 13:00:21 +00:00