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

  • 23. Merge k Sorted Lists | LeetCode Using Python

    23. Merge k Sorted Lists | LeetCode Using Python

    In this video, I tackle the problem of merging k sorted linked-lists into a single sorted linked-list using Python. By leveraging a min-heap (priority queue) from the heapq…

    Continue Reading

    Muhammad Marenah

    July 30, 2024

    4 min read

  • 1046. Last Stone Weight | LeetCode Using Python

    1046. Last Stone Weight | LeetCode Using Python

    I solve the “1046. Last Stone Weight” problem from LeetCode using Python. I demonstrate how to efficiently solve this challenge by simulating a max-heap with Python’s heapq module.…

    Continue Reading

    Muhammad Marenah

    July 29, 2024

    4 min read

  • 88. Merge Sorted Array | LeetCode Using Python

    88. Merge Sorted Array | LeetCode Using Python

    In this video, I tackle the LeetCode problem “88. Merge Sorted Array” using Python. By leveraging the heapq.merge function, I demonstrate an efficient approach to merge two sorted…

    Continue Reading

    Muhammad Marenah

    July 29, 2024

    4 min read

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

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

    In this video, I walk through solving the “236. Lowest Common Ancestor of a Binary Tree” problem from LeetCode using Python. I explain how to find the Lowest…

    Continue Reading

    Muhammad Marenah

    July 28, 2024

    4 min read

  • 1161. Maximum Level Sum of a Binary Tree | LeetCode Using Python

    1161. Maximum Level Sum of a Binary Tree | LeetCode Using Python

    I tackle the LeetCode problem “1161. Maximum Level Sum of a Binary Tree” using Python. The goal is to identify the level in a binary tree where the…

    Continue Reading

    Muhammad Marenah

    July 28, 2024

    4 min read

  • 872. Leaf-Similar Trees | LeetCode Using Python

    872. Leaf-Similar Trees | LeetCode Using Python

    In this video, I tackle the LeetCode problem “872. Leaf-Similar Trees” using Python. I demonstrate how to determine if two binary trees are leaf-similar by comparing their leaf…

    Continue Reading

    Muhammad Marenah

    July 27, 2024

    4 min read

←
1 2 3 4 5 … 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