Basic Approach To Algorithm and Data Structure
Understanding how to solve an algorithm problem becomes easier when we know the underlying factors to consider when approaching a problem. These basic factors are what this article helps to understand.
First, Let’s start with what an algorithm is.
Wh...
pswith.me5 min read
Olivia Oputa
Backend Developer creating impact
Nice read,
A statement caught me ‘A computer can only compare two things at a time, ie, the algorithm must be expressed in terms of binary comparison’ I knew this but then it sounds better 😂
This is very educative for someone like me trying to start out DSA, definitely reading through the remaining articles.