CS 3070 – Computer Science
University Level Course
Scenario:
Solve programming and algorithm-based problems.
Assignment Instructions / Questions:
1. Implement algorithms to solve assigned problems.
- Write clean, efficient, and well-documented code.
2. Analyze time and space complexity of solutions.
- Compare alternative approaches.
3. Test and debug code to ensure correctness.
- Provide sample inputs and outputs.
4. Document code and explain logic clearly.
- Include comments and function explanations.
Deliverables:
An assignment submission with code, complexity analysis, and explanations.
, Designing UML Diagrams
Computer Science 307: Software Engineering
Contents
Introduction .................................................................................................................................... 3
UML Use Case Diagram ................................................................................................................... 4
Definition..................................................................................................................................... 4
Relevance .................................................................................................................................... 5
Design.......................................................................................................................................... 5
UML Sequence Diagram.................................................................................................................. 6
Definition..................................................................................................................................... 6
Relevance .................................................................................................................................... 7
Design.......................................................................................................................................... 7
UML Deployment Diagram ............................................................................................................. 8