Music player using HTML CSS and JavaScript

Music player using HTML CSS and JavaScript

Hello everyone, in this article, we will discuss how to create a simple Music player using HTML, CSS, and JavaScript. First, we will see the…

Continue Reading

Find Peak Element LeetCode 162

Hello everyone, in this article, we will discuss the famous problem of binary search: Find peek element leetcode (https://leetcode.com/problems/find-peak-element/). We will see the problem explanation,…

Continue Reading

Explained: Allocate minimum number of pages

Hello everyone in this article, we will discuss a very famous DSA problem Allocate minimum number of pages(https://practice.geeksforgeeks.org/problems/allocate-minimum-number-of-pages0937/1). It’s a GeeksforGeeks hard-level problem. We will…

Continue Reading

Search a 2D matrix: leetcode 74

Hello everyone, in this article we are going to discuss a very famous DSA problem Search a 2D matrix(https://leetcode.com/problems/search-a-2d-matrix/). It is a leetcode medium–level problem….

Continue Reading

Maximum Subarray Sum: Kadane’s Algorithm

Hello there, if you are looking for Kadane’s Algorithm you must have come across the question: Largest sum contiguous subarray or Maximum Subarray Sum, by…

Continue Reading
Draw Halloween in Python Turtle

Draw Halloween in Python Turtle

Introduction Today, we will learn how to Draw Halloween in Python Turtle. Halloween is celebrated in western countries and is dedicated to ones who have…

Continue Reading
Write Happy Halloween in Python Turtle

Write Happy Halloween in Python Turtle

Introduction Hello, in this article we will see how to Write Happy Halloween in Python Turtle which is a library of python. Turtle lets us…

Continue Reading