What are the steps to design algorithm?
Formulate algorithm for each operation. Analysis specification tells what the operation does. The algorithm shows how it is done. The steps to design algorithm:
- Choose algorithm
- Choosing data structure
- Defining internal classes and operations
- Assigning operation to classes