-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
41 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,23 @@ | ||
var msg_contents = { | ||
"message": [{ | ||
"text": "Did you know that you can contribute to OpenGenus IQ as well and become a writer 💪.", | ||
"link": "https://discourse.opengenus.org/t/become-a-writer-at-opengenus-iq/843/", | ||
}, { | ||
"text": "Join our community today and ask us anything 💪.", | ||
"link": "https://discourse.opengenus.org/" | ||
}], | ||
"algorithm": [{ | ||
"text": "Want to contribute to Algorithms? See this task list and make your first contribution today 💪.", | ||
"link": "https://discourse.opengenus.org/t/task-list-algorithms/2052/", | ||
}, { | ||
"text": "Want to contribute to Data Structure? See this task list and make your first contribution today 💪.", | ||
"link": "https://discourse.opengenus.org/t/task-list-data-structures/1898/" | ||
}], | ||
"data-structure": [{ | ||
"text": "See how Van Emde Boas tree performs operations in O(log log N) time complexity 💪.", | ||
"link": "https://discourse.opengenus.org/t/van-emde-boas-tree/2216", | ||
}, { | ||
"text": "Learn about Y fast trie, the bitwise version of trie 💪.", | ||
"link": "https://discourse.opengenus.org/t/y-fast-trie-data-structure/2152" | ||
}] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters