leetcode : Reverse Integer
runtime 0 ms, beats 100% of cpp submissions
O(log(n)) solution with explanation
tags: number
runtime 0 ms, beats 100% of cpp submissions
O(log(n)) solution with explanation
tags: number
runtime 4 ms, beats 97.21% of cpp submissions
O(n) solution with explanation
tags: string, simulation
runtime 13 ms, beats 94.30% of cpp submissions
O(n^2) solution with explanation
tags: palindrome
StackGAN: Text to Photo-realistic Image Synthesis
with Stacked Generative Adversarial Networks
briefly explained in a few minutes
difficulty : 💛💛💛🖤🖤
tags: GAN, T2I
runtime 39 ms, beats 93.16% of cpp submissions
O(log(m+n)) solution with explanation
tags: binary search
runtime 4 ms, beats 96.46% of cpp submissions
O(n) solution with explanation
tags: string, pointer, sliding window