-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.md~
38 lines (27 loc) · 1.16 KB
/
README.md~
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
This folder Contains the solotions for the Exerxixe of the
Lecture "Prog. Techniques for Scientiffic Simulations"
Here a short description of the Exercices ir given:
Exercise 1:
=============================================================================
Exercise 2:
=============================================================================
Exercise 3:
=============================================================================
Exercise 4:
=============================================================================
Exercise 5:
=============================================================================
Exercise 6:
Problem 6.1: Cache effect
Problem 6.2: Report
Problem 6.3: Traits: (Simpson)
=============================================================================
Exercise 7:
Problem 7.1: Benchmarking standart containers
benchmark the time required to randomly insert and delete in the
three containers provided vector, list and set
Problem 7.2: Penna Model Implementation
Implement a Population class and prerforme major OP
-> use graphs for results
=============================================================================
Exercise 8: