Skip to content
Marenah.com

Marenah.com

Empowering Developers, Inspiring Innovation

  • Home
  • Blog
  • Tech Innovations
  • Study Guide
  • LeetCode Videos
  • About
  • Privacy Policy
Marenah.com
Marenah.com
Empowering Developers, Inspiring Innovation

Blog

  • Algorithmic Trading: The Power & Dynamics of Automated Investing

    Algorithmic Trading: The Power & Dynamics of Automated Investing

    One of my current exciting and most significant projects is an automated stock trading bot. This project leverages Python, pandas, NumPy, and TA-Lib for data handling and technical…

    Continue Reading

    Muhammad Marenah

    August 16, 2024

    4 min read

  • If AI is Around, Why Should I Learn to Code?

    If AI is Around, Why Should I Learn to Code?

    Yes, AI has made code generation extremely easy among many things. Artificial Intelligence tools can generate tons of functional lines of code in seconds. However, this theoretically makes…

    Continue Reading

    Muhammad Marenah

    July 2, 2024

    4 min read

  • 700. Search in a Binary Search Tree | LeetCode Using Python

    700. Search in a Binary Search Tree | LeetCode Using Python

    I tackle the problem of searching in a Binary Search Tree (BST) using a recursive approach. I demonstrate how to efficiently find a node with a given value…

    Continue Reading

    Muhammad Marenah

    July 24, 2024

    4 min read

  • 100. Same Tree | LeetCode Using Python

    100. Same Tree | LeetCode Using Python

    I dive into solving the “100. Same Tree” problem from LeetCode using Python. I demonstrate how to use a recursive Depth-First Search (DFS) approach to determine if two…

    Continue Reading

    Muhammad Marenah

    July 23, 2024

    4 min read

  • 235. Lowest Common Ancestor of a Binary Search Tree | LeetCode Using Python

    235. Lowest Common Ancestor of a Binary Search Tree | LeetCode Using Python

    I tackle the problem of finding the Lowest Common Ancestor (LCA) in a Binary Search Tree (BST). I explain the time and space complexities involved. This concise walkthrough…

    Continue Reading

    Muhammad Marenah

    July 23, 2024

    4 min read

  • 242. Valid Anagram | LeetCode Using Python

    242. Valid Anagram | LeetCode Using Python

    I dive into solving the “242. Valid Anagram” problem from LeetCode using Python. I demonstrate a step-by-step approach to checking if two strings are anagrams by leveraging character…

    Continue Reading

    Muhammad Marenah

    July 23, 2024

    4 min read

  • 104. Maximum Depth of Binary Tree | LeetCode Using Python

    104. Maximum Depth of Binary Tree | LeetCode Using Python

    In my latest video, I tackle the problem of finding the maximum depth of a binary tree using Python. I walk through a straightforward Breadth-First Search (BFS) approach,…

    Continue Reading

    Muhammad Marenah

    July 22, 2024

    4 min read

  • 226. Invert Binary Tree | LeetCode Using Python

    226. Invert Binary Tree | LeetCode Using Python

    In my latest video, I tackle LeetCode problem 226, “Invert Binary Tree,” using Python. I demonstrate an efficient approach to recursively swap the left and right children of…

    Continue Reading

    Muhammad Marenah

    July 21, 2024

    4 min read

←
1 … 3 4 5 6 7 … 12
→
  • Home
  • Blog
  • Tech Innovations
  • Study Guide
  • LeetCode Videos
  • About
  • Privacy Policy

© 2025 Marenah.com

  • Home
  • Blog
  • Tech Innovations
  • Study Guide
  • LeetCode Videos
  • About
  • Privacy Policy