Sai Prabhanj TuragaWhat is Big O ?By definition, big O is the language and metric we use to describe the efficiency of algorithms. Without understanding big O notation it’s…Apr 27, 2024Apr 27, 2024
Sai Prabhanj TuragaWhy Data structures and Algorithms are importantAs a software or a computer science, our responsibility is to perform operations on the data. We basically perform the following steps.Apr 20, 2024Apr 20, 2024
Sai Prabhanj TuragaWhat’s an algorithmOne definition might be a set of steps to accomplish a task.Apr 20, 2024Apr 20, 2024
Sai Prabhanj TuragaWhat is data structure and why do we need them?One sentence description of data structures would be that they are basically different ways of storing data on your computer. This…Apr 20, 2024Apr 20, 2024