Commit 8ade85e
committed
Refactor module examples and add education quality audit
1 parent 7afd928 commit 8ade85e
126 files changed
Lines changed: 1003 additions & 624 deletions
File tree
- languages
- cpp
- 01-foundations
- arrays-and-vectors/example
- control-flow/example
- formatted-output-and-iomanip/example
- functions/example
- operators-and-expressions/example
- scope-and-lifetime-basics/example
- strings/example
- types-and-io/example
- 02-core
- algorithms-basics/example
- error-handling-and-defensive-programming/example
- file-io-basics/example
- input-validation/example
- maps-and-frequency-counting/example
- sorting-and-searching/example
- 03-advanced
- constructors-and-invariants/example
- copy-and-move-semantics/example
- inheritance-and-polymorphism/example
- structs-and-classes/example
- templates-basics/example
- 04-expert
- concurrency-basics/example
- memory-management-and-raii/example
- modularization-and-build-structure/example
- performance-and-profiling-basics/example
- smart-pointers-in-depth/example
- csharp
- 01-foundations
- arrays-and-vectors/example
- control-flow/example
- formatted-output-and-iomanip/example
- functions/example
- operators-and-expressions/example
- scope-and-lifetime-basics/example
- strings/example
- types-and-io/example
- 02-core
- algorithms-basics/example
- error-handling-and-defensive-programming/example
- file-io-basics/example
- input-validation/example
- maps-and-frequency-counting/example
- sorting-and-searching/example
- 03-advanced
- constructors-and-invariants/example
- copy-and-move-semantics/example
- inheritance-and-polymorphism/example
- structs-and-classes/example
- templates-basics/example
- 04-expert
- concurrency-basics/example
- memory-management-and-raii/example
- modularization-and-build-structure/example
- performance-and-profiling-basics/example
- smart-pointers-in-depth/example
- go
- 01-foundations
- arrays-and-vectors/example
- control-flow/example
- formatted-output-and-iomanip/example
- functions/example
- operators-and-expressions/example
- scope-and-lifetime-basics/example
- strings/example
- types-and-io/example
- 02-core
- algorithms-basics/example
- error-handling-and-defensive-programming/example
- file-io-basics/example
- input-validation/example
- maps-and-frequency-counting/example
- sorting-and-searching/example
- 03-advanced
- constructors-and-invariants/example
- copy-and-move-semantics/example
- inheritance-and-polymorphism/example
- structs-and-classes/example
- templates-basics/example
- 04-expert
- concurrency-basics/example
- memory-management-and-raii/example
- modularization-and-build-structure/example
- performance-and-profiling-basics/example
- smart-pointers-in-depth/example
- python
- 01-foundations
- arrays-and-vectors/example
- control-flow/example
- formatted-output-and-iomanip/example
- functions/example
- operators-and-expressions/example
- scope-and-lifetime-basics/example
- strings/example
- types-and-io/example
- 02-core
- algorithms-basics/example
- error-handling-and-defensive-programming/example
- file-io-basics/example
- input-validation/example
- maps-and-frequency-counting/example
- sorting-and-searching/example
- 03-advanced
- constructors-and-invariants/example
- copy-and-move-semantics/example
- inheritance-and-polymorphism/example
- structs-and-classes/example
- templates-basics/example
- 04-expert
- concurrency-basics/example
- memory-management-and-raii/example
- modularization-and-build-structure/example
- performance-and-profiling-basics/example
- smart-pointers-in-depth/example
- typescript
- 01-foundations
- arrays-and-vectors/example
- control-flow/example
- formatted-output-and-iomanip/example
- functions/example
- operators-and-expressions/example
- scope-and-lifetime-basics/example
- strings/example
- types-and-io/example
- 02-core
- algorithms-basics/example
- error-handling-and-defensive-programming/example
- file-io-basics/example
- input-validation/example
- maps-and-frequency-counting/example
- sorting-and-searching/example
- 03-advanced
- constructors-and-invariants/example
- copy-and-move-semantics/example
- inheritance-and-polymorphism/example
- structs-and-classes/example
- templates-basics/example
- 04-expert
- concurrency-basics/example
- memory-management-and-raii/example
- modularization-and-build-structure/example
- performance-and-profiling-basics/example
- smart-pointers-in-depth/example
- scripts
- automation_core
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
63 | 68 | | |
64 | 69 | | |
65 | 70 | | |
66 | 71 | | |
67 | 72 | | |
| 73 | + | |
| 74 | + | |
68 | 75 | | |
69 | 76 | | |
70 | 77 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 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 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
155 | 155 | | |
156 | 156 | | |
157 | 157 | | |
| 158 | + | |
158 | 159 | | |
159 | 160 | | |
160 | 161 | | |
| |||
166 | 167 | | |
167 | 168 | | |
168 | 169 | | |
| 170 | + | |
169 | 171 | | |
170 | 172 | | |
171 | 173 | | |
| |||
178 | 180 | | |
179 | 181 | | |
180 | 182 | | |
| 183 | + | |
| 184 | + | |
181 | 185 | | |
182 | 186 | | |
183 | 187 | | |
| |||
Lines changed: 6 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
3 | 4 | | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
8 | | - | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
Lines changed: 6 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
3 | 4 | | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
7 | | - | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
Lines changed: 6 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
3 | 4 | | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
8 | | - | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
3 | 4 | | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
8 | | - | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
| |||
35 | 36 | | |
36 | 37 | | |
37 | 38 | | |
38 | | - | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | | - | |
42 | | - | |
| 41 | + | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
Lines changed: 6 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
3 | 4 | | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
7 | | - | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
Lines changed: 7 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
3 | 4 | | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
7 | | - | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
16 | | - | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
3 | 4 | | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
10 | | - | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
0 commit comments