Things You Need To Learn Before You Start Writing Code

Written by ershadul | Published 2021/04/23
Tech Story Tags: algorithms | binary-search | coding | thinking | psuedocode | programming-languages | jump-to-code | problem-solving

TLDR In this article, I will try to explain why you should slow down and how can you save your time by slowing down. This will make you a better programmer. To do the job, we have to give specific instructions to the computer. Translating it into a programming language is the easy part of the hard part. We have a better method to search in a sorted array, called binary search. Binary search has a time complexity of O(log n) because we are checking every element of the array one by one.via the TL;DR App

no story

Written by ershadul | Full stack web developer
Published by HackerNoon on 2021/04/23