Skip to content

Ibrahim Hasnat

The blog of Ibrahim Hasnat

  • Home
  • About Me
  • Current Page: Blog
  • Data Structure
  • Algorithm
  • LeetCode

Delete the Middle Node of a Linked List | LeetCode 2095 | Python | Solution

LeetCode 2095 Before moving into the problem, we need to know how to delete a node from a linked list. If you don’t know about Linked...

Continue reading...
December 18, 2021 by Ibrahim Hasnat LeetCode

Kth Largest Element in an Array | LeetCode 215 | Python | Solution

LeetCode 215 From an integer array, we have to find the kth largest element. I assume that you already know about the sorting algorithms. We all...

Continue reading...
December 15, 2021 by Ibrahim Hasnat LeetCode

Guess Number Higher or Lower | LeetCode 374 | Python | Solution

Click here to see the problem on LeetCode. This problem is all about Binary Search. If you know about Binary Search Algorithm, you can solve this...

Continue reading...
December 10, 2021 by Ibrahim Hasnat LeetCode

Valid Anagram | LeetCode 242 | Python | Solution

Click here to see this problem on LeetCode. This problem’s difficulty level is easy. Problem Overview Simple problem. From the given two strings, we have to...

Continue reading...
December 6, 2021 by Ibrahim Hasnat LeetCode

Binary Tree | Data Structure

I have written a blog about the tree data structure overview. If you don’t know about tree data structure, click here to see my blog. In...

Continue reading...
December 4, 2021 by Ibrahim Hasnat Data Structure

Basic Programming Concept for Beginner (Python)

Python programming

Intro I believe computer programming is one of the most beautiful things in this universe. And we can learn it for free. We can do so...

Continue reading...
December 2, 2021 by Ibrahim Hasnat Python

Move Zeroes | LeetCode 283 | Python | Solution

Click here to see the problem details on LeetCode. Problem Overview This problem’s difficulty level is easy. The problem description is straightforward. In an integer array,...

Continue reading...
November 27, 2021 by Ibrahim Hasnat LeetCode

Majority Element | LeetCode 169 | Python | Solution

Click here to see the problem details on LeetCode. Solution Simple problem. We need to find out the majority element from an integer array.Suppose we have...

Continue reading...
November 12, 2021 by Ibrahim Hasnat LeetCode

Find First and Last Position of Element in Sorted Array | LeetCode 34 | Python | Solution

Click here to see the problem details on LeetCode. Problem Overview We will be given an integer array (sorted in no-decreasing order) and an integer. We...

Continue reading...
November 11, 2021 by Ibrahim Hasnat LeetCode

First Unique Character in a String | LeetCode 387 | Python | Solution

This problem is pretty straightforward. Click here to see the problem. Problem Overview The problem description is one line and pretty simple. It says that we...

Continue reading...
November 8, 2021 by Ibrahim Hasnat LeetCode
Page 4 of 14« First«...23456...10...»Last »
Ibrahim Hasnat
I am an ordinary self-taught computer programmer. Programming is something I like most. It’s fascinating to me.

Categories

  • Algorithm
  • Code Snippets
  • CSS
  • Data Structure
  • JavaScript
  • LeetCode
  • Linux
  • Misc
  • Python

Recent Posts

  • Let’s Create a Calculator Using Python
  • Graph Overview | Data Structure
  • Write Rock Paper Scissors Game Using Python
  • LeetCode 226 | Invert Binary Tree | Python | Solution
  • LeetCode 199 | Binary Tree Right Side View | Python | Solution
  • Number of 1 Bits | LeetCode 191 | Python | Solution
  • for … in and for … of loop in JavaScript

Trending




Tags

Algorithm Array Binary Binary Search Binary Search Tree Binary Tree Built-in Code CSS Tricks Data Structure DFS Function Game Graph HashTable Intro JavaScript JS Learning LeetCode Linear Linked List List Methods MySQL Problem Solving programming Python Python Function Queue Recursion Reverse Search Algorithm Solution Sort SQL Stack String Technology Tips Tree Tree Traversal Two Pointer Web YouTube




Ibrahim Hasnat © 2023. All Rights Reserved.