Skip to content

Conversation

@pull
Copy link

@pull pull bot commented Aug 12, 2023

See Commits and Changes for more details.


Created by pull[bot]

Can you help keep this open source service alive? 💖 Please sponsor : )

@pull pull bot added the ⤵️ pull label Aug 12, 2023
alxkm and others added 28 commits July 6, 2025 20:03
refactor: improve code and test coverage for MapReduce example
refactor ShuffleArray: Improve Documentation and Code Quality
…8.0 (#6364)

Bumps org.apache.commons:commons-lang3 from 3.17.0 to 3.18.0.

---
updated-dependencies:
- dependency-name: org.apache.commons:commons-lang3
  dependency-version: 3.18.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…d format (#6356)

* refactor: clean up LargestRectangle and convert tests to parameterized format

* refactor: fix clang formatting issue

* refactor: fix clang formatting issue for test data

---------

Co-authored-by: Deniz Altunkapan <[email protected]>
)

refactor: refactoring and documenting Isomorphic String Checker

Co-authored-by: Deniz Altunkapan <[email protected]>
… Tests (#6360)

* refactor: adding docs for LongestCommonPrefixTest and Parameterized Tests

* checkstyle: fix clang formatting

---------

Co-authored-by: Deniz Altunkapan <[email protected]>
#6361)

* cleanup: Improve docs, safety, and readability in RangeInSortedArray

* formatting: fix comment formatting issue

* formatting: fix array formatting issue

---------

Co-authored-by: Deniz Altunkapan <[email protected]>
…6362)

refactor: improve InfixToPostfix

Co-authored-by: Deniz Altunkapan <[email protected]>
)

* refactor: add JavaDocs and improve readability in InfixToPrefix

* formatting: remove redundant newline

---------

Co-authored-by: Deniz Altunkapan <[email protected]>
refactor: improving GenericRoot
* refactor: Refactor SJFScheduling and Tests

* refactor: fix checkstyle

* refactor: add full imports

* refactor: add full imports

* refactor: remove redundant newline

* refactor: fix indexed list iteration
refactor: cleanup GenerateSubsets

Co-authored-by: Deniz Altunkapan <[email protected]>
* refactor: TwoPointers

* refactor: fix test formatting

* refactor: fix checkstyle

* refactor: fix checkstyle
* refactor: refactor Ceil and improved tests

* checkstyle: remove redundant import

* refactor: fix edge cases

* refactor: fix checkstyle

* refactor: fix checkstyle import order
refactor: OnesComplement Tests Using Parameterized Inputs

Co-authored-by: Deniz Altunkapan <[email protected]>
refactor: improving MedianOfMatrix
refactor: improving readability DecimalToAnyUsingStack

Co-authored-by: Deniz Altunkapan <[email protected]>
* refactor: improving DisjointSetUnion

* refactor: remove comment as it already in description

---------

Co-authored-by: Deniz Altunkapan <[email protected]>
refactor: Intersection improvement
* refactor: MajorityElement

* refactor: fix import ordering

---------

Co-authored-by: Deniz Altunkapan <[email protected]>
khanhkhanhlele and others added 30 commits November 5, 2025 11:25
…ava (#7044)

Fix typos in src/main/java/com/thealgorithms/strings/Pangram.java

Co-authored-by: a [email protected]
…gementAlgorithms.java (#7043)

Fix typos in src/main/java/com/thealgorithms/others/MemoryManagementAlgorithms.java

Co-authored-by: a <[email protected]>
…loodFill.java (#7042)

Fix typos in src/main/java/com/thealgorithms/others/IterativeFloodFill.java
…ng_auto_completing_features_using_trie.java (#7041)

Fix typos in src/main/java/com/thealgorithms/others/Implementing_auto_completing_features_using_trie.java
…dre.java (#7040)

Fix typos in src/main/java/com/thealgorithms/others/GaussLegendre.java
…orithm.java (#7039)

Fix typos in src/main/java/com/thealgorithms/others/BankersAlgorithm.java
…ixBy90Degrees.java (#7038)

Fix typos in src/main/java/com/thealgorithms/matrix/RotateMatrixBy90Degrees.java
…n.java (#7037)

Fix typos in src/main/java/com/thealgorithms/maths/SieveOfAtkin.java

Co-authored-by: a <[email protected]>
…fficient.java (#7036)

Fix typos in src/main/java/com/thealgorithms/maths/BinomialCoefficient.java

Co-authored-by: a <[email protected]>
…SkylineAlgorithm.java (#7035)

Fix typos in src/main/java/com/thealgorithms/divideandconquer/SkylineAlgorithm.java
…ClosestPair.java (#7034)

Fix typos in src/main/java/com/thealgorithms/divideandconquer/ClosestPair.java

Co-authored-by: a <[email protected]>
…eues/PriorityQueues.java (#7028)

Fix typos in src/main/java/com/thealgorithms/datastructures/queues/PriorityQueues.java

Co-authored-by: a <[email protected]>
…shToLatinConversion.java (#7024)

Fix typos in src/main/java/com/thealgorithms/conversions/TurkishToLatinConversion.java
…aphs/BellmanFord.java (#7025)

Fix typos in src/main/java/com/thealgorithms/datastructures/graphs/BellmanFord.java

Co-authored-by: a <[email protected]>
…aphs/MatrixGraphs.java (#7026)

Fix typos in src/main/java/com/thealgorithms/datastructures/graphs/MatrixGraphs.java

Co-authored-by: a <[email protected]>
…eeNode.java (#7033)

Fix typos in src/main/java/com/thealgorithms/devutils/nodes/TreeNode.java
…mpleTreeNode.java (#7032)

Fix typos in src/main/java/com/thealgorithms/devutils/nodes/SimpleTreeNode.java
…mpleNode.java (#7031)

Fix typos in src/main/java/com/thealgorithms/devutils/nodes/SimpleNode.java

Co-authored-by: a <[email protected]>
…ees/BSTRecursiveGeneric.java (#7030)

Fix typos in src/main/java/com/thealgorithms/datastructures/trees/BSTRecursiveGeneric.java
…aps/FibonacciHeap.java (#7027)

Fix typos in src/main/java/com/thealgorithms/datastructures/heaps/FibonacciHeap.java
…ees/AVLSimple.java (#7029)

Fix typos in src/main/java/com/thealgorithms/datastructures/trees/AVLSimple.java
* add CombinationSum and test

* Format array and list literals in CombinationSumTest

* Fix sorting comparator in CombinationSumTest

* Refactor CombinationSum for better handling and clarity

Updated combinationSum method to handle null or empty candidates and improved variable naming for clarity.

* Fix sorting comparator in CombinationSumTest

* Update CombinationSumTest.java

* Fix sorting comparator for list of integers

* Fix formatting issues in CombinationSum class

* Change CombinationSum class to final

* Refactor norm method to accept Iterable instead of List

* Remove unnecessary whitespace in CombinationSumTest
…dFill.java (#7046)

Fix typos in src/main/java/com/thealgorithms/backtracking/FloodFill.java
…7047)

Fix typos in src/main/java/com/thealgorithms/ciphers/AES.java

Co-authored-by: Deniz Altunkapan <[email protected]>
…ees/CeilInBinarySearchTree.java (#7048)

Fix typos in src/main/java/com/thealgorithms/datastructures/trees/CeilInBinarySearchTree.java
…g/BoundaryFill.java (#7049)

Fix typos in src/main/java/com/thealgorithms/dynamicprogramming/BoundaryFill.java
…6990)

* Add Trapping Rainwater problem implementation (Two Pointer Approach)

* Add Wikipedia reference link for Trapping Rainwater problem

* fix: format TrappingRainwater.java for CI check

* fix: add package and resolve checkstyle errors for TrappingRainwater.java

* fix: declare TrappingRainwater as final to pass Checkstyle

* Add test cases for TrappingRainwater algorithm

* Add test cases for TrappingRainwater algorithm

* Move TrappingRainwater algorithm to stacks package

* Fix: Move TrappingRainwater to stacks and normalize newline in JugglerSequence

* Fix: Normalize newline in JugglerSequence to ensure test consistency

* Fix: Normalize newline in JugglerSequence and remove return statement

* Add JaCoCo plugin for code coverage reporting

* Revert pom.xml to original version from master

* Fix: Revert the pom.xml file

---------

Co-authored-by: Deniz Altunkapan <[email protected]>
[FEAT] Add SUVAT equation for motion

Co-authored-by: Priyanshu1303d <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.