Feat: hide blocks not challenges (#39504)
* fix: remove isHidden flag from frontmatter * fix: add isUpcomingChange Co-authored-by: Ahmad Abdolsaheb <ahmad.abdolsaheb@gmail.com> * feat: hide blocks not challenges Co-authored-by: Ahmad Abdolsaheb <ahmad.abdolsaheb@gmail.com> Co-authored-by: Ahmad Abdolsaheb <ahmad.abdolsaheb@gmail.com>
This commit is contained in:
committed by
GitHub
parent
6b081c7e7b
commit
bd68b70f3d
@ -1,5 +1,6 @@
|
||||
{
|
||||
"name": "Data Structures",
|
||||
"isUpcomingChange": false,
|
||||
"dashedName": "data-structures",
|
||||
"order": 2,
|
||||
"time": "",
|
||||
@ -123,7 +124,7 @@
|
||||
[
|
||||
"587d8257367417b2b2512c7b",
|
||||
"Add a New Element to a Binary Search Tree"
|
||||
],
|
||||
],
|
||||
[
|
||||
"587d8256367417b2b2512c7a",
|
||||
"Find the Minimum and Maximum Value in a Binary Search Tree"
|
||||
@ -203,4 +204,4 @@
|
||||
],
|
||||
"helpRoom": "HelpJavaScript",
|
||||
"fileName": "08-coding-interview-prep/data-structures.json"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user