Data Structure and Algorithm (Big O notation)
When going into DSA, the first thing we need to understand is the basic terms, so let's get into it.
What is an algorithm?
We can simply explain an algorithm as a set of instructions for accomplishing a task.
What is a data structure?
The data...
ebixx.hashnode.dev4 min read