forked from TheAlgorithms/Java
-
Notifications
You must be signed in to change notification settings - Fork 0
[pull] master from TheAlgorithms:master #84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
pull
wants to merge
1,131
commits into
Rytnix:master
Choose a base branch
from
TheAlgorithms:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
vil02
approved these changes
Jun 17, 2024
refactor ShuffleArray: Improve Documentation and Code Quality
…gic (#6351) Co-authored-by: Deniz Altunkapan <[email protected]>
…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: 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: MajorityElement * refactor: fix import ordering --------- Co-authored-by: Deniz Altunkapan <[email protected]>
…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]>
Fix typos in some files
[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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
See Commits and Changes for more details.
Created by
pull[bot]
Can you help keep this open source service alive? 💖 Please sponsor : )