Collection of my personal (python) solutions to various InterviewBit programming problems. Updated everytime I solve a new problem. The solution is guaranteed to be accepted, although if the problem is known to not accept python solutions, I probably attach the Go/Java/Javascript solution.
Hopefully, it helps!
(If you find something that is wrong, need more clarification or explaination, feel free to raise issue (even PR!).)
Because I started using InterviewBit long time ago (and unfortunately, I just keep the code in the online editor), I need to move all of my current answers to this repo. I create a simple crawler (I've attached it to this repo as crawler.py
).
You can use it as well by rename config.json.sample
as config.json
and change the cookie
value to your actual InterviewBit cookie (you can check it on the page load in Network tabs of Chrome developer console).
Kumpulan solusi (dengan python) pribadi dari berbagai soal pada InterviewBit. Diperbaharui setiap saya menyelesaikan soal baru. Solusi dijamin bisa diterima (di-submit), walaupun untuk soal yang dikenal sebagai soal yang tidak menerima solusi python, saya akan melampirkan solusi dalam Go/Java/Javascript.
Semoga bermanfaat!
(Jika kamu menemukan sesuatu yang salah, butuh klarifikasi atau penjelasan lebih lanjut, silahkan membuat isu atau PR baru!)
Karena saya mulai menggunakan InterviewBit sejak lama (dan sayangnya, saya hanya menyimpan kode pada online editor), saya butuh untuk memindahkan solusi saya ke repo ini. Saya membuat sebuah crawler sederhana (saya lampirkan di repo ini sebagai crawler.py
).
Kamu bisa menggunakannya dengan menyimpan config.json.sample
sebagai config.json
dan mengubah nilai cookie
dengan cookie interviewbit-mu (kamu bisa mendapatkannya di page load request pada tab Network di Chrome developer console)