-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathchallenges.json
112 lines (112 loc) · 1.9 KB
/
challenges.json
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
{
"Introduction":[
[
"hello-world-c",
"\"Hello World!\" in C"
],
[
"playing-with-characters",
"Playing With Characters"
],
[
"sum-numbers-c",
"Sum and Difference of Two Numbers"
],
[
"functions-in-c",
"Functions in C"
],
[
"pointer-in-c",
"Pointers in C"
]
],
"Conditionals and Loops":[
[
"conditional-statements-in-c",
"Conditional Statements in C"
],
[
"for-loop-in-c",
"For Loop in C"
],
[
"sum-of-digits-of-a-five-digit-number",
"Sum of Digits of a Five Digit Number"
],
[
"bitwise-operators-in-c",
"Bitwise Operators"
],
[
"printing-pattern-2",
"Printing Pattern using Loops"
]
],
"Arrays and Strings":[
[
"1d-arrays-in-c",
"1D Arrays in C"
],
[
"reverse-array-c",
"Array Reversal"
],
[
"printing-tokens-",
"Printing Tokens"
],
[
"frequency-of-digits-1",
"Digit Frequency"
],
[
"dynamic-array-in-c",
"Dynamic Array in C"
]
],
"Functions":[
[
"recursion-in-c",
"Calculate the Nth term"
],
[
"students-marks-sum",
"Students Marks Sum"
],
[
"sorting-array-of-strings",
"Sorting Array of Strings"
],
[
"permutations-of-strings",
"Permutations of Strings"
],
[
"variadic-functions-in-c",
"Variadic functions in C"
],
[
"querying-the-document",
"Querying the Document"
]
],
"Structs and Enums":[
[
"too-high-boxes",
"Boxes through a Tunnel"
],
[
"small-triangles-large-triangles",
"Small Triangles, Large Triangles"
],
[
"post-transition",
"Post Transition"
],
[
"structuring-the-document",
"Structuring the Document"
]
]
}