EdocGram
Home
(current)
Topics
EdocAI
Code Editor
HTML
Javascript
PHP
Python
Python AI Code Editor
More
Contact
About
Privacy Policy
Terms and Conditions
Log In
Topic
View
More
Topic
Hashing
Linked List
Queue
Stack
Backtracking
Dynamic Programming
Graph Theory
Bit Manipulation
Mathematics
Sliding Window Technique
Divide And Conquer
Matrix Manipulation
Two Pointers
Tree
Topic: array-problem / Level: beginner
901. Find the number of subarrays where the product of elements is greater than the product of their index product.
902. Check if the sum of all elements in an array is divisible by the sum of their index cubes.
903. Check if the product of all elements in an array is divisible by the product of their index squares.
904. Find the longest contiguous subarray where the sum of elements is a multiple of both 5 and 10.
905. Find the longest contiguous subarray where the product of elements is a multiple of both 6 and 12.
906. Check if the sum of the first half of elements in an array is greater than the sum of the second half.
907. Check if the product of the first half of elements in an array is smaller than the product of the second half.
908. Find the number of elements in an array that are divisible by both 3 and 9.
909. Find the number of elements in an array that are divisible by both 7 and 14.
910. Check if the sum of all odd elements in an array is smaller than the product of all even elements.
911. Check if the product of all even elements in an array is smaller than the sum of all odd elements.
912. Find the longest contiguous subarray where the sum of elements is a multiple of their digit sum.
913. Find the longest contiguous subarray where the product of elements is a multiple of their digit product.
914. Check if the sum of all diagonal elements in a square 2D matrix is smaller than the product of the boundary elements.
915. Check if the product of all diagonal elements in a square 2D matrix is greater than the sum of the boundary elements.
916. Find the row in a 2D matrix where the sum of elements is smaller than the square of their index sum.
917. Find the column in a 2D matrix where the product of elements is greater than the cube of their index product.
918. Check if all rows in a 2D matrix contain elements greater than their row number.
919. Check if all columns in a 2D matrix contain elements smaller than their column number.
920. Find the number of subarrays where the sum of elements is greater than the sum of their digit cubes.
921. Find the number of subarrays where the product of elements is greater than the product of their digit squares.
922. Check if the sum of all boundary elements in a square 2D matrix is a multiple of their index sum.
923. Check if the product of all boundary elements in a square 2D matrix is a multiple of their index product.
924. Find the longest contiguous subarray where the sum of elements is smaller than the sum of their digit cubes.
925. Find the longest contiguous subarray where the product of elements is greater than the product of their digit squares.
926. Check if the sum of all odd-indexed elements in an array is divisible by the product of their indices.
927. Check if the product of all even-indexed elements in an array is divisible by the sum of their indices.
928. Find the number of elements in an array that are divisible by both 4 and 8.
929. Find the number of elements in an array that are divisible by both 5 and 15.
930. Check if the sum of all elements in an array is greater than the square of their index sum.
931. Check if the product of all elements in an array is smaller than the cube of their index product.
932. Find the longest contiguous subarray where all elements are divisible by the sum of their index sum.
933. Find the longest contiguous subarray where all elements are divisible by the product of their index product.
934. Check if the sum of all diagonal elements in a square 2D matrix is divisible by the sum of all boundary elements.
935. Check if the product of all diagonal elements in a square 2D matrix is divisible by the product of all boundary elements.
936. Find the number of subarrays where the sum of elements is greater than the product of their digit sum.
937. Find the number of subarrays where the product of elements is greater than the sum of their digit product.
938. Check if all elements in an array are divisible by both their index and their digit sum.
939. Check if all elements in an array are divisible by both their index and their digit product.
940. Find the row in a 2D matrix where the sum of elements is a multiple of the sum of their digit sum.
941. Find the column in a 2D matrix where the product of elements is a multiple of the product of their digit product.
942. Check if the sum of elements in a square 2D matrix is smaller than the product of the boundary elements.
943. Check if the product of elements in a square 2D matrix is greater than the sum of the boundary elements.
944. Find the longest contiguous subarray where the sum of elements is divisible by both their digit sum and index sum.
945. Find the longest contiguous subarray where the product of elements is divisible by both their digit product and index product.
946. Check if the sum of diagonal elements in a square 2D matrix is greater than the sum of their cubes.
947. Check if the product of diagonal elements in a square 2D matrix is smaller than the product of their squares.
948. Find the number of elements in an array that are divisible by both their digit sum and index sum.
949. Find the number of elements in an array that are divisible by both their digit product and index product.
950. Check if all rows in a 2D matrix contain elements smaller than the sum of their digit sum.
Previous
1
...
18
19
20
Next
More Levels
Intermediate
Advanced
Aniket The Programmer
This website is managed by aniket the programmer :)
Website
Instagram