Loading
HomeComputer Science Help › Need help solving and understanding this with commented c...
Status: Completed
Need help solving and understanding this with commented code.
Date Posted: 21/04/2021
Category: Computer Science
Due Date: 24/04/2021
Instruction
In the pdf
Bidders
drjim 4 years, 12 months ago
Rated 9.55 earned 24203.41 around 648 assignments.
Hello! I can work on this task asap. I can also help you with your whole class at a discount!
$90.00
  • Hi, is there any chance you can do it for 80? I am not sure I can go above that.
    User_35360 | Apr 22, 2021, 23:35 PM
  • Hi Yes. Can you extend the deadline?
    drjim | Apr 23, 2021, 00:45 AM
  • Yea, to sunday
    User_35360 | Apr 23, 2021, 00:49 AM
  • hello
    User_35360 | Apr 23, 2021, 03:53 AM
  • Hello. Can we do $100?
    drjim | Apr 23, 2021, 03:55 AM
  • h H ello
    drjim | Apr 23, 2021, 04:14 AM
  • 85 is the most I can go, I am sorry, it will end up reaching 90 because of tax and fees too
    User_35360 | Apr 23, 2021, 12:02 PM
  • Hey. Can you provide these files?
    drjim | Apr 23, 2021, 12:08 PM
  • src/edu/uwm/cs351/HexBoard.java Skeleton of HexBoard. src/TestHexBoard.java Test cases for the ADT. src/TestInternals.java For testing the data structure invariant. src/TestEciency.java Testing eciency of the ADT. src/edu/uwm/cs/util/Primes.java Utility class for generating and checking primes.'
    drjim | Apr 23, 2021, 12:08 PM
  • They are in the zip file
    User_35360 | Apr 23, 2021, 12:25 PM
  • When do you need it?
    drjim | Apr 23, 2021, 15:28 PM
  • I will do it
    drjim | Apr 23, 2021, 15:28 PM
  • Sunday/Monday, ok great
    User_35360 | Apr 23, 2021, 15:29 PM
  • Can you reduce the price to $85, so I can assign it
    User_35360 | Apr 23, 2021, 15:30 PM
  • Changed
    drjim | Apr 23, 2021, 15:37 PM
  • assigned, please make sure the tests pass, thank you
    User_35360 | Apr 23, 2021, 15:39 PM
  • I've uploaded an image. Is that your expected result?
    drjim | Apr 23, 2021, 17:28 PM
  • Yes, it is
    User_35360 | Apr 23, 2021, 17:47 PM
  • Do you have homework 10?
    drjim | Apr 23, 2021, 21:19 PM
  • Yes, I will send it now
    User_35360 | Apr 23, 2021, 21:37 PM
  • I just tried uploading files thrice but they do not work show on my end for some reason, can you see them?
    User_35360 | Apr 23, 2021, 21:41 PM
  • No. What's your email?
    drjim | Apr 23, 2021, 21:43 PM
  • damola_odusanya at yahoo.com
    User_35360 | Apr 23, 2021, 21:44 PM
  • sent
    User_35360 | Apr 23, 2021, 21:45 PM
  • We are not really allowed to share personal details here but you can send the file to me. Thanks
    drjim | Apr 23, 2021, 21:46 PM
  • Hello friend. I'm done. Kindly check and release the funds. Thank you
    drjim | Apr 24, 2021, 16:26 PM
  • Alright, give me about 30 mins. I will go through it and release the funds, thank you!
    User_35360 | Apr 24, 2021, 16:50 PM
  • Great
    drjim | Apr 24, 2021, 16:56 PM
  • The testInternals pass but the testCollection and testEfficiency do not
    User_35360 | Apr 24, 2021, 20:12 PM
  • Hey, Do you have the book you used?
    drjim | Apr 25, 2021, 11:05 AM
  • I do, sent some screenshots to your email
    User_35360 | Apr 25, 2021, 11:27 AM
  • Hello
    User_35360 | Apr 25, 2021, 20:17 PM
  • Hey, how is it going?
    User_35360 | Apr 26, 2021, 03:11 AM
  • Hello friend. I'm still getting errors
    drjim | Apr 26, 2021, 03:11 AM
  • Oh, do you have any particular method that is confusing, so I can give you the process, and maybe you will be able to implement it?
    User_35360 | Apr 26, 2021, 03:14 AM
  • forming the iterator is throwing an error
    drjim | Apr 26, 2021, 05:26 AM
  • Ok, not sure if these will help but I will send them, hopefully they help
    User_35360 | Apr 26, 2021, 05:38 AM
  • The homework says, "The iterator should return the elements in order over the array starting at zero, and within each chain, from the head to the tail."  I interpreted this as you start from the current element, and if that element's next is null you move on to the next array spot.  So in this case 6 would be true for hasNext().  I hope this clears things up
    User_35360 | Apr 26, 2021, 05:39 AM
  • From the handout "Unlike the textbook, our hash table will increase the array size when the table has many elements in it. It will start as size seven, and then whenever the table would be three-quarters full, we will increase the array size to the next prime that is larger than twice the current capacity. On the other hand, if the table ever gets empty, the array should be reverted to the initial size. We don't shrink the table otherwise, because it's hard to handle iteration if the elements move around."
    User_35360 | Apr 26, 2021, 05:39 AM
  • Great. Let me check on it
    drjim | Apr 26, 2021, 05:44 AM
  • How is it going?
    User_35360 | Apr 26, 2021, 13:20 PM
  • I will be done In the next one hour. I have made a huge progress
    drjim | Apr 26, 2021, 13:26 PM
  • Good to hear, thank you very much, really appreciate your effort
    User_35360 | Apr 26, 2021, 13:27 PM
  • I'm done and uploaded. Kindly check. I hope this work. It has taken too much of my time...fingers crossed.
    drjim | Apr 26, 2021, 16:09 PM
  • Alright, I am on it
    User_35360 | Apr 26, 2021, 16:57 PM
  • The tests still fail, did you use linear search on the array instead of chained hashing?
    User_35360 | Apr 26, 2021, 17:12 PM
  • Linear searching. The iterator not working
    drjim | Apr 26, 2021, 17:18 PM
  • Oh, give me a while I will figure it out, do you by chance have other samples of the code with another implementation(that did not work)?
    User_35360 | Apr 26, 2021, 17:23 PM
  • Yes. What I sent last
    drjim | Apr 26, 2021, 17:28 PM
  • By the way since Saturday I've not done anything else
    drjim | Apr 26, 2021, 17:29 PM
  • Alright, I will compare them. I will release the payment now, I really appreciate your effort
    User_35360 | Apr 26, 2021, 17:31 PM
  • Thank you so much. I tried my best.
    drjim | Apr 26, 2021, 17:32 PM
  • You certainly did, is it fine if I keep asking you questions related to it or if I figure it out and might need you to help me implement it?
    User_35360 | Apr 26, 2021, 18:01 PM
  • Sure!
    drjim | Apr 26, 2021, 18:04 PM
  • So for the Invariant, I think we are supposed to create helper methods so that we can do all the operations we are supposed to do such as resizing the array or looking for duplicates and other things like that. Remembering it is an array of nodes with linkedlists chained to each index.
    User_35360 | Apr 26, 2021, 18:22 PM
  • Any luck with this info?
    User_35360 | Apr 26, 2021, 19:51 PM
  • can you help with the helper methods? I think that is the only problem left to fix
    User_35360 | Apr 26, 2021, 21:53 PM
  • {$ item.message_content $}
    {$ item.sender_username $} | {$ item.date_entered $}
 
 
paulk 4 years, 12 months ago
Rated 9.77 earned 9672.34 around 332 assignments.
After reviewing your instructions, I decided to bid confidently that I will deliver. Thanks
$190.00
  • {$ item.message_content $}
    {$ item.sender_username $} | {$ item.date_entered $}
 
 
Robert_d_308 4 years, 12 months ago
Rated 9.37 earned 62524.46 around 2184 assignments.
Hello! I can work on this task asap. I can also help you with your whole class at a discount!
$150.00
  • Hi, is there any chance you can do it for 80? I am not sure I can go above that.
    User_35360 | Apr 22, 2021, 23:35 PM
  • {$ item.message_content $}
    {$ item.sender_username $} | {$ item.date_entered $}
 
 
exclusivewriter 4 years, 12 months ago
Rated 9.41 earned 74860.53 around 2443 assignments.
I’m an expert in this field and I promise to deliver quality within the shortest time possible.
$160.00
  • Hi, is there any chance you can do it for 80? I am not sure I can go above that.
    User_35360 | Apr 22, 2021, 23:36 PM
  • {$ item.message_content $}
    {$ item.sender_username $} | {$ item.date_entered $}
 
 
surrogatewriter 4 years, 12 months ago
Rated 9.31 earned 74450.46 around 2809 assignments.
I’m an expert in this field and I promise to deliver quality within the shortest time possible.
$190.00
  • {$ item.message_content $}
    {$ item.sender_username $} | {$ item.date_entered $}
 
 
tutor4U_d_971 4 years, 12 months ago
Rated 9.33 earned 53632.21 around 1383 assignments.
Hello Friend, Kindly allow me to help you in SPSS, R, Excel, R-Markdown, StatCrunch, PhStat, Tableau, MATLAB, and Ms Project, Sociology, Religion, Political science, Psychology, Health Care, Nursing, Finance and Accounting, Economics, Business, Biology, HRM history and Government, Law, Auditing, Research papers, peer review articles, PPT slides, Calculus, Algebra online classes, and term papers. I guarantee distinct and excellent work. Quality, Timely and 100% plagiarism free work. Nothing short of A+++ and GPA 4.0
$250.00
  • {$ item.message_content $}
    {$ item.sender_username $} | {$ item.date_entered $}
 
 
Kimwoods_d_924 4 years, 12 months ago
Rated 8.9 earned 9357.10 around 278 assignments.
Hello, kindly assign me this task. I will do it perfectly for you. And please let me know if you have any other task. I will still do it for you. We can surely work together. It will be my pleasure. Thank you
$180.00
  • {$ item.message_content $}
    {$ item.sender_username $} | {$ item.date_entered $}
 
 
smunga 4 years, 12 months ago
Rated 9.79 earned 56286.74 around 1391 assignments.
Hello friend. I am a quality-driven writer with special technical skills and vast experience in the field. A plagiarism-free paper and impeccable quality content is what I deliver. Timely delivery and originality are guaranteed. Kindly allow me to do this paper for you and I guarantee you an A-worthy paper.
$150.00
  • {$ item.message_content $}
    {$ item.sender_username $} | {$ item.date_entered $}
 
 
seniorwritersteve 4 years, 12 months ago
Rated 8.6 earned 16849.88 around 514 assignments.
I can do it for you
$145.00
  • Hi, is there any chance you can do it for 80? I am not sure I can go above that.
    User_35360 | Apr 22, 2021, 23:35 PM
  • {$ item.message_content $}
    {$ item.sender_username $} | {$ item.date_entered $}