-
Notifications
You must be signed in to change notification settings - Fork 0
/
course-remote-info.yaml
291 lines (291 loc) · 6.62 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
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
hyperskill_project:
id: 132
ide_files: https://stepik.org/media/attachments/lesson/418381/additional_files.json
is_template_based: false
use_ide: true
update_date: Thu, 24 Dec 2020 14:53:42 UTC
stages:
- id: 703
step: 11079
is_completed: true
- id: 704
step: 11080
is_completed: true
- id: 705
step: 11081
is_completed: true
- id: 706
step: 11082
is_completed: true
- id: 707
step: 11083
is_completed: true
- id: 708
step: 11084
is_completed: true
topics:
0:
- title: Units of information
theory_id: 6865
- title: Introduction to OOP
theory_id: 3614
- title: Immutability
theory_id: 7929
- title: Computer algorithms
theory_id: 4953
- title: Introducing the first algorithm
theory_id: 10336
- title: The big O notation
theory_id: 4991
- title: Data structures
theory_id: 5161
- title: Fixed-size array
theory_id: 7255
- title: Dynamic array
theory_id: 5357
- title: Intro to computational thinking
theory_id: 8742
- title: Components of computational thinking
theory_id: 8745
- title: Write, compile, and run
theory_id: 3739
- title: What is an exception
theory_id: 3497
- title: NPE
theory_id: 1945
- title: Generic programming
theory_id: 3492
- title: Generics and Object
theory_id: 3493
- title: What are collections
theory_id: 3770
- title: ArrayList
theory_id: 3567
- title: The Collections Framework overview
theory_id: 3624
- title: List
theory_id: 3581
- title: Natural language processing
theory_id: 9157
- title: Introduction to Java
theory_id: 3500
- title: Basic literals
theory_id: 3522
- title: Overview of the basic program
theory_id: 3521
- title: Printing data
theory_id: 3749
- title: Types and variables
theory_id: 3518
- title: Sizes and ranges
theory_id: 3532
- title: Type casting
theory_id: 3510
- title: Comments
theory_id: 3520
- title: Naming variables
theory_id: 3513
- title: Scanning the input
theory_id: 9055
- title: Arithmetic operations
theory_id: 3519
- title: Integer types and operations
theory_id: 3565
- title: Boolean and logical operations
theory_id: 3516
- title: Relational operators
theory_id: 3512
- title: Increment and decrement
theory_id: 5008
- title: Characters
theory_id: 3514
- title: Conditional statement
theory_id: 3503
- title: Ternary operator
theory_id: 3506
- title: The for-loop
theory_id: 3505
- title: The while and do-while loops
theory_id: 3498
- title: Branching statements
theory_id: 3507
- title: Switch statement
theory_id: 3504
- title: Calling a method
theory_id: 10973
- title: Declaring a method
theory_id: 10982
- title: The main method
theory_id: 3489
- title: Overloading
theory_id: 3525
- title: Functional decomposition
theory_id: 10570
- title: Primitive and reference types
theory_id: 5035
- title: Array
theory_id: 3511
- title: Iterating over arrays
theory_id: 3602
- title: String
theory_id: 3523
- title: Processing strings
theory_id: 3551
- title: Final variables
theory_id: 7427
- title: Errors in programs
theory_id: 3536
- title: Defining classes
theory_id: 3618
- title: Package
theory_id: 3621
- title: Constructor
theory_id: 3535
- title: Objects
theory_id: 4727
- title: Instance methods
theory_id: 3495
- title: Access modifiers
theory_id: 3589
- title: Getters and setters
theory_id: 3599
- title: Static members
theory_id: 3534
- title: Multiple constructors
theory_id: 3538
- title: Random
theory_id: 4910
- title: Inheritance
theory_id: 3583
- title: The keyword super
theory_id: 3588
- title: Hiding and overriding
theory_id: 3572
- title: Protected modifier
theory_id: 6692
- title: Referencing subclass objects
theory_id: 3585
- title: Polymorphism
theory_id: 3587
- title: The Object class
theory_id: 3596
- title: Interface
theory_id: 3615
- title: LocalDate
theory_id: 3592
- title: LocalTime
theory_id: 3593
- title: LocalDateTime
theory_id: 3617
- title: Comparing dates and time
theory_id: 3549
- title: Boxing and unboxing
theory_id: 3595
1:
- title: Regexps basics
theory_id: 7580
- title: Regexps in Java
theory_id: 3670
- title: Sets, ranges, alternations
theory_id: 3674
- title: Shorthands
theory_id: 3680
- title: Quantifiers
theory_id: 3687
- title: Regexes in programs
theory_id: 3696
- title: Patterns and Matcher
theory_id: 3712
- title: Replacing characters
theory_id: 3708
- title: Match results
theory_id: 3716
2:
- title: Recursion basics
theory_id: 5984
- title: Graph
theory_id: 6685
- title: Tree
theory_id: 5121
- title: Binary search tree
theory_id: 5169
- title: Generic methods
theory_id: 3606
- title: Algorithms in Java
theory_id: 3540
- title: Trees in Java
theory_id: 5671
- title: Binary search tree in Java
theory_id: 5677
3:
- title: JSON
theory_id: 6854
- title: XML
theory_id: 6901
- title: IDE
theory_id: 10996
- title: What are streams
theory_id: 5533
- title: JVM, JRE, and JDK
theory_id: 3499
- title: Hierarchy of exceptions
theory_id: 3570
- title: Exception handling
theory_id: 3552
- title: Throwing exceptions
theory_id: 3553
- title: Array exceptions
theory_id: 1940
- title: Introduction to operating systems
theory_id: 9704
- title: Command line overview
theory_id: 8977
- title: Parameters and options
theory_id: 9746
- title: Running programs on your computer
theory_id: 3746
- title: Files
theory_id: 3635
- title: Reading files
theory_id: 3636
- title: Writing files
theory_id: 3652
- title: Input streams
theory_id: 9723
- title: Try with resources
theory_id: 9734
- title: Formatted output
theory_id: 7046
- title: IntelliJ IDEA
theory_id: 3801
- title: Build tools
theory_id: 4284
- title: Gradle basics
theory_id: 5075
- title: IntelliJ Run Configurations
theory_id: 10630
4:
- title: Binary heap
theory_id: 5177
- title: Tree traversals
theory_id: 7156
- title: Stack
theory_id: 5252
- title: Queue
theory_id: 5350
- title: Deque
theory_id: 5356
- title: Call stack
theory_id: 5135
- title: Set
theory_id: 3575
- title: Queue and Stack
theory_id: 3576
- title: 'Hashing: overview'
theory_id: 9831
- title: Hash table
theory_id: 5364
- title: Map
theory_id: 3558
- title: Recursion
theory_id: 3550