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.

Results 1 to 4 of 4

Thread: Please help for my homework

  1. #1
    Junior Member
    Join Date
    Jun 2014
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Please help for my homework

    1. Two binary trees are called "like looking in the mirror" if both are empty or not, if the left side on the first tree is similar to the right side of the second tree. The following figure shows this situation. Develop a Java program that checks whether two binary trees are "like looking in the mirror

    2. A binary tree whose nodes contain unilateral beginnings of linked lists. Write a program in Java that creates such a structure, fills it with data and prints total number of elements of such a structure (number of nodes in the tree and the number of elements of all lists).


    Atach for pictures
    Attached Files Attached Files


  2. #2
    Senior Member
    Join Date
    Jul 2013
    Location
    Europe
    Posts
    666
    Thanks
    0
    Thanked 121 Times in 105 Posts

    Default Re: Please help for my homework

    Is there a question?

  3. #3
    Super Moderator
    Join Date
    Jun 2013
    Location
    So. Maryland, USA
    Posts
    5,520
    My Mood
    Mellow
    Thanks
    215
    Thanked 698 Times in 680 Posts

    Default Re: Please help for my homework

    Welcome to the forum! Please read this topic to learn how to post code in code or highlight tags and other useful info for new members.

    We won't do the work for you. Show some code that you've written, ask specific questions, post errors that you need help with.

  4. #4
    Member Abhilash's Avatar
    Join Date
    Jun 2014
    Location
    Kolkata, West Bengal, INDIA
    Posts
    108
    My Mood
    Busy
    Thanks
    5
    Thanked 10 Times in 10 Posts

    Default Re: Please help for my homework

    What have you tried? Where are the specifics?

Similar Threads

  1. need homework
    By lazuardi in forum Java Theory & Questions
    Replies: 1
    Last Post: December 1st, 2013, 08:33 AM
  2. homework help
    By andrag3k in forum What's Wrong With My Code?
    Replies: 1
    Last Post: October 15th, 2013, 09:39 PM
  3. Help with my homework?
    By mshem in forum Java Theory & Questions
    Replies: 2
    Last Post: November 16th, 2012, 03:15 AM
  4. Homework help?
    By regi.dg in forum Object Oriented Programming
    Replies: 0
    Last Post: October 16th, 2012, 08:17 PM
  5. Homework
    By jdonaldson in forum What's Wrong With My Code?
    Replies: 1
    Last Post: March 9th, 2011, 11:09 AM