🌓

leetcode : Reverse Integer

runtime 0 ms, beats 100% of cpp submissions
O(log(n)) solution with explanation

tags: number

Read More

2022/8/8

2022/8/8 linux,一個我摸不透的東西

Read More

leetcode : Zigzag Conversion

runtime 4 ms, beats 97.21% of cpp submissions
O(n) solution with explanation

tags: string, simulation

Read More

2022/8/7

2022/8/7 紀錄

Read More

leetcode : Longest Palindromic Substring

runtime 13 ms, beats 94.30% of cpp submissions
O(n^2) solution with explanation

tags: palindrome

Read More

paper : StackGAN

StackGAN: Text to Photo-realistic Image Synthesis
with Stacked Generative Adversarial Networks

briefly explained in a few minutes
difficulty : 💛💛💛🖤🖤

tags: GAN, T2I

Read More

leetcode : median of Two Sorted Arrays

runtime 39 ms, beats 93.16% of cpp submissions
O(log(m+n)) solution with explanation

tags: binary search

Read More

2022/8/6

2022/8/6 紀錄

Read More

2022/8/5

2022/8/5 紀錄

Read More

leetcode : Longest Substring Without Repeating Characters

runtime 4 ms, beats 96.46% of cpp submissions
O(n) solution with explanation

tags: string, pointer, sliding window

Read More