Tagged Questions
24
votes
46answers
8k views
Code Golf: Leibniz formula for Pi
I recently posted one of my favourite interview whiteboard coding questions in "What's your more controversial programming opinion", which is to write a function that computes Pi using the Leibniz ...
3
votes
10answers
1k views
Find SmallestInt : Smallest integer greater than or equal to n that contains exactly k distinct digits(given values of n and k)
I found this on the internet.
It looks good an interview question.
I guess I got the working correct but programatically I haven't tried it.
SmallestInt
You are given an integer n. Return ...
1
vote
5answers
380 views
What's your take on this little input processing task?
I came across a little problem that looks very easy but requires a bit more thought than I first assumed. It can also be solved in many different ways and, I think, would be a perfect interview ...