MMMayesh Mohapatrainmayesh.hashnode.dev·Nov 23, 2021 · 9 min readAlgorithmic Bias in AIWhether it be a highly accurate and precise surgical machine replacing surgeons in operation theaters or a simple face recognition feature replacing your long lengthy and hard to remember passwords, these artificial intelligence-based systems churn t...00
MMMayesh Mohapatrainmayesh.hashnode.dev·Mar 23, 2021 · 9 min readFibonacci SearchFibonacci Search is an efficient search algorithm based on the divide and conquer principle. Fibonacci Search works on sorted arrays and uses the Fibonacci Series to determine the index position to be searched in the array. The divide and conquer ap...011HBCAA