In Java Final Right Now, Need Urgent Help

Page 2 of 2 FirstFirst 12

  1. Posts : 513
    Windows 7 Ultimate 64-bit
    Thread Starter
       #11

    Anak said:
    Let me google that for you


    Copy/paste Java Algorithms, Then take your pick.
    Go ahead and google it.
    If you can find any answer to even one question, inform me.

    I worked in Search Engine Optimizing Area before.
    I know how to make a website to go on to top of Google and also I know how to make a search.
    There are no answers to those questions on the internet, as well as even enough documents to understand the subjects.
    All you can find is books which tries to explains in paragraphs of words, which doesn't help.
    I already have enough e-books and hard copy books about Algorithms and Java.
      My Computer


  2. Posts : 5,605
    Originally Win 7 Hm Prem x64 Ver 6.1.7600 Build 7601-SP1 | Upgraded to Windows 10 December 14, 2019
       #12

    He gave us a few days to do it.
    There is an old proverb that goes like this:
    "Lack of planning on your part does not constitute an emergency on my part"

    It would have served you better if you would have presented your problem on one of these Forums.
    Java Programming Forums - The Java Community

    CodeGuru Forums - A Developer.com Community for C++, C#, VB, Java and .NET Solutions

    https://forums.oracle.com/forums/mai...?categoryID=84

    Java Programming Forum - The Front Page

    That is not to say that the members here at sevenforums would not at least try to provide some answers, but sevenforums is orientated more towards solving problems that relate to hardware, and software.

    This site has five pages of tutorials:
    Java Tutorials Forum | Dream.In.Code
    But, even there, their policy is:
    Asking Questions
    Dream.In.Code is primarily a place to ask questions. You'll receive the best help if you provide as much information about your question or problem as possible. Include a good title, your code, any errors you're encountering, and what you've tried or searched for to solve your problem. We will not do your homework for you.
    Source: Dream.In.Code -> New To Dream.In.Code - FAQ
    I apologize for being stern with you right before the Holidays, but you did not provide any of that information.
    It is generally considered poor Forum etiquette no matter what Forum to present a question as homework.

    All you can find is books which tries to explains in paragraphs of words, which doesn't help.
    I already have enough e-books and hard copy books about Algorithms and Java.
    It sounds like you would understand better if you had visual stimulation to help you. Have you considered searching for Java Algorithms on YouTube? I did, and came up with 466 results.

    I wish you luck, and the best for the upcoming Holidays, and New Year.
      My Computer


  3. Posts : 513
    Windows 7 Ultimate 64-bit
    Thread Starter
       #13

    Thanks.

    I will check youtube.

    My problem is these questions have nothing to do with writing codes.
    We gotta explain what the program is changing at every step with a specific sorting algorithm.

    Have a happy holidays and new year too.



    P.S.: For example, I have no clue on Question number 2 and 3.
    Last edited by IMAyNeed; 07 Dec 2011 at 22:10.
      My Computer


  4. Posts : 5,605
    Originally Win 7 Hm Prem x64 Ver 6.1.7600 Build 7601-SP1 | Upgraded to Windows 10 December 14, 2019
       #14

    My apologies on not being able to help you more.

    Post back after the testing, and Holidays, I would be interested in hearing how you made out.
      My Computer


  5. Posts : 896
    Windows 7 Ultimate
       #15

    Anak said:
    He gave us a few days to do it.
    There is an old proverb that goes like this:
    "Lack of planning on your part does not constitute an emergency on my part"

    It would have served you better if you would have presented your problem on one of these Forums.
    Java Programming Forums - The Java Community

    CodeGuru Forums - A Developer.com Community for C++, C#, VB, Java and .NET Solutions

    https://forums.oracle.com/forums/mai...?categoryID=84

    Java Programming Forum - The Front Page

    That is not to say that the members here at sevenforums would not at least try to provide some answers, but sevenforums is orientated more towards solving problems that relate to hardware, and software.

    This site has five pages of tutorials:
    Java Tutorials Forum | Dream.In.Code
    But, even there, their policy is:
    Asking Questions
    Dream.In.Code is primarily a place to ask questions. You'll receive the best help if you provide as much information about your question or problem as possible. Include a good title, your code, any errors you're encountering, and what you've tried or searched for to solve your problem. We will not do your homework for you.
    Source: Dream.In.Code -> New To Dream.In.Code - FAQ
    I apologize for being stern with you right before the Holidays, but you did not provide any of that information.
    It is generally considered poor Forum etiquette no matter what Forum to present a question as homework.

    All you can find is books which tries to explains in paragraphs of words, which doesn't help.
    I already have enough e-books and hard copy books about Algorithms and Java.
    It sounds like you would understand better if you had visual stimulation to help you. Have you considered searching for Java Algorithms on YouTube? I did, and came up with 466 results.

    I wish you luck, and the best for the upcoming Holidays, and New Year.
    This is the chill out room. He can talk about anything he wants as long as it with in the rules. This room isn't especially for hardware or software.

    My Evo sent this on its own.
      My Computer


  6. Posts : 513
    Windows 7 Ultimate 64-bit
    Thread Starter
       #16

    Anak said:
    My apologies on not being able to help you more.

    Post back after the testing, and Holidays, I would be interested in hearing how you made out.
    I got the answers from other students and adapted to myself.
    I don't have the answers in my hand, but first question was done all right.
    Second was done by modifying another student's answer.
    Again, I don't remember right now exactly how I modified it, but it was modified from

    5
    5 23
    23 5
    23 5 65
    23 65 5
    65 23 5
    65 23 5 108
    108 65 23 5
    108 65 23 5 2
    108 65 23 5 2 73
    108 73 65 23 5 2
    108 73 65 23 5 2 41
    108 73 65 41 23 5 2
    108 73 65 41 23 5 2 52
    108 73 65 52 41 23 5 2
    108 73 65 52 41 23 5 2 34
    108 73 65 52 41 34 23 5 2

    and

    i insert 0 1 2 3 4 5 6 7 8
    A[i] 5 23 65 108 2 73 41 52 34
    A[i] 5 23 73 108 2 65 41 52 34
    A[i] 5 108 73 23 2 65 41 52 34
    A[i] 5 108 73 52 2 65 41 23 34
    A[i] 108 5 73 52 2 65 41 23 34
    A[i] 108 52 73 5 2 65 41 23 34
    A[i] 108 52 73 34 2 65 41 23 5

    This one helped some: Build Heap


    Third question, I wrote this one:

    2,1,1,5,1,2,4,4,4,7,1,1,1,3,3,5,5,5,1,7,7,4
    2 1 1 5 1 2 4 4 4 4 1 1 1 3 3 5 5 5 1 7 7 7
    2 1 1 1 1 2 4 4 4 4 1 1 1 3 3 5 5 5 5 7 7 7
    2 1 1 1 1 2 1 1 3 3 1 4 4 4 4 5 5 5 5 7 7 7
    2 1 1 1 1 2 1 1 1 3 3 4 4 4 4 5 5 5 5 7 7 7
    1 1 1 1 1 1 1 2 2 3 3 4 4 4 4 5 5 5 5 7 7 7

    For the fourth question, again I don't have the answer in hand, but I got the answer from a book (not the exact answer, the Shellsort function), Algorithms in Java.

    Fifth question, I can't write the answer here, because writing all those 1s and 0s is a pain in the neck. I got the answer from another student, and still do not understand the Radixsort.

    Sixth question, the Huffman Code, again I took the answer from another student and modified it. We (me and a couple of other students) used the definition and examples from a couple of Algorithm books and tried to do it. I believe everyone wrote different answers.

    Shortly, I got an A on the exam without really understanding the subjects.
    If I was asked the same questions again, I wouldn't be able to do any of those without looking at those books.

    Sorry for the late reply, just got my grade yesterday.

    I hope you had a nice Christmas and a happy new year's eve.

    Happy New Year!
      My Computer


  7. Posts : 5,605
    Originally Win 7 Hm Prem x64 Ver 6.1.7600 Build 7601-SP1 | Upgraded to Windows 10 December 14, 2019
       #17

    That is great IMAyNeed! Wonderful that you earned an "A"!

    No need on the apologies, I figured it would take some time being it was around the Holidays.

    Keep hitting those Books!

    The Holidays were good for me; as I hope, except that darn exam, they were good for you, and yours also.
      My Computer


 
Page 2 of 2 FirstFirst 12

  Related Discussions
Our Sites
Site Links
About Us
Windows 7 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 7" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 21:28.
Find Us