Skip to content

issues Search Results · repo:srsandy/Data-Structures-and-Algorithms-in-Java-2nd-Edition-by-Robert-Lafore language:Java

Filter by

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.
  • HuGuo-UNC-Chapel-Hill
  • 1
  • Opened 
    on May 27, 2022
  • #92

Add a PR with any competitive coding problem In - /Practice Problems/ add competitive coding problems and solutions in the respective topic folder Check other folders in Arrays how it is done in rest ...
good first issue
hacktober
hacktoberfest
help wanted
question
up-for-grabs
  • srsandy
  • 6
  • Opened 
    on Oct 3, 2020
  • #62

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 main(String[] agrs) { CircularQueue q = ...
good first issue
hacktober
hacktoberfest
help wanted
question
up-for-grabs
  • Abhinandan1414
  • 7
  • Opened 
    on May 7, 2020
  • #60

Add a PR with any competitive coding problem In - /Practice Problems/ add competitive coding problems and solutions in the respective topic folder Check other folders in Arrays how it is done in rest ...
hacktober
hacktoberfest
help wanted
up-for-grabs
  • srsandy
  • 8
  • Opened 
    on Oct 1, 2019
  • #40

Check the repository You can find the book here Go to any unsolved chapter solve it s Programming Projects. Keep .java file in the correct folder and update the ReadMe.md accordingly. Add a PR 😄 and ...
good first issue
hacktober
hacktoberfest
help wanted
up-for-grabs
  • srsandy
  • 2
  • Opened 
    on Jul 10, 2019
  • #34

Do not use java.util or java.io packages. Pls make a new Folder name Chapter-7 add all the solutions and update the Readme.md.
enhancement
good first issue
hacktober
hacktoberfest
help wanted
up-for-grabs
  • srsandy
  • Opened 
    on Oct 6, 2018
  • #30

Do not use java.util or java.io packages. Pls make a new Folder name Chapter-7 add all the solutions and update the Readme.md.
enhancement
good first issue
hacktober
hacktoberfest
help wanted
  • srsandy
  • 5
  • Opened 
    on Oct 2, 2018
  • #26

Pls make a new Folder name Chapter-7 add all the solutions and update the Readme.md.
good first issue
hacktober
hacktoberfest
help wanted
  • srsandy
  • Opened 
    on Oct 2, 2018
  • #25

Add java file Chapter-6 folder Implement a recursive approach to showing all the teams that can be created from a group (n things taken k at a time). Write the recursive showTeams() method and a main() ...
enhancement
good first issue
hacktober
hacktoberfest
help wanted
  • srsandy
  • 5
  • Opened 
    on Oct 2, 2018
  • #15

Add java file Chapter-6 folder Write a program that solves the knapsack problem for an arbitrary knapsack capacity and series of weights. Assume the weights are stored in an array. Hint: The arguments ...
enhancement
good first issue
hacktober
hacktoberfest
help wanted
  • srsandy
  • 6
  • Opened 
    on Oct 2, 2018
  • #14
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub