Skip to content

Ibrahim Hasnat

The blog of Ibrahim Hasnat

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

Guess The Number – Simple Game Using Python

This game is surely not going to be the fanciest game. But any beginner with a basic knowledge of the Python programming language can built-it and...

Continue reading...
March 17, 2022 by Ibrahim Hasnat Python

Two Sum | LeetCode 1 | Python | Solution

LeetCode 1 Read the problem description first and think about the problem. We will be given an integer array and target. Target is also an integer....

Continue reading...
February 28, 2022 by Ibrahim Hasnat LeetCode

Largest Odd Number in String | LeetCode 1903 | Python | Solution

LeetCode 1903 It’s a simple problem. We have to return the largest odd number from the given string. If we check odd numbers from the last,...

Continue reading...
February 14, 2022 by Ibrahim Hasnat LeetCode

Reverse Linked List | LeetCode 206 | Python | Solution

LeetCode 206 Reverse Linked List is one of the classic programming problems. The problem description is nothing complicated. We have to reverse the given Linked List...

Continue reading...
January 20, 2022 by Ibrahim Hasnat LeetCode

Palindrome Number | LeetCode 9 | Python | Solution

LeetCode 9 Before getting into the solution, let’s see the definition of a palindrome. According to Wikipedia: A palindrome is a word, number, phrase, or other...

Continue reading...
January 19, 2022 by Ibrahim Hasnat LeetCode

Ransom Note | LeetCode 383 | Python | Solution

LeetCode 383 Problem Overview Ransom Note is a pretty common programming problem. The problem description is concise and understandable. So, this problem says that we will...

Continue reading...
January 13, 2022 by Ibrahim Hasnat LeetCode

Maximum Number of Words Found in Sentences | LeetCode 2114 | LeetCode | Python | Solution

LeetCode 2124 This one is one of the easy problems on LeetCode. To solve this problem, mainly you have to know how to split a sentence...

Continue reading...
January 11, 2022 by Ibrahim Hasnat LeetCode

Year 2022

Last year did not go well for me in terms of achieving goals. I set some major goals last year. And at the end of the...

Continue reading...
January 10, 2022 by Ibrahim Hasnat Misc

Binary Tree Traversal Algorithms | DFS | Algorithm

There are three Depth First Search (DFS) types of traversal algorithms for Binary Tree. Traversal algorithms are for traversing in a Binary Tree. These three are...

Continue reading...
December 21, 2021 by Ibrahim Hasnat Algorithm

Group Anagrams | LeetCode 49 | Python | Solution

LeetCode 49 If you know how to valid anagram, this one will be easier for you to solve. You can check this to know about it...

Continue reading...
December 21, 2021 by Ibrahim Hasnat LeetCode
Page 3 of 14«12345...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.