Saumyaa Gargsaumyaagarg.hashnode.dev·Dec 11, 2024Day 14: Searching AdvancedWelcome to Day 14 of the 100 Days of DSA challenge! Today’s focus was on exploring advanced searching techniques, particularly extending Binary Search to solve intricate optimization problems. These tasks demonstrated the adaptability of Binary Searc...10 likesWeek 2DSA
Saumyaa Gargsaumyaagarg.hashnode.dev·Dec 10, 2024Day 13: Searching BasicsWelcome to Day 13 of the 100 Days of DSA challenge! Today, I tackled five thought-provoking problems that deepened my understanding of Binary Search and its practical applications. Binary Search is a powerful searching algorithm that simplifies probl...10 likesWeek 2DSA
Eniola Bakareeniola-bakare.hashnode.dev·Dec 5, 2024A Working Understanding of AlgorithmsAn algorithm is a finite sequence of well-defined instructions, typically used to solve a class of specific problems or to perform a computation. - Wikipedia An algorithm refers to a set of step-by-step instructions to be followed to achieve a partic...13 likes·30 readsA Working Understanding of Data Structures and Algorithms (DSA)algorithms
Tushar Panttusharpant.online·Dec 3, 2024Day 14 of 100 Days of DSA Challenge: Searching AdvancedAdvanced searching techniques push the boundaries of Binary Search, showcasing its adaptability for solving complex optimization problems. Today's tasks applied Binary Search to various challenging scenarios, emphasizing problem-solving strategies fo...100 days of DSADSA
Tushar Panttusharpant.online·Dec 2, 2024Day 13 of 100 Days of DSA Challenge: Searching BasicsSearching algorithms help locate specific elements or satisfy conditions within a dataset. Today’s tasks focused on Binary Search and its applications, solving problems efficiently by reducing the search space in each step. These exercises demonstrat...100 days of DSAdashboard
The Paritosh Kumartheparitoshkumar.com·Oct 25, 2024AI in GamesThe development of Artificial Intelligence (AI) has transformed various industries, and one of the earliest and most exciting areas to showcase AI’s power has been in gaming. Games provide a structured environment with clear rules, objectives, and li...Artificial IntelligenceData Science
Shashi Shekharsearchingalogs.hashnode.dev·Oct 18, 2024Searching AlgoLet’s dive into some of the most common searching algorithms, their pseudocode, and their time/space complexities: 1. Linear Search Linear Search sequentially checks each element in the array until the target element is found or the end of the array...coding
Okoroafor Kelechi Divinezipdemon.hashnode.dev·Oct 11, 2024Design Autocomplete for Search EnginesAutocomplete is a powerful feature that enhances the user experience by predicting and suggesting search queries as they type. This functionality speeds up the search process, reduces input errors, and helps users discover new search terms they may n...13 likes·118 readsJavaScript
The Paritosh Kumartheparitoshkumar.com·Oct 10, 2024Understanding Search Algorithms in AIArtificial Intelligence (AI) systems often need to navigate through complex problem spaces to find optimal solutions. Whether it's solving puzzles, routing problems, or playing games, search algorithms are fundamental tools that guide AI in exploring...Artificial IntelligenceAI
Gift Ayodeledevgifttemitope.hashnode.dev·Oct 8, 2024How Search Engines WorkIntroduction Have you ever wondered how Google seemingly knows the answer to your questions within seconds? Search engines are remarkable tools that sift through vast amounts of data on the internet to deliver relevant information to users. In today’...Programming FundamentalsSearch engine optimization