Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 721 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 721 Bytes

adap-names

Homeworks for the Advanced Design and Programming (ADAP) course.

Homework Overview

Implemented adap-b01 Name Class

  • Class Structure: Developed the Name class using string[] as the internal representation of names.
  • Method Annotations: Annotated each method with its method type to clarify functionality.
  • Functionality: Completed the implementation of methods for managing name components such as insertion, appending, and removal.

Submission Details

  • Submission Date: Submitted the homework on October 27, 2024.
  • Test Results: All tests ran successfully.