Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Page 2 of 2 FirstFirst 12
Results 26 to 27 of 27

Thread: Depth-Limited Search using Recursive Backtracking...please help!

  1. #26
    Super Moderator Sean4u's Avatar
    Join Date
    Jul 2011
    Location
    Tavistock, UK
    Posts
    637
    Thanks
    5
    Thanked 103 Times in 93 Posts

    Default Re: Depth-Limited Search using Recursive Backtracking...please help!

    Did your instructor give you javadocs for their HashMap class which explains the novel behaviour? You can't even try out java.util.HashMap, LinkedHashMap or TreeMap because your instructor's HashMap has an incompatible interface: you'd have to edit your loop as well as the import statement. You could ask you instructor an innocent question about why it works like that. I think it wouldn't be inappropriate to point out a third party

    :facepalm:

    either. I wouldn't describe myself as a Java expert, so I'd be interested to know how many other keen Java programmers would also :facepalm: over this

  2. #27
    Junior Member
    Join Date
    Jun 2012
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Depth-Limited Search using Recursive Backtracking...please help!

    Would you please post all the other classes that go with DepthLimitedSearch class? It would be very helpful. Thanks!

Page 2 of 2 FirstFirst 12

Similar Threads

  1. Replies: 2
    Last Post: July 24th, 2011, 05:29 PM
  2. Replies: 1
    Last Post: January 27th, 2011, 08:13 AM
  3. Q:BackTracking Algorithm
    By Cross`17 in forum Algorithms & Recursion
    Replies: 0
    Last Post: April 17th, 2010, 11:33 PM
  4. recursive search of all local disks
    By ttsdinesh in forum Java Theory & Questions
    Replies: 4
    Last Post: September 27th, 2009, 08:23 AM
  5. How can i create fake IP addresses to extract information for the DB?
    By neomancer in forum Java Theory & Questions
    Replies: 4
    Last Post: May 8th, 2009, 04:54 AM