Data-Structures-and-Algorithms-in-Java-2nd-Edition-by-Robert-Lafore icon indicating copy to clipboard operation
Data-Structures-and-Algorithms-in-Java-2nd-Edition-by-Robert-Lafore copied to clipboard

Solutions of Data Structures and Algorithms in Java 2nd Edition by Robert Lafore. Adding practice problems and solutions.

Results 5 Data-Structures-and-Algorithms-in-Java-2nd-Edition-by-Robert-Lafore issues
Sort by recently updated
recently updated
newest added

It is better to write the if statement as "if(a[in - 1] == temp && a[in - 1] != -1) " otherwise, it could cause an incorrect result for nCopies.

program for palindrome string

hacktober
hacktoberfest-accepted

https://www.hackerrank.com/challenges/reduced-string/problem

hacktoberfest-accepted

The mentioned file **needs** to be re-written. There is no concept of **overflow** in Circular Queue as it wraps up. What I mean is: Test Driver Code: public static void...

help wanted
good first issue
question
hacktoberfest
hacktober
up-for-grabs