<p>Is it just me or did anyone else find AP Computer Science A a little harder than usual?</p>
<p>i took AB, found it easier than usual : /</p>
<p>are there overlappin questions on A and AB?</p>
<p>i doubt it, but I saw the AB free response, Im taking the course next year so I gotta start brushing up on that, and I MAY take A again cause i may not get a 5 which i really wanted</p>
<p>wow it seems by the lack of responses that not many people take this course</p>
<p>I took the AB, thought the MC were fairly easy, I had skipped 5, went back and left 1 blank. The free response, the first 2 were like copies of the last two years, so that was easy. The 3rd one I forgot on, and the last one, well I probably get a 0 for the second part. I had it find the path and on traversing back up the list add a 1 or 0 to a stack. And then made that into a list by popping them. I didnt realize until after I finished I should have just returned nodes, but I was like too much erasing to fix it.</p>
<p>damn, i guess not many people take A</p>
<p>I took it. I don't think it was that hard. What made me a little disappointed with myself was that I decided to skip over some of the exact topics that the test addressed because I was really lazy. Oh well.</p>
<p>AB FR #4 was almost exactly the same as knightstour lab</p>
<p>haha i was erasin the whole time, and everyone was givin me the evil eye</p>
<p>wait, potatoe u took A?</p>
<p>I thought the mc was easy, but the FRQ's were harder than the practice ones I took. Here's a link to the questions if anyone forgot them. <a href="http://www.collegeboard.com/prod_downloads/student/testing/ap/compsci_a/ap06_frq_computer_sci_a.pdf%5B/url%5D">http://www.collegeboard.com/prod_downloads/student/testing/ap/compsci_a/ap06_frq_computer_sci_a.pdf</a></p>
<p>A MC and FRQ seemed pretty easy. That last game just struck me as stupid.</p>
<p>the merge sort ****ed me up, and the last game i didnt understand till afte the test lol but for the first question part a did u put</p>
<p>public boolean conflictWith(Appointment other)</p>
<p>boolean doesOverlap=false;
if(this.compareTo(other)==0)
{
doesConflict =true;
return doesConflict;
}
return doesConflict;</p>
<p>not supposed to talk about MC, although i dont see the point so edited</p>
<p>we cannot discuss MC, sorry
i took Comp Sci A and i think i did well. last fr was tricky but i hope i got 5 overall</p>
<p>oh yea whoops lol, but for the FRQ first one part a, is that right?</p>
<p>how is the curve on Comp Sci A? Is it impossibly hard to get a 5?</p>
<p>you'd need about 75% of the points for a 5</p>
<p>The fr wasn't even about fishes, I was so mad at that! But, I think I did good overall. Did anyone have a long code for the last fr?</p>
<p>what did u guys think about the mergesort?</p>
<p>for the last one i put if(....=0 && ......=0 && .......=0)</p>