COMPTNG 10B

Intermediate Programming

Description: Lecture, three hours; discussion, two hours; laboratory, eight hours. Requisite: course 10A or Computer Science 31. Abstract data types and their implementation using C++ class mechanism; dynamic data structures, including linked lists, stacks, queues, trees, and hash tables; applications; object-oriented programming and software reuse; recursion; algorithms for sorting and searching. P/NP or letter grading.

Units: 5.0
2 of 2
Overall Rating N/A
Easiness N/A/ 5
Clarity N/A/ 5
Workload N/A/ 5
Helpfulness N/A/ 5
Overall Rating N/A
Easiness N/A/ 5
Clarity N/A/ 5
Workload N/A/ 5
Helpfulness N/A/ 5
AD
Overall Rating N/A
Easiness N/A/ 5
Clarity N/A/ 5
Workload N/A/ 5
Helpfulness N/A/ 5
Overall Rating 3.1
Easiness 2.0/ 5
Clarity 3.1/ 5
Workload 1.7/ 5
Helpfulness 3.6/ 5
Most Helpful Review
I felt that Prof. Ouellette is super fair, but how difficult you find his class will most likely be dependent on who you had for 10A. And ironically, I don't think Ouellette for 10A will adequately prepare you for Ouellette for 10B. I took 10A with Virtanen, and by comparison, Ouellette's class was a relatively more one. Pros: - Ton of time to finish homework assignments, just don't EVER start 1 or 2 days before it's due. Even if you just look at it the day it's assigned, that's better than pretending it's going to go away until a couple days before it's due. - Exam formats are pretty much the same, from midterms to final. - On a related note, the final did NOT take all 3 hours. Major plus. - MY GOD THE AVAILABILITY OF THIS PROF. Never take it for granted- massive bonus that he will answer content related questions over email! And seriously he like lives in the PIC lab there's no excuse for not getting help. Go to him before TAs, Lab assistants, classmates. He is your key. Cons: - No curve, no dropped exams. He's really straightforward about this going in. It won't change for you. - Memory based: More than problem solving, I felt this class was for homework, ability to follow directions to a tee, for exams, remembering all the little behavioral details and syntactical requirements. C++ is a strict language and his exams reinforce that. MY TIPS: - Please start the homework when it's assigned. - Find a homework buddy! I had one, we met every week on a day that prof O had office hours and got the assignment done in <5 hours - Use his resources. Studying will require going back through every lecture, looking at examples to supplement your understanding, etc. - DO THE BOOK PROBLEMS HE RECOMMENDS. - Find old exams. I got a B and had there been an alternate grading scheme or a curve it would've been an A- or higher. Just be prepared to put in work for this class, ESPECIALLY if your 10A class didn't focus too hard on either pointers or classes.
Overall Rating 1.0
Easiness 1.4/ 5
Clarity 1.0/ 5
Workload 1.6/ 5
Helpfulness 1.0/ 5
Most Helpful Review
Winter 2019 - TLDR: This guy sucks in every way possible. DO NOT take him. For the record, this is the first time I wrote a review this long because I feel the need to share how much this professor annoyed me throughout the quarter. I will just list out some facts about this professor, unbiased. FACTS: 1. His English has a strong accent, and his wordings show the exact opposite of proficiency in terms of explaining any of the stuff. 2. His slides are basically a copy either from cplusplus.com/doc/tutorial/ or something from stackoverflow; he rarely puts the effort in making a proper slide. 3. Aside from being a copy, his slides are usually just a bunch of white background with tons of words on them. 4. In the so-called "Lectures", he mostly just read whatever is on his slides out loud, with minimal explanations sometimes to the easy parts of the concepts, and the hard parts are often ignored. (FYI, this means his lectures are basically book-reading sessions with whatever he copied from elsewhere) 5. He does not emphasize on important stuff, but would spend 15 minutes talking about trifle matters at the start of the class, like how many people submitted the homework late or how he will not tolerate that in the next time, and the same speech again the next time a homework is due (FYI, it is a 50 minute class). 6. His class is the least engaging (which you probably guessed from earlier), but it seems that he does not even make attempts to make it slightly more engaging. 7. His code-writing demo often does not work, sometimes even when he was doing copy and paste from other's working codes for mysterious reasons. 8. He copies homework problems from the Internet, mostly from leetcode. 9. His homework questions are really unclear, the harder part would be trying to figure out what he wants (I will provide an example later), and when you inquire about the homework questions, his standard explanation for every question is simply "whatever you want" with/without the extension of "as long as it works." Example for #9: He wanted us to write a void function reverse(string str1) to reverse the order of characters of str1, and return a string str2, consisting of the reversed string. For those who have no idea what I am talking about: a void function is not supposed to return anything, so this is contradictory. And when inquired, the professor replied "whatever you want", leaving the class in confusion. 10. Aside from unclear homework requirements, his homework can also have changing requirements. (Example below as well) Example for #10: On the first class, he published the homework that required us to program a non-interactive tic-tac-toe game (one with 2 human players, without an AI), and two days later, he wants an interactive version (one with AI and just 1 human player), which caused a widespread panic among the class, and just when everybody has either completed the job or half-way through, he says the homework only ask for a non-interactive one. Aside from that, when he is inquired about what he wants the day before deadline, and he used the standard explanation as above "whatever you want," and in the end many people got a bad score because the grader find their works having not passed all test(while some were intended for god-knows-which version) 11. He can be very obvious when he favors a student or dislikes one. 12. He refuses helping students debug, not even a short glimpse in most cases. 13. His tests are not absurdly hard, but be advised that he may include stuff that is barely went through or never thoroughly explained and put a somewhat heavier emphasis on them. 14. He can take points off from an answer that would compile and would fulfill everything required in the question when the answer is not identical with what he planned in mind. 15. He can refuse regrading a test paper while it is obviously graded wrongly 16. He can refuse explaining something on the test that is not necessarily explained previously, and tell the student to "google it" (and I quote "google it" from his office hour) 17. I was once in his office hour and another student asks for a regrade on a specific question on the final, and he not only refused to look at it, but also said that he will take more points off from the student if the student insisted him to take a look at the answer and the answer is wrong. He explicitly said to that student that "This is a gamble." (which is absurd because a). how is it reasonable to take more point off for a regrade request? and b). This whole "gamble" thing just scares me because this implies that there is no formal rubric for the partial credits and the grading of the final)
Overall Rating 4.2
Easiness 1.8/ 5
Clarity 4.2/ 5
Workload 1.8/ 5
Helpfulness 4.5/ 5
Most Helpful Review
So a little background info: I had Wittman for 10A and 10B. I thought he was pretty easy in 10A. 10B is a whole different game. The homeworks took WAYYY longer. In 10A he likes to feed the code for the harder programs; in 10B he gives you maybe a little bit of the code and makes you do tons of changes for the homework. I would spend literally hours just trying to get my programs to compile because it was just harder in general. Extra credit? Forget about it; almost always not worth it. I remember I finished my homework two days early and decided I would try the extra credit and ended up spending like six hours trying to earn one more point -_-. (Also it's a good idea if you really want to try the extra credit to backup your cpp file after you get it running so you can abandon the project if you mess it up :-| But I hear I'm the only one who didn't already know this) Don't expect any curves either. His exams are not that hard and he has so much material to practice with that the medians are something like 90% (I think one was 43/50 and one was 47/50...). I also get the vibe that the better the class does on the first two midterms the harder the final is.. because this quarter his final was a bit of a killer. Like with all your classes just make sure you follow the directions on the exam very carefully because it's really annoying to have to redo some of the questions. Wittman is literally the best possible teacher you could have for this class; he's patient, articulate, organized, and amusing. He really puts a lot of effort in to make sure that students learn the material, and I think you should definitely take Wittman if you have to take the class at all.
2 of 2

Adblock Detected

Bruinwalk is an entirely Daily Bruin-run service brought to you for free. We hate annoying ads just as much as you do, but they help keep our lights on. We promise to keep our ads as relevant for you as possible, so please consider disabling your ad-blocking software while using this site.

Thank you for supporting us!