Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
joric committed Jul 22, 2019
0 parents commit 3a75145
Show file tree
Hide file tree
Showing 285 changed files with 29,123 additions and 0 deletions.
26 changes: 26 additions & 0 deletions README.md
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
Loading

0 comments on commit 3a75145

Please sign in to comment.