|
1 |
| -## Programming Questions about Interesting Topics |
| 1 | +## Programming exercises about Interesting Topics |
2 | 2 |
|
3 |
| -#### Inverse Factorial |
4 |
| -- [Question](questions/inverse-factorial.md) |
5 |
| -- [Answer](answers/inverse-factorial.md) |
| 3 | +- [Inverse Factorial](exercises/inverse-factorial.md) |
6 | 4 |
|
7 |
| -#### Caesar Cipher |
8 |
| -- [Question](questions/caesar-cipher.md) |
9 |
| -- [Answer](answers/caesar-cipher.md) |
| 5 | +- [Caesar Cipher](exercises/caesar-cipher.md) |
10 | 6 |
|
11 |
| -#### Image Kernels |
12 |
| -- [Question](questions/image-kernels.md) |
13 |
| -- [Answer](answers/image-kernels.md) |
| 7 | +- [Image Kernels](exercises/image-kernels.md) |
14 | 8 |
|
15 |
| -#### Approximating Pi |
16 |
| -- [Question](questions/approximating-pi.md) |
17 |
| -- [Answer](answers/approximating-pi.md) |
| 9 | +- [Approximating Pi](exercises/approximating-pi.md) |
18 | 10 |
|
19 |
| -#### Fibonacci Finder |
20 |
| -- [Question](questions/fibonacci-finder.md) |
21 |
| -- [Answer](answers/fibonacci-finder.md) |
| 11 | +- [Fibonacci Finder](exercises/fibonacci-finder.md) |
22 | 12 |
|
23 |
| -#### Perlin Noise |
24 |
| -- [Question](questions/perlin-noise.md) |
25 |
| -- [Answer](answers/perlin-noise.md) |
| 13 | +- [Perlin Noise](exercises/perlin-noise.md) |
26 | 14 |
|
27 |
| -#### Mass Spring Damper Simulation |
28 |
| -- [Question](questions/mass-spring-damper-simulation.md) |
29 |
| -- [Answer](answers/mass-spring-damper-simulation.md) |
| 15 | +- [Mass Spring Damper Simulation](exercises/mass-spring-damper-simulation.md) |
30 | 16 |
|
31 |
| -#### Linear Regression |
32 |
| -- [Question](questions/linear-regression.md) |
33 |
| -- [Answer](answers/linear-regression.md) |
| 17 | +- [Linear Regression](exercises/linear-regression.md) |
0 commit comments