Fundamentals and some examples in python — Searching for something from a data structure is a pretty common thing. We search for files, people, posts, etc. Most websites and applications have a search bar. When it comes to problem-solving, searching for some element can be an important intermediary or actionable step. Here, we explore some fundamentals of…