-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcourse-remote-info.yaml
275 lines (275 loc) · 6.41 KB
/
course-remote-info.yaml
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
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
hyperskill_project:
id: 100
ide_files: https://cogniterra.org/media/attachments/lesson/24772/additional_files.json
is_template_based: false
use_ide: true
update_date: "Tue, 25 Jul 2023 16:20:02 UTC"
stages:
- id: 550
step: 9015
is_completed: true
- id: 551
step: 9016
is_completed: true
- id: 552
step: 9017
is_completed: true
- id: 553
step: 9018
is_completed: true
- id: 554
step: 9019
is_completed: true
- id: 555
step: 9020
is_completed: true
topics:
0:
- title: Cartesian coordinates
theory_id: 13114
- title: Binary numbers
theory_id: 5544
- title: Hexadecimal numbers
theory_id: 8788
- title: Units of information
theory_id: 6865
- title: IDE
theory_id: 10996
- title: Introduction to Operating systems
theory_id: 9704
- title: Files
theory_id: 13025
- title: "Vectors, matrices, scalars"
theory_id: 16969
- title: Introduction to matrices
theory_id: 7112
- title: Types of matrices
theory_id: 17812
- title: Computer programming
theory_id: 8739
- title: Introduction to Kotlin
theory_id: 4350
- title: Basic literals
theory_id: 4351
- title: Overview of the basic program
theory_id: 4362
- title: Values and variables
theory_id: 4371
- title: Val variables
theory_id: 17408
- title: Data types
theory_id: 4388
- title: Comments
theory_id: 4406
- title: Coding style conventions
theory_id: 4419
- title: Naming variables
theory_id: 4389
- title: The classification of basic types
theory_id: 4455
- title: Type conversion
theory_id: 4672
- title: Standard output
theory_id: 4425
- title: Invoking functions
theory_id: 4575
- title: Standard input with Java Scanner
theory_id: 4445
- title: Reading data with a readln
theory_id: 11224
- title: String basics
theory_id: 12553
- title: String templates
theory_id: 4547
- title: Boolean and logical operations
theory_id: 4515
- title: Arithmetic operations
theory_id: 4472
- title: Type of the numeric expression
theory_id: 9506
- title: Increment and decrement
theory_id: 10776
- title: Integers in action
theory_id: 4488
- title: Relational operators
theory_id: 4525
- title: Declaring functions
theory_id: 4580
- title: If expression
theory_id: 4625
- title: Errors in programs
theory_id: 11559
- title: Repeating blocks
theory_id: 4643
- title: Objects
theory_id: 11233
- title: Equality
theory_id: 11236
- title: Unicode
theory_id: 7899
- title: Characters
theory_id: 4680
- title: Ranges
theory_id: 4633
- title: Introduction to MutableList
theory_id: 14879
- title: For loop and ranges
theory_id: 4652
- title: Work with MutableLists
theory_id: 14902
- title: For loop and lists
theory_id: 15022
- title: Introduction to collections
theory_id: 10390
- title: List
theory_id: 10730
- title: Mutable List
theory_id: 11032
- title: Functions as objects
theory_id: 5991
- title: Lambda expressions
theory_id: 30148
- title: Libraries
theory_id: 8504
- title: External resources
theory_id: 6216
- title: Reading files
theory_id: 6351
- title: Writing files
theory_id: 9710
- title: Multi-dimensional list
theory_id: 15127
- title: IntelliJ IDEA
theory_id: 3801
- title: RGB
theory_id: 8819
- title: Image colors
theory_id: 14484
- title: Image libraries
theory_id: 16348
- title: What is an exception
theory_id: 7243
1:
- title: Command line overview
theory_id: 8977
- title: Parameters and Options
theory_id: 9746
- title: Working with strings
theory_id: 12561
- title: Arrays
theory_id: 4564
- title: String arrays
theory_id: 11477
- title: The main() function
theory_id: 10484
- title: IntelliJ IDEA run configurations
theory_id: 10630
- title: Hierarchy of exceptions
theory_id: 13264
- title: Taming exceptions
theory_id: 7601
- title: The try-catch statement
theory_id: 10622
2:
- title: Paradigms
theory_id: 15860
- title: Introduction to OOP
theory_id: 3614
- title: Declaring classes
theory_id: 6200
- title: When expression
theory_id: 4631
- title: Functional decomposition
theory_id: 12668
- title: Default arguments
theory_id: 4637
- title: Named arguments
theory_id: 4640
- title: Constructors
theory_id: 10740
- title: Member functions
theory_id: 6364
- title: Secondary constructor
theory_id: 10746
- title: What is a bug
theory_id: 5504
- title: Encapsulation
theory_id: 8519
- title: Property accessors
theory_id: 10511
- title: Floating-point types
theory_id: 4502
- title: The Math library
theory_id: 12532
3:
- title: Computer algorithms
theory_id: 16547
- title: The big O notation
theory_id: 16699
- title: "Best, average and worst cases"
theory_id: 20084
- title: Data structures
theory_id: 16927
- title: Pseudocode
theory_id: 15090
- title: Pseudocode basics
theory_id: 19510
- title: Complex constructions in pseudocode
theory_id: 20922
- title: Queue
theory_id: 28474
- title: Priority queue
theory_id: 27342
- title: Divide and conquer
theory_id: 19087
- title: Dynamic programming basics
theory_id: 28693
- title: Decrease and conquer
theory_id: 14669
- title: Graph
theory_id: 15967
- title: "Nodes, cycles and paths"
theory_id: 15968
- title: Representation of graphs
theory_id: 15969
- title: Weighted graph
theory_id: 5645
- title: Shortest path problem
theory_id: 15223
- title: Recursion basics
theory_id: 5984
- title: Tree
theory_id: 5121
- title: Binary heap
theory_id: 17070
- title: Directed acyclic graph
theory_id: 21386
- title: Breadth-first search
theory_id: 7068
- title: Dijkstra's algorithm
theory_id: 5772
4:
- title: Stack
theory_id: 5252
- title: Operations with matrices
theory_id: 7296
- title: Nullable and non-nullable types
theory_id: 7613
- title: Type system
theory_id: 9689
- title: While loops
theory_id: 4659
- title: Call stack
theory_id: 11550
- title: Scopes
theory_id: 17116
- title: Inheritance
theory_id: 9844
- title: Inheritance
theory_id: 7770
- title: Polymorphism
theory_id: 10027
- title: Overriding functions
theory_id: 7884
- title: Null safety
theory_id: 7619