|
ef72b1e40b
|
Remove main function, improve docstring, add JUnit tests for KrishnamurthyNumber . (#5881)
|
2024-10-22 17:54:45 +00:00 |
|
|
efb16c1eff
|
Add edge case to handle negative rod length in RodCutting algorithm (#5904)
|
2024-10-22 17:50:47 +00:00 |
|
|
69a1424415
|
Add StalinSort (#5738)
|
2024-10-22 20:32:51 +03:00 |
|
|
c440c1d69e
|
Bump org.junit.jupiter:junit-jupiter-api from 5.11.2 to 5.11.3 (#5937)
Bumps [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit5) from 5.11.2 to 5.11.3.
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/compare/r5.11.2...r5.11.3)
---
updated-dependencies:
- dependency-name: org.junit.jupiter:junit-jupiter-api
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alex Klymenko <alexanderklmn@gmail.com>
|
2024-10-22 11:39:55 +03:00 |
|
|
ae37b5f152
|
Bump com.github.spotbugs:spotbugs-maven-plugin from 4.8.6.4 to 4.8.6.5 (#5936)
Bumps [com.github.spotbugs:spotbugs-maven-plugin](https://github.com/spotbugs/spotbugs-maven-plugin) from 4.8.6.4 to 4.8.6.5.
- [Release notes](https://github.com/spotbugs/spotbugs-maven-plugin/releases)
- [Commits](https://github.com/spotbugs/spotbugs-maven-plugin/compare/spotbugs-maven-plugin-4.8.6.4...spotbugs-maven-plugin-4.8.6.5)
---
updated-dependencies:
- dependency-name: com.github.spotbugs:spotbugs-maven-plugin
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alex Klymenko <alexanderklmn@gmail.com>
|
2024-10-22 11:35:26 +03:00 |
|
|
cff79d4439
|
Bump org.junit.jupiter:junit-jupiter from 5.11.2 to 5.11.3 (#5935)
Bumps [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit5) from 5.11.2 to 5.11.3.
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/compare/r5.11.2...r5.11.3)
---
updated-dependencies:
- dependency-name: org.junit.jupiter:junit-jupiter
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alex Klymenko <alexanderklmn@gmail.com>
|
2024-10-22 11:11:41 +03:00 |
|
|
7f21f2d316
|
Bump org.junit:junit-bom from 5.11.2 to 5.11.3 (#5934)
Bumps [org.junit:junit-bom](https://github.com/junit-team/junit5) from 5.11.2 to 5.11.3.
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/compare/r5.11.2...r5.11.3)
---
updated-dependencies:
- dependency-name: org.junit:junit-bom
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-10-22 11:07:55 +03:00 |
|
|
e499d3b63e
|
Bump org.mockito:mockito-core from 5.14.1 to 5.14.2 (#5856)
Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 5.14.1 to 5.14.2.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v5.14.1...v5.14.2)
---
updated-dependencies:
- dependency-name: org.mockito:mockito-core
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alex Klymenko <alexanderklmn@gmail.com>
|
2024-10-19 12:27:26 +00:00 |
|
|
33dee073d0
|
Add AssignmentUsingBitmask algorithm (#5792)
|
2024-10-16 15:16:32 +03:00 |
|
|
169a01e0c8
|
Enhance documentation in FractionalKnapsack (#5795)
|
2024-10-16 14:29:15 +03:00 |
|
|
dfff8d95d2
|
Add MinimumWaitingTime algorithm (#5794)
|
2024-10-16 12:52:17 +03:00 |
|
|
a537654049
|
Add StockProfitCalculator (#5793)
|
2024-10-16 11:30:27 +03:00 |
|
|
2a518e3c9a
|
Add Abbreviation algorithm (#5790)
|
2024-10-15 18:55:27 +03:00 |
|
|
b35f98a67a
|
Add Rail Fence Cipher (#5761)
|
2024-10-15 18:23:10 +03:00 |
|
|
3e10f8f1d8
|
Add tests, remove main , fix bug in Sparsity (#5780)
|
2024-10-15 17:52:48 +03:00 |
|
|
7e11e9bb82
|
Add tests for EulerMethod (#5769)
|
2024-10-15 15:01:06 +03:00 |
|
|
9eff71bf05
|
Add tests for ConvolutionFFT (#5767)
|
2024-10-15 11:41:26 +00:00 |
|
|
f1aceea732
|
Enhance class & function documentation in CircularBuffer.java (#5582)
|
2024-10-15 14:37:35 +03:00 |
|
|
640d823580
|
Add tests, remove main in PalindromePrime (#5773)
|
2024-10-15 13:29:37 +03:00 |
|
|
9f5478f599
|
Fix a wrong comment in the tree postorder traversal (#5774)
|
2024-10-15 13:26:10 +03:00 |
|
|
be70801aa2
|
feat: add bresenham's line drawing algorithm (#5779)
|
2024-10-15 09:12:58 +00:00 |
|
|
32bf532133
|
refactor: Enhance docs, add more tests in ArrayCombination (#5841)
|
2024-10-15 08:59:16 +00:00 |
|
|
adf21ab0c8
|
feat: Add CelebrityFinder new algorithm with Junit tests (#5756)
|
2024-10-15 08:48:48 +00:00 |
|
|
776946e165
|
feat: Add MinStackUsingTwoStacks new algorithm with Junit tests (#5758)
|
2024-10-15 11:12:50 +03:00 |
|
|
30504c179e
|
Add MinStackUsingSingleStack algorithm (#5759)
|
2024-10-15 08:36:22 +03:00 |
|
|
8886e0996a
|
style: include OCP_OVERLY_CONCRETE_PARAMETER (#5833)
|
2024-10-14 23:46:28 +03:00 |
|
|
3af4cfd7c8
|
Add SumOfOddNumbers (#5730)
|
2024-10-14 23:02:40 +03:00 |
|
|
6ef1f7ca01
|
Add tests, remove main in ThreeSumProblem (#5781)
|
2024-10-14 17:56:05 +00:00 |
|
|
1dfa2e571b
|
feat: Add ConvexHull new algorithm with Junit tests (#5789)
|
2024-10-14 17:51:59 +00:00 |
|
|
bcf4034ce5
|
Add tests, remove main in WordBoggle (#5782)
|
2024-10-14 11:27:06 +00:00 |
|
|
8d8834987a
|
Add tests, remove main in EulerMethod (#5771)
|
2024-10-14 11:10:18 +00:00 |
|
|
e19378d56c
|
Add tests, remove main in RangeInSortedArray (#5778)
|
2024-10-14 10:48:55 +00:00 |
|
|
9c76b30271
|
Add tests for Convolution (#5766)
|
2024-10-14 11:55:15 +03:00 |
|
|
85b3b1dfbe
|
Add disk scheduling algorithms (#5748)
|
2024-10-14 11:22:30 +03:00 |
|
|
e9b897bdeb
|
Add PhoneticAlphabetConverter (#5752)
|
2024-10-14 10:44:58 +03:00 |
|
|
5a710ea61f
|
Add EndianConverter algorithm (#5751)
|
2024-10-14 10:39:58 +03:00 |
|
|
40f2d0cf8e
|
Add MorseCodeConverter algorithm (#5749)
|
2024-10-14 10:28:25 +03:00 |
|
|
3401c003bd
|
Add TilingProblem algorithm (#5746)
|
2024-10-14 10:11:21 +03:00 |
|
|
1e01ec5233
|
Add CountingInversions algorithm (#5745)
|
2024-10-14 10:02:55 +03:00 |
|
|
0020ab2a9a
|
Add LotteryScheduling algorithm (#5656)
|
2024-10-14 09:57:55 +03:00 |
|
|
213fd5a493
|
Add NonPreemptivePriorityScheduling algorithm (#5535)
|
2024-10-14 00:05:12 +03:00 |
|
|
c301fec0ac
|
style: enable TodoComment in checkstyle (#5785)
* style: enable TodoComment in checkstyle
* style: remove redundant blank line
---------
Co-authored-by: Piotr Idzik <65706193+vil02@users.noreply.github.com>
|
2024-10-13 20:38:01 +02:00 |
|
|
ebc3cd2233
|
style: resolve some FCBL_FIELD_COULD_BE_LOCAL warnings (#5764)
style: make simple fields local
|
2024-10-13 15:16:10 +00:00 |
|
|
9b52ac9633
|
feat: Add IPConverter new algorithm with Junit tests (#5750)
|
2024-10-13 11:30:27 +00:00 |
|
|
e291516dc9
|
Refactor BCD Conversion docs and add more tests (#5762)
|
2024-10-13 11:20:20 +00:00 |
|
|
bae7f89156
|
feat: Add PrefixEvaluator new algorithm with Junit tests (#5755)
|
2024-10-13 10:57:05 +00:00 |
|
|
b0c8a8f0ce
|
feat: Add PostfixEvaluator new algorithm with Junit tests (#5754)
|
2024-10-13 10:50:31 +00:00 |
|
|
596c6147af
|
Add function documentation, enhance comments in TowerOfHanoi.java (#5533)
|
2024-10-13 12:30:53 +03:00 |
|
|
6af7f7b126
|
Add Xs3Conversion algorithm (#5743)
|
2024-10-13 11:30:09 +03:00 |
|
|
6682c7c76e
|
Add BcdConversion algorithm (#5742)
|
2024-10-13 09:22:57 +03:00 |
|