java-algorithms-implementation icon indicating copy to clipboard operation
java-algorithms-implementation copied to clipboard

Algorithms and Data Structures implemented in Java

Results 82 java-algorithms-implementation issues
Sort by recently updated
recently updated
newest added

It seems that by always taking the lowest cost edge like this: `final Graph.Edge e = edgesAvailable.remove();` , without checking if it is still connecting us to the unvisited vertex...

https://github.com/phishman3579/java-algorithms-implementation/blob/356dfb1daff89b983194c192c7534fa3b3a30126/src/com/jwetherell/algorithms/data_structures/BinarySearchTree.java#L375 this code is not wrong. I wonder can you modify it. in my opinion, replacementNode must be a leaf node. so if it is a left leaf node or...

Mid was overflowing for proposed large values of int. #### By submitting this pull request I confirm I've read and complied with the below requirements. - [x] I have read...

Karatsuba Multiplication is used to find multiplication of large integers in efficient time. #### By submitting this pull request I confirm I've read and complied with the below requirements. -...

#### By submitting this pull request I confirm I've read and complied with the below requirements. - [x] I have read the [Contribution guidelines](CONTRIBUTING.md) and I am confident that my...

#### By submitting this pull request I confirm I've read and complied with the below requirements. - [x] I have read the [Contribution guidelines](CONTRIBUTING.md) and I am confident that my...

I've added a selection sort program file in java and mentioned its complexity. #### By submitting this pull request I confirm I've read and complied with the below requirements. -...

#### By submitting this pull request I confirm I've read and complied with the below requirements. - [x] I have read the [Contribution guidelines](CONTRIBUTING.md) and I am confident that my...

… function #### By submitting this pull request I confirm I've read and complied with the below requirements. - [x] I have read the [Contribution guidelines](CONTRIBUTING.md) and I am confident...