Browse Items (2 total)
Design Proposal and Rationale
            For any set of requirements, students generate a design proposal rationale that includes a UML class diagram. The rubric evaluates how the students model the requirements and how they justify their design decisions and how the design meets the…        
        
                
        
        
        Animal Guessing Game with a Binary Search Tree
            A binary search tree is a data structure that is used to handle simple decisions.  In this assignment you will use a binary search tree to store information and then search through the information for a decision.  While a binary search tree is…