Skip to content

Ibrahim Hasnat

The blog of Ibrahim Hasnat

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

Binary Search | Algorithm

Binary Search is one of the most popular searching algorithms. We use this to search specific elements on a sorted list. It doesn’t matter it’s ascending...

Continue reading...
October 31, 2021 by Ibrahim Hasnat Algorithm

Reverse Vowels of a String | LeetCode 345 | Python | Solution

Click here to see the problem details on LeetCode. Reverse a string is a pretty common type of problem. We all know how to reverse a...

Continue reading...
October 13, 2021 by Ibrahim Hasnat LeetCode

Overview of Tree Data Structure

Intro When we hear the word tree before we know the tree of computer science, the image of the tree of real-life floats in our eyes....

Continue reading...
October 10, 2021 by Ibrahim Hasnat Data Structure

Markdown | Simple and Easy language for Formatting Text

Intro Markdown is a light Markup language for formatting text and more readable content. It’s easy to learn, and you will not regret it after learning...

Continue reading...
September 24, 2021 by Ibrahim Hasnat Misc

Richest Customer Wealth | LeetCode 1672 | Python | Solution

Click here to see the problem details. And read the problem details. Pretty simple problem. We will receive a 2D array. Where array[i] is the list...

Continue reading...
September 19, 2021 by Ibrahim Hasnat LeetCode

How to Get Current Time and Date Using JavaScript Date Object

Date object is pretty useful. Often, you have to use it If you use JavaScript. Not only current time and date, but also we can do...

Continue reading...
September 2, 2021 by Ibrahim Hasnat JavaScript

Average of Levels in Binary Tree | LeetCode 637 | Python | Solution

Click here to see the problem details on LeetCode. Pretty simple Binary Tree problem. We can solve this using the Level Order Traversal algorithm. This way,...

Continue reading...
August 16, 2021 by Ibrahim Hasnat LeetCode

Create Queue Data Structure Using JavaScript Array Methods

I already have an article about it. Click here to see it. I am not going to details of it but the code implementation. Queue is...

Continue reading...
July 16, 2021 by Ibrahim Hasnat JavaScript

Create Stack Data Structure Using JavaScript Array Method

I already have an article about it. Click here to see it. I am not going to details of it but the code implementation. Stack is...

Continue reading...
July 16, 2021 by Ibrahim Hasnat JavaScript

Remove All Occurrences of a Substring | LeetCode 1910 | Python | Solution

Click here to see the problem details. Problem Overview We will be given a string (s) and a substring (part). We have to remove all occurrences...

Continue reading...
July 15, 2021 by Ibrahim Hasnat LeetCode
Page 5 of 14« First«...34567...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.