Skip to content

Commit 9c92fd1

Browse files
Add missing prerequisites
Co-authored-by: Erik Schierboom <[email protected]>
1 parent f34951a commit 9c92fd1

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

config.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2722,7 +2722,12 @@
27222722
"bit-manipulation"
27232723
],
27242724
"prerequisites": [
2725-
"bit-manipulation"
2725+
"bit-manipulation",
2726+
"arrays",
2727+
"exceptions",
2728+
"integral-numbers",
2729+
"for-loops",
2730+
"if-statements"
27262731
],
27272732
"difficulty": 6
27282733
},

0 commit comments

Comments
 (0)