Commit 7afd928
committed
Add didactic comments across examples
1 parent 82ef7e9 commit 7afd928
202 files changed
Lines changed: 948 additions & 547 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
- PricingModule
- 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 | |
|---|---|---|---|
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | | - | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
97 | 96 | | |
98 | 97 | | |
99 | 98 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
141 | | - | |
| 141 | + | |
142 | 142 | | |
143 | | - | |
144 | | - | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
145 | 146 | | |
| 147 | + | |
146 | 148 | | |
147 | 149 | | |
148 | 150 | | |
| |||
Lines changed: 6 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 | + | |
| 9 | + | |
8 | 10 | | |
9 | | - | |
| 11 | + | |
10 | 12 | | |
11 | 13 | | |
12 | | - | |
| 14 | + | |
13 | 15 | | |
14 | | - | |
15 | 16 | | |
16 | 17 | | |
17 | | - | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
27 | 26 | | |
28 | 27 | | |
29 | 28 | | |
| |||
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
1 | 4 | | |
2 | 5 | | |
3 | 6 | | |
| |||
Lines changed: 6 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 | + | |
| 8 | + | |
7 | 9 | | |
8 | | - | |
| 10 | + | |
9 | 11 | | |
10 | | - | |
| 12 | + | |
11 | 13 | | |
12 | | - | |
13 | 14 | | |
14 | 15 | | |
15 | | - | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
33 | 32 | | |
34 | 33 | | |
35 | 34 | | |
| |||
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
1 | 4 | | |
2 | 5 | | |
3 | 6 | | |
| |||
Lines changed: 6 additions & 4 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 | + | |
| 9 | + | |
8 | 10 | | |
9 | | - | |
| 11 | + | |
10 | 12 | | |
11 | 13 | | |
12 | 14 | | |
| |||
15 | 17 | | |
16 | 18 | | |
17 | 19 | | |
18 | | - | |
| 20 | + | |
19 | 21 | | |
20 | 22 | | |
21 | 23 | | |
| |||
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
1 | 4 | | |
2 | 5 | | |
3 | 6 | | |
4 | 7 | | |
5 | 8 | | |
| 9 | + | |
6 | 10 | | |
7 | 11 | | |
8 | 12 | | |
| |||
| 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 | | |
| |||
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
17 | | - | |
18 | 18 | | |
19 | | - | |
20 | 19 | | |
21 | 20 | | |
22 | | - | |
23 | 21 | | |
24 | 22 | | |
25 | 23 | | |
| |||
37 | 35 | | |
38 | 36 | | |
39 | 37 | | |
| 38 | + | |
| 39 | + | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
| 42 | + | |
42 | 43 | | |
43 | 44 | | |
44 | 45 | | |
| |||
Lines changed: 6 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
| 1 | + | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
7 | 9 | | |
8 | | - | |
| 10 | + | |
9 | 11 | | |
10 | 12 | | |
11 | 13 | | |
12 | | - | |
| 14 | + | |
13 | 15 | | |
14 | 16 | | |
15 | 17 | | |
| |||
0 commit comments