A mobile app to enjoy interview questions from popular websites like:
⦙ leetcode.com ⦙ lintcode.com ⦙ careercup.com ⦙
💡 Inspired by leetcode-cli, and careercup-cli.
- A tool to utilize your fragmentation time to resolve questions any time, any where.
- NOT a tool to actually write code with!
- Browse interview questions on your mobile phone.
- Cache questions locally.
Filter
questions by tags, companies, etc.- Manage questions with
Resolved
/Favorite
/Later
tags. - Data
backup
andrestore
supported.
App | Android | Questions Data File |
---|---|---|
Q.leetcode |
1.4.0.apk |
leetcode.json 685 questions by 2018-01-22 |
Q.lintcode |
1.4.0.apk |
lintcode.json 382 questions by 2018-01-22 |
Q.careercup |
1.3.0.apk | c3.json 16k+ questions by 2017-02-11 |
There are two ways to download questions:
- The 1st download will retrieve all the questions, while later downloads will retrieve new questions only since last download.
- Better to use free WiFi, especially for the 1st download.
- DO NOT use higher
Workers Concurrency
for leetcode (recommend concurrency=1
), otherwise the server would block your ip due to too many requests in the same time! - Consider use file restore if live download is too slow.
HOWTO
- Click
Check update from leetcode.com
button to start downloading from internet.
- Import the questions directly from local data file.
- Be Careful! You should only do this for the first time you use this app, because it will wipe and overwrite any existing data stored on your phone!
HOWTO
- Open app, find the filepath in
Setting
->Backup/Restore
. - Download data file (e.g.
leetcode.json
) and copy to the filepath on your phone. - Click
restore
button to start restore.