diff --git a/work/week6/series/homework2/README.md b/work/week6/series/homework2/README.md index 1faa57c..d7b2782 100644 --- a/work/week6/series/homework2/README.md +++ b/work/week6/series/homework2/README.md @@ -1,23 +1,23 @@ ### Work division strategy (3 people) 1. Definition of top-level code interface: - Tristan: Series class (`series.hh`) - Théo: define DumperSeries class (`dumper.hh`) 2. 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`) 3. Definition and implementation of DumperSeries subclasses: - Tristan: PrintSeries class (`print.hh` and `print.cc`) - Théo: WriteSeries class (`write.hh` and `write.cc`) 4. Re-definition of printing methods in DumperSeries: - Tristan: modify DumperSeries and PrintSeries classes 5. Evluation of complexity: -- Théo: modify Series, ComputePi and ComputeArithmetic classes to optimize computation +- Flavio: modify Series, ComputePi and ComputeArithmetic classes to optimize computation 6. "Bonus": -- Flavio: Implementation of exhaustive, robust testing and options in main file \ No newline at end of file +- Flavio: Implementation of exhaustive, robust testing and options in main file diff --git a/work/week6/series/sujet.pdf b/work/week6/series/sujet.pdf index b24b268..3d2a031 100644 Binary files a/work/week6/series/sujet.pdf and b/work/week6/series/sujet.pdf differ