-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathworking hours record.csv
More file actions
We can make this file beautiful and searchable if this error is corrected: It looks like row 10 should actually have 1 column, instead of 2 in line 9.
33 lines (33 loc) · 1.94 KB
/
working hours record.csv
File metadata and controls
33 lines (33 loc) · 1.94 KB
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
Meeting; 11.03.2025;1;first meeting and planning
Implementing Game;27.03.2025;5;Proof of Concept
Implementing Game;28.03.2025;5;Proof of Concept
Meeting; 02.04.2025;1;second meeting
Implementing Game;04.04.2025;5;refactoring and documentation
Implementing Game;05.04.2025;5;refactoring and documentation
Implementing Visualization;11.04.2025;3;Proof of Concept (insertion sort only)
Implementing Visualization;12.04.2025;4;other primitive sort algorithms
Implementing Visualization;04.07.2025;4;draft of merge sort
Implementing Visualization;05.07.2025;3;refactoring, visual improvements
Game Manual;08.07.2025;5;first draft
Meeting; 09.07.2025;1;third meeting
Implementing Game;09.07.2025;5;rearrangement of elements, improving icons
Implementing Visualization;10.07.2025;4;refactoring, visual improvements
Implementing Game;10.07.2025;2;refactoring
Game Manual;10.07.2025;1;added screencaps, updated structure according to code refactoring
Implementing Visualization;11.07.2025;5;refactoring, merge details
Implementing Visualization;12.07.2025;2;improved merge details
Game Manual;12.07.2025;4;changed structure
Implementing Visualization;12.07.2025;4;drafted quick sort
Implementing Visualization;13.07.2025;6;quick sort bugfixes and improvements, more details on selection sort
Implementing Visualization;14.07.2025;5;implemented search algorithms, bugfixes
Implementing Game;15.07.2025;5;OOP version
Implementing Game;16.07.2025;5;OOP version
Implementing Game;17.07.2025;5;OOP version, refactorings in both versions
Implementing Game;18.07.2025;5;OOP version, visual improvements in both version
Implementing Game;19.07.2025;5;OOP version
Implementing Visualization;22.07.2025;1;minor refactoring
Meeting; 23.07.2025;1.5;fourth meeting
Implementing Visualization;26.07.2025;1;minor refactoring
Implementing Game;26.07.2025;2;minor refactoring and safety measures
Meeting; 20.08.2025;1.5;fifth meeting
Implementing Visualization;30.08.2025;4;minor refactoring, iterative mergesort