Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joric/interviewbit
My InterviewBit problems and solutions collection
https://github.com/joric/interviewbit
Last synced: 5 days ago
JSON representation
My InterviewBit problems and solutions collection
- Host: GitHub
- URL: https://github.com/joric/interviewbit
- Owner: joric
- Created: 2019-07-22T16:21:32.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-05-12T01:14:38.000Z (over 1 year ago)
- Last Synced: 2023-11-07T20:06:28.503Z (about 1 year ago)
- Language: HTML
- Homepage: https://joric.github.io/interviewbit
- Size: 492 KB
- Stars: 133
- Watchers: 6
- Forks: 86
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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++ highlightingNo jQuery or React or Vue, all in Vanilla JavaScript.
## Usage
* ESC or Ctrl+F - toggle expand / collapse
* → - next problem
* ← - previous problemYou also can run `index.html` without a server:
* Chrome: use `--allow-file-access-from-files` command line option
* Firefox: `about:config`, `security.fileuri.strict_origin_policy=false`
* Edge: works with default settingsFor editing Markdown files locally I recommend [Markdown Viewer](https://chrome.google.com/webstore/detail/markdown-viewer/ckkdlimhmcjmikdlpkmbgfkaikojcbjk)
(Chrome plugin).## Copyrights
All possible copyrights belong to https://www.interviewbit.com
This is probably the most complete offline collection up to date (~300 documents).
No web scraping involved, everything is rewritten and/or solved by my bare hands.
![](https://i.imgur.com/DSXTZlw.jpg)
(Got to 5th place!)
## References
* https://joric.github.io/interviewbit
* https://github.com/markedjs/marked
* https://github.com/PrismLibrary/Prism