Jyotiprakash Mishrablog.jyotiprakash.org·Sep 26, 2024Introduction to HashingHashing is a technique used to map data (such as strings, numbers, or any other data type) to a fixed-size value, often called a hash code or hash value. The purpose of hashing is to efficiently store and retrieve data from a collection, typically us...Discuss·12 likes·713 readscollisions
Jyotiprakash Mishrablog.jyotiprakash.org·Sep 26, 2024Introduction to SearchingSearching is the process of finding a particular element in a collection of items, such as an array, list, or database. The goal of searching is to locate the position of the desired item in the collection, if it exists, or to determine that the item...Discuss·323 readssearchin
Jyotiprakash Mishrablog.jyotiprakash.org·Sep 26, 2024Introduction to SortingIn sorting algorithms, the primary goal is to arrange elements in a certain order, usually numerical or lexicographical. Sorting is a fundamental operation in computer science, with applications in database indexing, searching algorithms, and even ha...Discuss·1.0K readssorting
Satwiksatwikuppada.hashnode.dev·Aug 11, 2023Catalyzing Curiosity: Embarking on a Journey into Data Science"Have you ever wondered how massive amounts of data can reveal hidden patterns, predict trends, and shape the future? If so, you're about to embark on a journey into the captivating world of data science. So, what exactly is data science, and how doe...DiscussData Science