-
Notifications
You must be signed in to change notification settings - Fork 90
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
0 parents
commit 3a75145
Showing
285 changed files
with
29,123 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# InterviewBit | ||
|
||
InterviewBit problems and C++ solutions collection in HTML5 | ||
|
||
## Live demo | ||
|
||
https://joric.github.io/interviewbit | ||
|
||
## 3rd-party libs | ||
|
||
* [Marked](https://github.com/markedjs/marked) for the client-side Markdown rendering | ||
* [Prism](https://github.com/PrismLibrary/Prism) for the client-side C++ highlighting | ||
|
||
No jQuery or React or Vue, all in Vanilla JavaScript. | ||
|
||
## Usage | ||
|
||
You also can run it without a server, using `--allow-file-access-from-files` option. | ||
|
||
## Copyrights | ||
|
||
This is probably the most complete offline collection up to date (~300 documents). | ||
|
||
No web scraping involved, almost everything rewritten and/or solved by my bare hands. | ||
|
||
All possible copyrights belong to https://www.interviewbit.com |
Oops, something went wrong.