History of 'Algorithm' Origin Author: neptune | 09th-May-2022 | views: 110 #Algorithms#Motivation 'Algorithm' is a word that actually dates back 900 years. The word comes from the name of a Persian mathematical genius “Muhammad ibn Musa al-Khwarizmi”, who came up with the Hindu-Arabic number...
What is greedy algorithm ? Author: neptune | 08th-Jun-2022 | views: 392 #Algorithms A Greedy algorithm makes greedy choices at each level of computation to ensure that the objective function is optimized. It has only one chance to compute the optimal solution...
Recommended for You
9 movies every Data Scientist should watch. Author: neptune | Updated: 25th-May-2022 | views: 3270 #Data Science Nowadays, the movie industry has so far presented lots of movies related to sophisticated AI systems, humanoid robots, self-driving automobiles, and a world full of digital technologies...
Different types of software testing ? Author: neptune | Updated: 28th-May-2022 | views: 314 #Testing#IT Testing is the process to improve the performance of software. Examples: Unit, Integration, Regression, Smoke, Alpha, Beta, System, Stress Performance, Object-Oriented Testing etc...