Blind 75 Problem List

Arrays & Hashing Two Pointers Sliding Window Stack Binary Search Linked List Trees Tries Backtracking Heap / Priority Queue Graphs Dynamic Programming (1D) Dynamic Programming (2D)

From Steam to Silicon: Comparing the Industrial Revolution and America’s AI Revolution

Every era of human history has its defining transformation, a moment when society takes a giant leap forward and never looks back. In the eighteenth and nineteenth centuries, that transformation was the Industrial Revolution—a sweeping wave of technological, economic, and social change that turned Britain, and later the United States, into the workshop of the … Read more

How Insertion Sort Works?

Think about playing cards: you start with one card in your hand, then pick up cards one by one and slide each into its correct position. That’s exactly how insertion sort works. Let’s see it in action with this list: [7, 3, 5, 2, 6] Pass 1: Pick the 2nd card (Key = 3) Result:[3, … Read more

Chatgpt prompt used to format content

I usually use the below prompt to format the blog post with chatgpt. I am going to provide raw content for a blog post. Please rewrite and format it without missing any points or information. The final blog post should. Return a blog post that is ready to be published. 2.This is for generating meta … Read more

Types of searches in AI

In Artificial Intelligence, especially when designing intelligent agents, the process of finding a solution to a problem can often be framed as a search through a set of possible states. The agent starts in an initial state and aims to reach a goal state by transitioning through one or more intermediate states. There are two … Read more

types of searches in AI

In Artificial Intelligence, especially when designing intelligent agents, the process of finding a solution to a problem can often be framed as a search through a set of possible states. The agent starts in an initial state and aims to reach a goal state by transitioning through one or more intermediate states. There are two … Read more

Write and Improve

Write & Improve

Are you looking to boost your English writing skills in a practical and effective way? Look no further than Write & Improve, a free tool developed by the University of Cambridge. This innovative online platform is designed to support English learners of all levels by providing instant, targeted feedback on their writing. What is Write … Read more