Don DanielforDon Daniel's Tech Blog.dondaniel.hashnode.net·Aug 30, 2022Big O Notation.Big notation is a way for you to describe how the time it takes for your function to run grows in respect to the size of the input of said function. If you have a function that runs a loop to add a set of numbers in an array, one question one might a...Discuss·68 reads#big o notation
Mohd IrfanforMohd Irfanmdirfan.hashnode.net·Jan 8, 2023DAA 01: Introduction to AlgorithmINTRODUCTION TO ALGORITHM History of Algorithm The word algorithm comes from the name of a Persian author, Muhammad ibn Musa al-Khwarizmi (c. 825 A.D.), who wrote a textbook on mathematics. He is credited with providing the step-by-step rules for ...Discuss·30 readsDAAdesign algorithm and analysis
CS DiariesforComputer Science Diariescsdiaries.hashnode.net·Mar 12, 2023Mastering Search AlgorithmsSearch Algorithms: What They Are, How They Work, and Why They Matter Have you ever wondered how Google can find the most relevant web pages for your query in a fraction of a second? Or how Netflix can recommend movies that you might like based on you...Discussalgorithms
CS DiariesforComputer Science Diariescsdiaries.hashnode.net·Mar 12, 2023Mastering Search AlgorithmsSearch Algorithms: What They Are, How They Work, and Why They Matter Have you ever wondered how Google can find the most relevant web pages for your query in a fraction of a second? Or how Netflix can recommend movies that you might like based on you...Discussalgorithms
Mohd IrfanforMohd Irfanmdirfan.hashnode.net·Jan 8, 2023DAA 01: Introduction to AlgorithmINTRODUCTION TO ALGORITHM History of Algorithm The word algorithm comes from the name of a Persian author, Muhammad ibn Musa al-Khwarizmi (c. 825 A.D.), who wrote a textbook on mathematics. He is credited with providing the step-by-step rules for ...Discuss·30 readsDAAdesign algorithm and analysis
Don DanielforDon Daniel's Tech Blog.dondaniel.hashnode.net·Aug 30, 2022Big O Notation.Big notation is a way for you to describe how the time it takes for your function to run grows in respect to the size of the input of said function. If you have a function that runs a loop to add a set of numbers in an array, one question one might a...Discuss·68 reads#big o notation