-
Notifications
You must be signed in to change notification settings - Fork 2
/
tags.yml
315 lines (244 loc) · 5.99 KB
/
tags.yml
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
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
# Tag type are used to categorize tags so we can utilize the subsets separately.
# - `keyword`: General keywords related to the kata (default)
# - `topic`: Tags with wider scope than `keyword` tags (e.g., `data-structures`, `math`).
# - `style`: Tags describing kata style (e.g., `debugging`, `refactoring`, `restricted`, `puzzles`)
# - `domain`: Similar to `topic`, but specifically for career paths/domain (e.g., `backend`, `frontend`, `data-science`)
# - `package`: Tags for libraries, frameworks, packages, etc. (e.g., `numpy`, `flask`, `react`)
#
# Description can use Markdown, and shown on `/tags` page.
tags:
- name: Algorithms
type: topic
- name: Data Structures
type: topic
icon: box
- name: Arrays
- name: Binary Search Trees
- name: Binary Trees
- name: Heaps
- name: Linked Lists
- name: Lists
- name: Monads
- name: Priority Queues
- name: Queues
- name: Sets
- name: Stacks
- name: Trees
- name: Design Patterns
type: topic
- name: Singleton
- name: Decorator
- name: Mathematics
type: topic
aliases:
- math
- name: Algebra
- name: Geometry
- name: Linear Algebra
- name: Number Theory
- name: Probability
- name: Statistics
- name: Discrete Mathematics
type: topic
- name: Permutations
- name: Combinatorics
- name: Language Features
type: topic
icon: braces
- name: Theorem Proving
type: topic
- name: Cryptography
type: topic
featured: true
icon: key
- name: Ciphers
- name: Data Science
type: domain
featured: true
icon: graph-up-arrow
- name: Data Frames
- name: Web3
type: domain
- name: Backend
type: domain
- name: Frontend
type: domain
- name: React
type: package
- name: Angular
type: package
- name: Graphics
type: topic
- name: Image Processing
- name: Fundamentals
- name: Security
- name: Concurrency
- name: Threads
aliases:
- threading
- name: Asynchronous
aliases:
- async
- name: State Machines
- name: Cellular Automata
description: |
Use for kata related to state/rule-based grid simulations.
- name: Computational Science
aliases:
- Scientific Computing
description: |
Also known as scientific computing or scientific computation.
<https://en.wikipedia.org/wiki/Computational_science>
# Programming Paradigms
- name: Object-oriented Programming
type: topic
aliases:
- oop
- name: Functional Programming
type: topic
aliases:
- functional
- fp
- name: Logic Programming
type: topic
- name: Reactive Programming
type: topic
- name: Domain Specific Languages
aliases:
- dsl
description: |
<https://en.wikipedia.org/wiki/Domain-specific_language>
- name: Regular Expressions
aliases:
- regex
- regexp
- name: Dynamic Programming
- name: Memoization
- name: Binary
- name: Bits
- name: Strings
- name: Date Time
aliases:
- datetime
- date
- dates
- time
- name: Big Integers
- name: Graph Theory
description: |
Use for algorithms and data structures that deal with graphs/networks made up of edges and vertices (nodes).
- name: Matrix
aliases:
- matrices
- name: Iterators
- name: Macros
- name: Metaprogramming
- name: Reflection
- name: Searching
aliases:
- Search
- name: Compilers
- name: Interpreters
- name: Parsing
aliases:
- Parsers
- name: Sorting
- name: Filtering
- name: Simulation
- name: Recursion
- name: Physics
- name: Scheduling
- name: Networks
description: |
Use for networking protcols and standards such as TCP/IP and HTTP (not the graph data structure; use `Graph Theory`)
- name: Numerical Analysis
- name: Machine Learning
- name: Genetic Algorithms
- name: Randomized Algorithms
- name: Neural Networks
- name: Artificial Intelligence
aliases:
- ai
- name: Deep Learning
- name: Reverse Engineering
- name: Event Handling
aliases:
- events
- event
- name: Esoteric Languages
aliases:
- esolangs
description: |
Languages that aren't intended for general-purpose problem solving.
Use for interpreters/compilers of these languages.
- name: Games
aliases:
- game
featured: true
icon: joystick
- name: Game Solvers
- name: Performance
aliases:
- Optimization
- name: Promises
- name: Logic
- name: Set Theory
- name: Databases
- name: JSON
- name: ASCII Art
description: |
Create shapes and drawings with formatted strings and characters.
- name: Unicode
- name: Streams
- name: Debugging
aliases:
- bugs
- bug fixes
type: style
description: |
Use when existing code is provided that must be fixed.
featured: true
icon: bug
- name: Refactoring
type: style
description: |
No new functionality is added; Use for code quality and design improvements.
- name: Tutorials
type: style
featured: true
icon: book
- name: Puzzles
type: style
description: |
Use when the kata description is intended to be indirect and provoke thought and analysis to grasp.
- name: Restricted
aliases:
- codegolf
- code golf
type: style
description: |
Kata that impose artificial constraints, such as disallowed language features or limited solution code length.
- name: Riddles
aliases:
- brain teasers
type: style
description: |
Kata that implement brain teasers or logic puzzles.
# Tasks
- name: Data Visualization
- name: Graphs
description: |
Use for charts. Use `Graph Theory` for the algorithm paradigm/data structure.
- name: Web Scraping
# Technologies (Frameworks/Packages/Protocol)
- name: SQL
- name: NoSQL
- name: MongoDB
- name: Express
type: package
- name: Flask
type: package
- name: NumPy
type: package
- name: RxJS
type: package