Word Frequency. * 20 points total. * 6/20 if all you do is count the total number of words. * 12/20 if you have extracted out the words but don't have any counts. * 17/20 if counts seem right but didn't handle punctuation correctly. strcmp * 20 points total. * 17/20 if correct on all but a few types of test cases. addPower * 20 points total. * 13 if easy function correct. * 15 if easy and hard correct, but too slow on larger inputs. * 18 if easy and hard correct * 18 if all correct, but some too slow on larger inputs. * 20 if all correct. ideas.txt * 10 points total. * Was supposed to do open source idea, and "develop our own" idea. If only did one of those, 7/10. * Insufficient documentation, only provide a link and no description, etc. 5/10 war - card.hpp and deck.hpp * 10 points total. * 7 points if your code passes tests but has different results on statistics than mine. if your code is correct, it should come up with the same exact statistics as well. encrypt559 * 20 points total * 10 points if getting none encryption right * 17 points if getting none and caesar * 20 points if getting none, caesar, and vigenere asciiCount * 15 points total * 10 points if at least one of the new counts is correct * 10 points if all correct values but some formatting problem shapes * 20 points total * 10 points shape1 exactly correct * 15 points shape2, shape2 exactly correct * 20 points for all of them