LYLaurel Younisinlaurelyounis.hashnode.dev·Sep 15, 2022 · 1 min readWhat is an algorithm?Fundamentally all an algorithm is: a process to be followed to accomplish a task. To put it in simple terms: An algorithm is a set of instructions for solving a logical problem. You can also think of them as recipes where an app is comprised of a bun...00
LYLaurel Younisinlaurelyounis.hashnode.dev·Sep 15, 2022 · 1 min readLearn what an API is in 60secsWhat is an API? Code runs in the software the part that talks to the outside world, that’s the API. Think of a user interface like logging into reddit a lot of stuff happens under the hood to make the login happen but the public facing part is just t...00