R7571/work/week6/series/homework254682c56a70fw6ex5_FR
R7571/work/week6/series/homework2
54682c56a70fw6ex5_FR
README.md
README.md
Work division strategy (3 people)
- Definition of top-level code interface:
- Tristan: Series class (series.hh)
- Théo: define DumperSeries class (dumper.hh)
- Definition and implementation of Series subclasses:
- Tristan: ComputePi class (pi.hh and pi.cc)
- Théo: ComputeArithmetic class (arithmetic.hh and arithmetic.cc)
- Théo: modification of main to execute series (main.cc)
- Definition and implementation of DumperSeries subclasses:
- Tristan: PrintSeries class (print.hh and print.cc)
- Théo: WriteSeries class (write.hh and write.cc)
- Re-definition of printing methods in DumperSeries:
- Tristan: modify DumperSeries and PrintSeries classes
- Evluation of complexity:
- Théo: modify Series, ComputePi and ComputeArithmetic classes to optimize computation
- "Bonus":
- Flavio: Implementation of exhaustive, robust testing and options in main file
c4science · Help