Tech

Time complexity of for loop – O(1) O(n) and O(log n)

Time complexity of for loop can be anything O(1), O(n), O(log n) depending upon the loop conditions and code...

May 12 · 59 sec read >

ChatGPT for Coders: 3 Practical Ways to Optimise your Workflow

Since the release of ChatGPT, I’ve seen plenty of discussion on the internet about what it might mean for...

Jan 30 · 4 min read >