-
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.
Merge pull request #27 from davidxuan/master
update message.js, implemente announcements
- Loading branch information
Showing
2 changed files
with
62 additions
and
18 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,32 @@ | ||
var msg_contents = { | ||
"display": "1", | ||
"announce": "0", | ||
"global": [{ | ||
"text": "Learn how Freivalds’ algorithm verifies matrix multiplication faster than doing matrix multiplication 💪.", | ||
"link": "https://discourse.opengenus.org/t/freivalds-algorithm-for-verifying-matrix-multiplication/963", | ||
}], | ||
"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": "Learn how comb sort improves bubble sort 💪.", | ||
"link": "https://discourse.opengenus.org/t/comb-sort-algorithm/2274" | ||
}], | ||
"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": "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/" | ||
}, { | ||
"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