Recently while practising algorithms on Codewars, I came across a simple-looking challenge. I implemented it offline and it seems to work but when I did the same on the codewars platform, the checkers on the codewars failed to pass, due to runtime ti...
okeyx.hashnode.dev5 min read
Great article! Small correction... Big O is strictly for worst case analysis. Omega and Theta notation are for best and average case analyses respectively
Thank you for sharing. I look forward to more of your articles.
saviour omeni
Software developer
Nice work, very informing articule