Skip to content
  • Blog
  • Home
Ibrahim Hasnat
  • Home
  • Blog
  • Data Structure
  • Algorithm
  • LeetCode
  • Twitter
Ibrahim Hasnat
  • Misc

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 it. If you are a content writer or a programmer who needs to write…

  • Ibrahim Hasnat
  • September 24, 2021
  • LeetCode

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 of ith customer money from the different bank account, and we have to find…

  • Ibrahim Hasnat
  • September 19, 2021
  • JavaScript

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 more than that using this object. But I am not going to write all…

  • Ibrahim Hasnat
  • September 2, 2021
  • LeetCode

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, we traverse a tree level by level. After each level completion, we calculate the…

  • Ibrahim Hasnat
  • August 16, 2021
  • JavaScript

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 also a linear data structure. It follows the principle of First In First Out,…

  • Ibrahim Hasnat
  • July 16, 2021
  • 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 a linear data structure. It follows the principle of Last In First Out, and…

  • Ibrahim Hasnat
  • July 16, 2021
  • LeetCode

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 from the string based on the given substring. We will continue to remove until…

  • Ibrahim Hasnat
  • July 15, 2021
  • LeetCode

Truncate Sentence | LeetCode 1816 | Python | Solution

Here is the problem link. Problem Overview This is an easy problem, and it’s basically a string-related problem. I hope you already read the problem description from the given link. So we will be given a string and an integer.…

  • Ibrahim Hasnat
  • July 14, 2021
  • Misc

My Most Favorite Five Youtube Channel for Learn Full-stack Web Development

Youtube is huge. There are so many videos are uploaded every day. Nowadays, it’s become one of the most awesome platforms for learning something new. There are tons of YouTube channels for learning full-stack web development. Though I have much…

  • Ibrahim Hasnat
  • July 10, 2021
  • LeetCode

Shuffle String | LeetCode 1528 | Python | Solution

Click here to see the problem details. Problem Overview This problem is quite simple. We will be given a string (s) and an array (indices) that is the same length as the string. All of the integers of the array…

  • Ibrahim Hasnat
  • July 4, 2021
Prev
1 2 3 4 5 6 7 … 12
Next

Categories

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

Recent Posts

  • If You Are A Self-learner, These Might Help You
  • Binary Search Tree | Data Structure
  • Same Tree | LeetCode 100 | Python | Solution
  • Kth Smallest Element in a BST | LeetCode 230 | Python | Solution
  • Binary Tree Level Order Traversal | LeetCode 102 | Python | Solution
  • Maximum Depth of Binary Tree | LeetCode 104 | Python | Solution
  • Level Order Traversal – BFS Algorithm




Trending

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

Twitter GitHub LinkedIn

Copyright © 2022 Ibrahim Hasnat - All Right Reserved.