Zigzag Conversion - LeetCode https://t.co/B86uF9W5GE
Trying to brush up on my Big O time skills. Am I correct in assuming this solution is O(n) time? I am looping over the size of the string (n in this case) and then looping over the rows (m).
#100Devs#Algorithms#LeetCode
@LarsEjaas@Nikoletta3108 Interesting, thank you. I’m looking to do a re-write of my portfolio site and definitely want to spruce it up with some animations.
@LarsEjaas@Nikoletta3108 Very nicely designed. How did you make the background of the hero section move around like that? Is it framer motion? One thing I noticed is that the footer has some strange interactions on mobile.