Prakharprakhar007.hashnode.dev·Jan 8, 2024Important functions in Data Analysis and Visualizations1) Zip function The "Zip" function in Python is a built-in function that combines elements from multiple iterable objects (such as lists, tuples, or strings) and returns an iterator that generates tuples containing elements from the input iterables....dav
Mohd Irfanmdirfan.hashnode.dev·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 ...76 readsdesign algorithm and analysis