abhib

Things I feel are worth!

27 Oct 2022

For each element in a list, Find count of divisors present in the list.

Given a list of integers, find count of divisors present in the list. The number is divisor of itself. The list may contain duplicates. This solution solves the problem in n(log(n)) as compared to straight n^2.
10 Dec 2021

Coding practice is the way to go! Job interview study material

Leetcode is a good platform but LC alone can't do much. Cover your basics. I have compiled a list of study material I used to prepare for my coding interviews.
09 Dec 2021

How to find relevant jobs? Job Search Tricks

Job hunting tricks to find jobs which better fit your skills and experience. Fed up with repeative jobs? These job search tricks helped me getting more job interviews.
21 Mar 2021

Auto format your python code - Black

Black is a utility that can be used to generate well formatting for your python projects with smallest diffs possible.
14 Mar 2021

Welcome to def main/abhib!

Learn everything about Python from job interviews to developing machine learning models.