MBPP / queries.jsonl
fzoll's picture
Upload folder using huggingface_hub
cf75480 verified
{"id": "00000", "text": "Write a function to find the minimum cost path to reach (m, n) from (0, 0) for the given cost matrix cost[][] and a position (m, n) in cost[][]."}
{"id": "00001", "text": "Write a function to find the similar elements from the given two tuple lists."}
{"id": "00002", "text": "Write a python function to identify non-prime numbers."}
{"id": "00003", "text": "Write a function to find the largest integers from a given list of numbers using heap queue algorithm."}
{"id": "00004", "text": "Write a function to find the number of ways to fill it with 2 x 1 dominoes for the given 3 x n board."}
{"id": "00005", "text": "Write a python function to check whether the two numbers differ at one bit position only or not."}
{"id": "00006", "text": "Write a function to find all words which are at least 4 characters long in a string by using regex."}
{"id": "00007", "text": "Write a function to find squares of individual elements in a list using lambda function."}
{"id": "00008", "text": "Write a python function to find the minimum number of rotations required to get the same string."}
{"id": "00009", "text": "Write a function to get the n smallest items from a dataset."}
{"id": "00010", "text": "Write a python function to remove first and last occurrence of a given character from the string."}
{"id": "00011", "text": "Write a function to sort a given matrix in ascending order according to the sum of its rows."}
{"id": "00012", "text": "Write a function to count the most common words in a dictionary."}
{"id": "00013", "text": "Write a python function to find the volume of a triangular prism."}
{"id": "00014", "text": "Write a function to split a string at lowercase letters."}
{"id": "00015", "text": "Write a function to find sequences of lowercase letters joined with an underscore."}
{"id": "00016", "text": "Write a function to find the perimeter of a square."}
{"id": "00017", "text": "Write a function to remove characters from the first string which are present in the second string."}
{"id": "00018", "text": "Write a function to find whether a given array of integers contains any duplicate element."}
{"id": "00019", "text": "Write a function to check if the given number is woodball or not."}
{"id": "00020", "text": "Write a function to find m number of multiples of n."}
{"id": "00021", "text": "Write a function to find the first duplicate element in a given array of integers."}
{"id": "00022", "text": "Write a python function to find the maximum sum of elements of list in a list of lists."}
{"id": "00023", "text": "Write a function to convert the given binary number to its decimal equivalent."}
{"id": "00024", "text": "Write a python function to find the product of non-repeated elements in a given array."}
{"id": "00025", "text": "Write a function to check if the given tuple list has all k elements."}
{"id": "00026", "text": "Write a python function to remove all digits from a list of strings."}
{"id": "00027", "text": "Write a python function to find binomial co-efficient."}
{"id": "00028", "text": "Write a python function to find the element occurring odd number of times."}
{"id": "00029", "text": "Write a python function to count all the substrings starting and ending with same characters."}
{"id": "00030", "text": "Write a function to find the top k integers that occur most frequently from given lists of sorted and distinct integers using heap queue algorithm."}
{"id": "00031", "text": "Write a python function to find the largest prime factor of a given number."}
{"id": "00032", "text": "Write a python function to convert a decimal number to binary number."}
{"id": "00033", "text": "Write a python function to find the missing number in a sorted array."}
{"id": "00034", "text": "Write a function to find the n-th rectangular number."}
{"id": "00035", "text": "Write a python function to find the nth digit in the proper fraction of two given numbers."}
{"id": "00036", "text": "Write a function to sort a given mixed list of integers and strings."}
{"id": "00037", "text": "Write a function to find the division of first even and odd number of a given list."}
{"id": "00038", "text": "Write a function to check if the letters of a given string can be rearranged so that two characters that are adjacent to each other are different."}
{"id": "00039", "text": "Write a function to find frequency of the elements in a given list of lists using collections module."}
{"id": "00040", "text": "Write a function to filter even numbers using lambda function."}
{"id": "00041", "text": "Write a python function to find the sum of repeated elements in a given array."}
{"id": "00042", "text": "Write a function to find sequences of lowercase letters joined with an underscore using regex."}
{"id": "00043", "text": "Write a function that matches a word at the beginning of a string."}
{"id": "00044", "text": "Write a function to find the gcd of the given array elements."}
{"id": "00045", "text": "Write a python function to determine whether all the numbers are different from each other are not."}
{"id": "00046", "text": "Write a python function to find the last digit when factorial of a divides factorial of b."}
{"id": "00047", "text": "Write a python function to set all odd bits of a given number."}
{"id": "00048", "text": "Write a function to extract every first or specified element from a given two-dimensional list."}
{"id": "00049", "text": "Write a function to find the list with minimum length using lambda function."}
{"id": "00050", "text": "Write a function to print check if the triangle is equilateral or not."}
{"id": "00051", "text": "Write a function to caluclate area of a parallelogram."}
{"id": "00052", "text": "Write a python function to check whether the first and last characters of a given string are equal or not."}
{"id": "00053", "text": "Write a function to sort the given array by using counting sort."}
{"id": "00054", "text": "Write a function to find t-nth term of geometric series."}
{"id": "00055", "text": "Write a python function to check if a given number is one less than twice its reverse."}
{"id": "00056", "text": "Write a python function to find the largest number that can be formed with the given digits."}
{"id": "00057", "text": "Write a python function to check whether the given two integers have opposite sign or not."}
{"id": "00058", "text": "Write a function to find the nth octagonal number."}
{"id": "00059", "text": "Write a function to find the maximum length of the subsequence with difference between adjacent elements for the given array."}
{"id": "00060", "text": "Write a python function to count number of substrings with the sum of digits equal to their length."}
{"id": "00061", "text": "Write a python function to find smallest number in a list."}
{"id": "00062", "text": "Write a function to find the maximum difference between available pairs in the given tuple list."}
{"id": "00063", "text": "Write a function to sort a list of tuples using lambda."}
{"id": "00064", "text": "Write a function of recursion list sum."}
{"id": "00065", "text": "Write a python function to count positive numbers in a list."}
{"id": "00066", "text": "Write a function to find the number of ways to partition a set of bell numbers."}
{"id": "00067", "text": "Write a python function to check whether the given array is monotonic or not."}
{"id": "00068", "text": "Write a function to check whether a list contains the given sublist or not."}
{"id": "00069", "text": "Write a function to find whether all the given tuples have equal length or not."}
{"id": "00070", "text": "Write a function to sort a list of elements using comb sort."}
{"id": "00071", "text": "Write a python function to check whether the given number can be represented as difference of two squares or not."}
{"id": "00072", "text": "Write a function to split the given string with multiple delimiters by using regex."}
{"id": "00073", "text": "Write a function to check whether it follows the sequence given in the patterns array."}
{"id": "00074", "text": "Write a function to find tuples which have all elements divisible by k from the given list of tuples."}
{"id": "00075", "text": "Write a python function to count the number of squares in a rectangle."}
{"id": "00076", "text": "Write a python function to find the difference between sum of even and odd digits."}
{"id": "00077", "text": "Write a python function to find number of integers with odd number of set bits."}
{"id": "00078", "text": "Write a python function to check whether the length of the word is odd or not."}
{"id": "00079", "text": "Write a function to find the nth tetrahedral number."}
{"id": "00080", "text": "Write a function to zip the two given tuples."}
{"id": "00081", "text": "Write a function to find the volume of a sphere."}
{"id": "00082", "text": "Write a python function to find the character made by adding all the characters of the given string."}
{"id": "00083", "text": "Write a function to find the n-th number in newman conway sequence."}
{"id": "00084", "text": "Write a function to find the surface area of a sphere."}
{"id": "00085", "text": "Write a function to find nth centered hexagonal number."}
{"id": "00086", "text": "Write a function to merge three dictionaries into a single expression."}
{"id": "00087", "text": "Write a function to get the frequency of the elements in a list."}
{"id": "00088", "text": "Write a function to find the closest smaller number than n."}
{"id": "00089", "text": "Write a python function to find the length of the longest word."}
{"id": "00090", "text": "Write a function to check if a substring is present in a given list of string values."}
{"id": "00091", "text": "Write a function to check whether the given number is undulating or not."}
{"id": "00092", "text": "Write a function to calculate the value of 'a' to the power 'b'."}
{"id": "00093", "text": "Write a function to extract the index minimum value record from the given tuples."}
{"id": "00094", "text": "Write a python function to find the minimum length of sublist."}
{"id": "00095", "text": "Write a python function to find the number of divisors of a given integer."}
{"id": "00096", "text": "Write a function to find frequency count of list of lists."}
{"id": "00097", "text": "Write a function to multiply all the numbers in a list and divide with the length of the list."}
{"id": "00098", "text": "Write a function to convert the given decimal number to its binary equivalent."}
{"id": "00099", "text": "Write a function to find the next smallest palindrome of a specified number."}
{"id": "00100", "text": "Write a function to find the kth element in the given array."}
{"id": "00101", "text": "Write a function to convert snake case string to camel case string."}
{"id": "00102", "text": "Write a function to find eulerian number a(n, m)."}
{"id": "00103", "text": "Write a function to sort each sublist of strings in a given list of lists using lambda function."}
{"id": "00104", "text": "Write a python function to count true booleans in the given list."}
{"id": "00105", "text": "Write a function to add the given list to the given tuples."}
{"id": "00106", "text": "Write a python function to count hexadecimal numbers for a given range."}
{"id": "00107", "text": "Write a function to merge multiple sorted inputs into a single sorted iterator using heap queue algorithm."}
{"id": "00108", "text": "Write a python function to find the count of rotations of a binary string with odd value."}
{"id": "00109", "text": "Write a function to extract the ranges that are missing from the given list with the given start range and end range values."}
{"id": "00110", "text": "Write a function to find common elements in given nested lists. * list item * list item * list item * list item"}
{"id": "00111", "text": "Write a python function to find the perimeter of a cylinder."}
{"id": "00112", "text": "Write a function to check if a string represents an integer or not."}
{"id": "00113", "text": "Write a function to assign frequency to each tuple in the given tuple list."}
{"id": "00114", "text": "Write a function to check whether all dictionaries in a list are empty or not."}
{"id": "00115", "text": "Write a function to convert a given tuple of positive integers into an integer."}
{"id": "00116", "text": "Write a function to convert all possible convertible elements in the list to float."}
{"id": "00117", "text": "[link text](https:// [link text](https:// [link text](https://)))write a function to convert a string to a list."}
{"id": "00118", "text": "Write a python function to find the element that appears only once in a sorted array."}
{"id": "00119", "text": "Write a function to find the maximum product from the pairs of tuples within a given list."}
{"id": "00120", "text": "Write a function to find the triplet with sum of the given array"}
{"id": "00121", "text": "Write a function to find n\u2019th smart number."}
{"id": "00122", "text": "Write a function to sum all amicable numbers from 1 to a specified number."}
{"id": "00123", "text": "Write a function to get the angle of a complex number."}
{"id": "00124", "text": "Write a function to find the maximum difference between the number of 0s and number of 1s in any sub-string of the given binary string."}
{"id": "00125", "text": "Write a python function to find the sum of common divisors of two given numbers."}
{"id": "00126", "text": "Write a function to multiply two integers without using the * operator in python."}
{"id": "00127", "text": "Write a function to shortlist words that are longer than n from a given list of words."}
{"id": "00128", "text": "Write a function to calculate magic square."}
{"id": "00129", "text": "Write a function to find the item with maximum frequency in a given list."}
{"id": "00130", "text": "Write a python function to reverse only the vowels of a given string."}
{"id": "00131", "text": "Write a function to convert tuple to a string."}
{"id": "00132", "text": "Write a function to calculate the sum of the negative numbers of a given list of numbers using lambda function."}
{"id": "00133", "text": "Write a python function to check whether the last element of given array is even or odd after performing an operation p times."}
{"id": "00134", "text": "Write a function to find the nth hexagonal number."}
{"id": "00135", "text": "Write a function to calculate electricity bill."}
{"id": "00136", "text": "Write a function to find the ration of zeroes in an array of integers."}
{"id": "00137", "text": "Write a python function to check whether the given number can be represented as sum of non-zero powers of 2 or not."}
{"id": "00138", "text": "Write a function to find the circumference of a circle."}
{"id": "00139", "text": "Write a function to extract elements that occur singly in the given tuple list."}
{"id": "00140", "text": "Write a function to sort a list of elements using pancake sort."}
{"id": "00141", "text": "Write a function to count the same pair in three given lists."}
{"id": "00142", "text": "Write a function to find number of lists present in the given tuple."}
{"id": "00143", "text": "Write a python function to find the sum of absolute differences in all pairs of the given array."}
{"id": "00144", "text": "Write a python function to find the maximum difference between any two elements in a given array."}
{"id": "00145", "text": "Write a function to find the ascii value of total characters in a string."}
{"id": "00146", "text": "Write a function to find the maximum total path sum in the given triangle."}
{"id": "00147", "text": "Write a function to divide a number into two parts such that the sum of digits is maximum."}
{"id": "00148", "text": "Write a function to find the longest subsequence such that the difference between adjacents is one for the given array."}
{"id": "00149", "text": "Write a python function to find whether the given number is present in the infinite sequence or not."}
{"id": "00150", "text": "Write a python function to check whether the given number is co-prime or not."}
{"id": "00151", "text": "Write a function to sort the given array by using merge sort."}
{"id": "00152", "text": "Write a function to find the vertex of a parabola."}
{"id": "00153", "text": "Write a function to extract every specified element from a given two dimensional list."}
{"id": "00154", "text": "Write a python function to toggle all even bits of a given number."}
{"id": "00155", "text": "Write a function to convert a tuple of string values to a tuple of integer values."}
{"id": "00156", "text": "Write a function to reflect the run-length encoding from a list."}
{"id": "00157", "text": "Write a python function to find k number of operations required to make all elements equal."}
{"id": "00158", "text": "Write a function to print the season for the given month and day."}
{"id": "00159", "text": "Write a function to find x and y that satisfies ax + by = n."}
{"id": "00160", "text": "Write a function to remove all elements from a given list present in another list."}
{"id": "00161", "text": "Write a function to calculate the sum of the positive integers of n+(n-2)+(n-4)... (until n-x =< 0)."}
{"id": "00162", "text": "Write a function to calculate the area of a regular polygon."}
{"id": "00163", "text": "Write a python function to check whether the sum of divisors are same or not."}
{"id": "00164", "text": "Write a python function to count characters at same position in a given string (lower and uppercase characters) as in english alphabet."}
{"id": "00165", "text": "Write a python function to count the pairs with xor as an even number."}
{"id": "00166", "text": "Write a python function to find smallest power of 2 greater than or equal to n."}
{"id": "00167", "text": "Write a python function to find the frequency of a number in a given array."}
{"id": "00168", "text": "Write a function to calculate the nth pell number."}
{"id": "00169", "text": "Write a function to find sum of the numbers in a list between the indices of a specified range."}
{"id": "00170", "text": "Write a function to find the perimeter of a pentagon."}
{"id": "00171", "text": "Write a function to find the occurence of characters 'std' in the given string 1. list item 1. list item 1. list item 2. list item 2. list item 2. list item"}
{"id": "00172", "text": "Write a function to remove everything except alphanumeric characters from a string."}
{"id": "00173", "text": "Write a function to group a sequence of key-value pairs into a dictionary of lists."}
{"id": "00174", "text": "Write a function to verify validity of a string of parentheses."}
{"id": "00175", "text": "Write a function to find the perimeter of a triangle."}
{"id": "00176", "text": "Write a python function to find two distinct numbers such that their lcm lies within the given range."}
{"id": "00177", "text": "Write a function to search some literals strings in a string."}
{"id": "00178", "text": "Write a function to find if the given number is a keith number or not."}
{"id": "00179", "text": "Write a function to calculate distance between two points using latitude and longitude."}
{"id": "00180", "text": "Write a function to find the longest common prefix in the given set of strings."}
{"id": "00181", "text": "Write a function to find uppercase, lowercase, special character and numeric values using regex."}
{"id": "00182", "text": "Write a function to count all the distinct pairs having a difference of k in any array."}
{"id": "00183", "text": "Write a function to find all the values in a list that are greater than a specified number."}
{"id": "00184", "text": "Write a function to find the focus of a parabola."}
{"id": "00185", "text": "Write a function to search some literals strings in a string by using regex."}
{"id": "00186", "text": "Write a function to find the longest common subsequence for the given two sequences."}
{"id": "00187", "text": "Write a python function to check whether the given number can be represented by product of two squares or not."}
{"id": "00188", "text": "Write a python function to find the first missing positive number."}
{"id": "00189", "text": "Write a python function to count the number of integral co-ordinates that lie inside a square."}
{"id": "00190", "text": "Write a function to check whether the given month name contains 30 days or not."}
{"id": "00191", "text": "Write a python function to check whether a string has atleast one letter and one number."}
{"id": "00192", "text": "Write a function to remove the duplicates from the given tuple."}
{"id": "00193", "text": "Write a python function to convert octal number to decimal number."}
{"id": "00194", "text": "Write a python function to find the first position of an element in a sorted array."}
{"id": "00195", "text": "Write a function to remove all the tuples with length k."}
{"id": "00196", "text": "Write a function to perform the exponentiation of the given two tuples."}
{"id": "00197", "text": "Write a function to find the largest triangle that can be inscribed in an ellipse."}
{"id": "00198", "text": "Write a python function to find highest power of 2 less than or equal to given number."}
{"id": "00199", "text": "Write a function to find all index positions of the maximum values in a given list."}
{"id": "00200", "text": "Write a python function to check whether the elements in a list are same or not."}
{"id": "00201", "text": "Write a function to remove even characters in a string."}
{"id": "00202", "text": "Write a python function to find the hamming distance between given two integers."}
{"id": "00203", "text": "Write a python function to count the occurrence of a given character in a string."}
{"id": "00204", "text": "Write a function to find the inversions of tuple elements in the given tuple list."}
{"id": "00205", "text": "Write a function to perform the adjacent element concatenation in the given tuples."}
{"id": "00206", "text": "Write a function to count the longest repeating subsequences such that the two subsequences don\u2019t have same string characters at same positions."}
{"id": "00207", "text": "Write a function to check the given decimal with a precision of 2 by using regex."}
{"id": "00208", "text": "Write a function to delete the smallest element from the given heap and then insert a new item."}
{"id": "00209", "text": "Write a function to check that the given string contains only a certain set of characters(in this case a-z, a-z and 0-9) by using regex."}
{"id": "00210", "text": "Write a python function to count numbers whose oth and nth bits are set."}
{"id": "00211", "text": "Write a python function to find the sum of fourth power of n natural numbers."}
{"id": "00212", "text": "Write a function to perform the concatenation of two string tuples."}
{"id": "00213", "text": "Write a function to convert radians to degrees."}
{"id": "00214", "text": "Write a function to decode a run-length encoded given list."}
{"id": "00215", "text": "Write a function to check if a nested list is a subset of another nested list."}
{"id": "00216", "text": "Write a python function to find the first repeated character in a given string."}
{"id": "00217", "text": "Write a python function to find the minimum operations required to make two numbers equal."}
{"id": "00218", "text": "Write a function to extract maximum and minimum k elements in the given tuple."}
{"id": "00219", "text": "Write a function to replace maximum n occurrences of spaces, commas, or dots with a colon."}
{"id": "00220", "text": "Write a python function to find the first even number in a given list of numbers."}
{"id": "00221", "text": "Write a function to check if all the elements in tuple have same data type or not."}
{"id": "00222", "text": "Write a function to check for majority element in the given sorted array."}
{"id": "00223", "text": "Write a python function to count set bits of a given number."}
{"id": "00224", "text": "Write a python function to find the minimum element in a sorted and rotated array."}
{"id": "00225", "text": "Write a python function to remove the characters which have odd index values of a given string."}
{"id": "00226", "text": "Write a function to find minimum of three numbers."}
{"id": "00227", "text": "Write a python function to check whether all the bits are unset in the given range or not."}
{"id": "00228", "text": "Write a function to re-arrange the elements of the given array so that all negative elements appear before positive ones."}
{"id": "00229", "text": "Write a function to replace blank spaces with any character in a string."}
{"id": "00230", "text": "Write a function to find the maximum sum in the given right triangle of numbers."}
{"id": "00231", "text": "Write a function to get the n largest items from a dataset."}
{"id": "00232", "text": "Write a function to find the lateral surface area of a cylinder."}
{"id": "00233", "text": "Write a function to find the volume of a cube."}
{"id": "00234", "text": "Write a python function to set all even bits of a given number."}
{"id": "00235", "text": "Write a python function to count the maximum number of equilateral triangles that can be formed within a given equilateral triangle."}
{"id": "00236", "text": "Write a function to check the occurrences of records which occur similar times in the given tuples."}
{"id": "00237", "text": "Write a python function to count number of non-empty substrings of a given string."}
{"id": "00238", "text": "Write a function to find the number of possible sequences of length n such that each of the next element is greater than or equal to twice of the previous element but less than or equal to m."}
{"id": "00239", "text": "Write a function to replace the last element of the list with another list."}
{"id": "00240", "text": "Write a function to generate a 3d array having each element as '*'."}
{"id": "00241", "text": "Write a function to count total characters in a string."}
{"id": "00242", "text": "Write a function to sort the given list based on the occurrence of first element of tuples."}
{"id": "00243", "text": "Write a python function to find the next perfect square greater than a given number."}
{"id": "00244", "text": "Write a function to find the maximum sum of bi-tonic sub-sequence for the given array."}
{"id": "00245", "text": "Write a function for computing square roots using the babylonian method."}
{"id": "00246", "text": "Write a function to find the longest palindromic subsequence in the given string."}
{"id": "00247", "text": "Write a function to calculate the harmonic sum of n-1."}
{"id": "00248", "text": "Write a function to find the intersection of two arrays using lambda function."}
{"id": "00249", "text": "Write a python function to count the occcurences of an element in a tuple."}
{"id": "00250", "text": "Write a function to insert an element before each element of a list."}
{"id": "00251", "text": "Write a python function to convert complex numbers to polar coordinates."}
{"id": "00252", "text": "Write a python function to count integers from a given list."}
{"id": "00253", "text": "Write a function to find all words starting with 'a' or 'e' in a given string."}
{"id": "00254", "text": "Write a function to choose specified number of colours from three different colours and generate all the combinations with repetitions."}
{"id": "00255", "text": "Write a python function to count the number of prime numbers less than a given non-negative number."}
{"id": "00256", "text": "Write a function to swap two numbers."}
{"id": "00257", "text": "Write a function to find number of odd elements in the given list using lambda function."}
{"id": "00258", "text": "Write a function to maximize the given two tuples."}
{"id": "00259", "text": "Write a function to find the nth newman\u2013shanks\u2013williams prime number."}
{"id": "00260", "text": "Write a function to perform mathematical division operation across the given tuples."}
{"id": "00261", "text": "Write a function to split a given list into two parts where the length of the first part of the list is given."}
{"id": "00262", "text": "Write a function to merge two dictionaries."}
{"id": "00263", "text": "Write a function to calculate a dog's age in dog's years."}
{"id": "00264", "text": "Write a function to split a list for every nth element."}
{"id": "00265", "text": "Write a function to find the lateral surface area of a cube."}
{"id": "00266", "text": "Write a python function to find the sum of squares of first n odd natural numbers."}
{"id": "00267", "text": "Write a function to find the n'th star number."}
{"id": "00268", "text": "Write a function to find the ascii value of a character."}
{"id": "00269", "text": "Write a python function to find the sum of even numbers at even positions."}
{"id": "00270", "text": "Write a python function to find the sum of fifth power of first n even natural numbers."}
{"id": "00271", "text": "Write a function to perfom the rear element extraction from list of tuples records."}
{"id": "00272", "text": "Write a function to substract the contents of one tuple with corresponding index of other tuple."}
{"id": "00273", "text": "Write a python function to find sum of even index binomial coefficients."}
{"id": "00274", "text": "Write a python function to find the position of the last removed element from the given array."}
{"id": "00275", "text": "Write a function to find the volume of a cylinder."}
{"id": "00276", "text": "Write a function to filter a dictionary based on values."}
{"id": "00277", "text": "Write a function to find the element count that occurs before the record in the given tuple."}
{"id": "00278", "text": "Write a function to find the nth decagonal number."}
{"id": "00279", "text": "Write a function to search an element in the given array by using sequential search."}
{"id": "00280", "text": "Write a python function to check if the elements of a given list are unique or not."}
{"id": "00281", "text": "Write a function to substaract two lists using map and lambda function."}
{"id": "00282", "text": "Write a python function to check whether the frequency of each digit is less than or equal to the digit itself."}
{"id": "00283", "text": "Write a function to check whether all items of a list are equal to a given string."}
{"id": "00284", "text": "Write a function that matches a string that has an a followed by two to three 'b'."}
{"id": "00285", "text": "Write a function to find the largest sum of contiguous array in the modified array which is formed by repeating the given array k times."}
{"id": "00286", "text": "Write a python function to find the sum of squares of first n even natural numbers."}
{"id": "00287", "text": "Write a function to count array elements having modular inverse under given prime number p equal to itself."}
{"id": "00288", "text": "Write a python function to calculate the number of odd days in a given year."}
{"id": "00289", "text": "Write a function to find the list of lists with maximum length."}
{"id": "00290", "text": "Write a function to find out the number of ways of painting the fence such that at most 2 adjacent posts have the same color for the given fence with n posts and k colors."}
{"id": "00291", "text": "Write a python function to find quotient of two numbers."}
{"id": "00292", "text": "Write a function to find the third side of a right angled triangle."}
{"id": "00293", "text": "Write a function to find the maximum value in a given heterogeneous list."}
{"id": "00294", "text": "Write a function to return the sum of all divisors of a number."}
{"id": "00295", "text": "Write a python function to count inversions in an array."}
{"id": "00296", "text": "Write a function to flatten a given nested list structure."}
{"id": "00297", "text": "Write a function to find the nested list elements which are present in another list."}
{"id": "00298", "text": "Write a function to calculate the maximum aggregate from the list of tuples."}
{"id": "00299", "text": "Write a function to find the count of all binary sequences of length 2n such that sum of first n bits is same as sum of last n bits."}
{"id": "00300", "text": "Write a function to find the depth of a dictionary."}
{"id": "00301", "text": "Write a python function to find the most significant bit number which is also a set bit."}
{"id": "00302", "text": "Write a python function to check whether the count of inversion of two types are same or not."}
{"id": "00303", "text": "Write a python function to find element at a given index after number of rotations."}
{"id": "00304", "text": "Write a function to match two words from a list of words starting with letter 'p'."}
{"id": "00305", "text": "Write a function to find the maximum sum of increasing subsequence from prefix till ith index and also including a given kth element which is after i, i.e., k > i ."}
{"id": "00306", "text": "Write a function to get a colon of a tuple."}
{"id": "00307", "text": "Write a function to find the specified number of largest products from two given lists."}
{"id": "00308", "text": "Write a python function to find the maximum of two numbers."}
{"id": "00309", "text": "Write a function to convert a given string to a tuple."}
{"id": "00310", "text": "Write a python function to set the left most unset bit."}
{"id": "00311", "text": "Write a function to find the volume of a cone."}
{"id": "00312", "text": "Write a python function to print positive numbers in a list."}
{"id": "00313", "text": "Write a function to find out the maximum sum such that no two chosen numbers are adjacent for the given rectangular grid of dimension 2 x n."}
{"id": "00314", "text": "Write a python function to find the first maximum length of even word."}
{"id": "00315", "text": "Write a function to find the index of the last occurrence of a given number in a sorted array."}
{"id": "00316", "text": "Write a function to reflect the modified run-length encoding from a list."}
{"id": "00317", "text": "Write a python function to find the maximum volume of a cuboid with given sum of sides."}
{"id": "00318", "text": "Write a function to find all five characters long word in the given string by using regex."}
{"id": "00319", "text": "Write a function to calculate the difference between the squared sum of first n natural numbers and the sum of squared first n natural numbers."}
{"id": "00320", "text": "Write a function to find the demlo number for the given number."}
{"id": "00321", "text": "Write a function to find all index positions of the minimum values in a given list."}
{"id": "00322", "text": "Write a function to re-arrange the given array in alternating positive and negative items."}
{"id": "00323", "text": "Write a function to extract the sum of alternate chains of tuples."}
{"id": "00324", "text": "Write a python function to find the minimum number of squares whose sum is equal to a given number."}
{"id": "00325", "text": "Write a function to get the word with most number of occurrences in the given strings list."}
{"id": "00326", "text": "Write a function to print check if the triangle is isosceles or not."}
{"id": "00327", "text": "Write a function to rotate a given list by specified number of items to the left direction."}
{"id": "00328", "text": "Write a python function to count negative numbers in a list."}
{"id": "00329", "text": "Write a function to find all three, four, five characters long words in the given string by using regex."}
{"id": "00330", "text": "Write a python function to count unset bits of a given number."}
{"id": "00331", "text": "Write a function to count character frequency of a given string."}
{"id": "00332", "text": "Write a python function to sort a list according to the second element in sublist."}
{"id": "00333", "text": "Write a python function to check whether the triangle is valid or not if sides are given."}
{"id": "00334", "text": "Write a function to find the sum of arithmetic progression."}
{"id": "00335", "text": "Write a function to check whether the given month name contains 28 days or not."}
{"id": "00336", "text": "Write a function that matches a word at the end of a string, with optional punctuation."}
{"id": "00337", "text": "Write a python function to count the number of substrings with same first and last characters."}
{"id": "00338", "text": "Write a python function to find the maximum occuring divisor in an interval."}
{"id": "00339", "text": "Write a python function to find the sum of the three lowest positive numbers from a given list of numbers."}
{"id": "00340", "text": "Write a function to convert the given set into ordered tuples."}
{"id": "00341", "text": "Write a function to find the smallest range that includes at-least one element from each of the given arrays."}
{"id": "00342", "text": "Write a function to calculate the number of digits and letters in a string."}
{"id": "00343", "text": "Write a python function to find number of elements with odd factors in a given range."}
{"id": "00344", "text": "Write a function to find the difference between two consecutive numbers in a given list."}
{"id": "00345", "text": "Write a function to find entringer number e(n, k)."}
{"id": "00346", "text": "Write a python function to count the number of squares in a rectangle."}
{"id": "00347", "text": "Write a function to count sequences of given length having non-negative prefix sums that can be generated by given values."}
{"id": "00348", "text": "Write a python function to check whether the given string is a binary string or not."}
{"id": "00349", "text": "Write a python function to minimize the length of the string by removing occurrence of only one character."}
{"id": "00350", "text": "Write a python function to find the first element occurring k times in a given array."}
{"id": "00351", "text": "Write a python function to check whether all the characters in a given string are unique."}
{"id": "00352", "text": "Write a function to remove a specified column from a given nested list."}
{"id": "00353", "text": "Write a function to find t-nth term of arithemetic progression."}
{"id": "00354", "text": "Write a python function to count the number of rectangles in a circle of radius r."}
{"id": "00355", "text": "Write a function to find the third angle of a triangle using two angles."}
{"id": "00356", "text": "Write a function to find the maximum element of all the given tuple records."}
{"id": "00357", "text": "Write a function to find modulo division of two lists using map and lambda function."}
{"id": "00358", "text": "Write a python function to check whether one root of the quadratic equation is twice of the other or not."}
{"id": "00359", "text": "Write a function to find the n\u2019th carol number."}
{"id": "00360", "text": "Write a function to remove empty lists from a given list of lists."}
{"id": "00361", "text": "Write a python function to find the item with maximum occurrences in a given list."}
{"id": "00362", "text": "Write a function to add the k elements to each element in the tuple."}
{"id": "00363", "text": "Write a function to find the number of flips required to make the given binary string a sequence of alternate characters."}
{"id": "00364", "text": "Write a python function to count the number of digits of a given number."}
{"id": "00365", "text": "Write a python function to find the largest product of the pair of adjacent elements from a given list of integers."}
{"id": "00366", "text": "Write a function to check if a binary tree is balanced or not."}
{"id": "00367", "text": "Write a function to repeat the given tuple n times."}
{"id": "00368", "text": "Write a function to find the lateral surface area of cuboid"}
{"id": "00369", "text": "Write a function to sort a tuple by its float element."}
{"id": "00370", "text": "Write a function to find the smallest missing element in a sorted array."}
{"id": "00371", "text": "Write a function to sort a given list of elements in ascending order using heap queue algorithm."}
{"id": "00372", "text": "Write a function to find the volume of a cuboid."}
{"id": "00373", "text": "Write a function to print all permutations of a given string including duplicates."}
{"id": "00374", "text": "Write a function to round the given number to the nearest multiple of a specific number."}
{"id": "00375", "text": "Write a function to remove tuple elements that occur more than once and replace the duplicates with some custom value."}
{"id": "00376", "text": "Write a python function to remove all occurrences of a character in a given string."}
{"id": "00377", "text": "Write a python function to shift last element to first position in the given list."}
{"id": "00378", "text": "Write a function to find the surface area of a cuboid."}
{"id": "00379", "text": "Write a function to generate a two-dimensional array."}
{"id": "00380", "text": "Write a function to sort a list of lists by a given index of the inner list."}
{"id": "00381", "text": "Write a function to find the number of rotations in a circularly sorted array."}
{"id": "00382", "text": "Write a python function to toggle all odd bits of a given number."}
{"id": "00383", "text": "Write a python function to find the frequency of the smallest value in a given array."}
{"id": "00384", "text": "Write a function to find the n'th perrin number using recursion."}
{"id": "00385", "text": "Write a function to find out the minimum no of swaps required for bracket balancing in the given string."}
{"id": "00386", "text": "Write a python function to check whether the hexadecimal number is even or odd."}
{"id": "00387", "text": "Write a python function to find the highest power of 2 that is less than or equal to n."}
{"id": "00388", "text": "Write a function to find the n'th lucas number."}
{"id": "00389", "text": "Write a function to insert a given string at the beginning of all items in a list."}
{"id": "00390", "text": "Write a function to convert more than one list to nested dictionary."}
{"id": "00391", "text": "Write a function to find the maximum sum possible by using the given equation f(n) = max( (f(n/2) + f(n/3) + f(n/4) + f(n/5)), n)."}
{"id": "00392", "text": "Write a function to find the list with maximum length using lambda function."}
{"id": "00393", "text": "Write a function to check if given tuple is distinct or not."}
{"id": "00394", "text": "Write a python function to find the first non-repeated character in a given string."}
{"id": "00395", "text": "Write a function to check whether the given string starts and ends with the same character or not using regex."}
{"id": "00396", "text": "Write a function to find the median of three specific numbers."}
{"id": "00397", "text": "Write a function to compute the sum of digits of each number of a given list."}
{"id": "00398", "text": "Write a function to perform the mathematical bitwise xor operation across the given tuples."}
{"id": "00399", "text": "Write a function to extract the frequency of unique tuples in the given list order irrespective."}
{"id": "00400", "text": "Write a function to perform index wise addition of tuple elements in the given two nested tuples."}
{"id": "00401", "text": "Write a function to compute the value of ncr%p."}
{"id": "00402", "text": "Write a function to check if a url is valid or not using regex."}
{"id": "00403", "text": "Write a python function to find the minimum of two numbers."}
{"id": "00404", "text": "Write a function to check whether an element exists within a tuple."}
{"id": "00405", "text": "Write a python function to find the parity of a given number."}
{"id": "00406", "text": "Write a function to create the next bigger number by rearranging the digits of a given number."}
{"id": "00407", "text": "Write a function to find k number of pairs which consist of one element from the first array and one element from the second array."}
{"id": "00408", "text": "Write a function to find the minimum product from the pairs of tuples within a given list."}
{"id": "00409", "text": "Write a function to find the minimum value in a given heterogeneous list."}
{"id": "00410", "text": "Write a function to convert the given snake case string to camel case string by using regex."}
{"id": "00411", "text": "Write a python function to remove odd numbers from a given list."}
{"id": "00412", "text": "Write a function to extract the nth element from a given list of tuples."}
{"id": "00413", "text": "Write a python function to check whether the value exists in a sequence or not."}
{"id": "00414", "text": "Write a python function to find a pair with highest product from a given array of integers."}
{"id": "00415", "text": "Write a function to find the maximum sum we can make by dividing number in three parts recursively and summing them up together for the given number."}
{"id": "00416", "text": "Write a function to find common first element in given list of tuple."}
{"id": "00417", "text": "Write a python function to find the sublist having maximum length."}
{"id": "00418", "text": "Write a function to round every number of a given list of numbers and print the total sum multiplied by the length of the list."}
{"id": "00419", "text": "Write a python function to find the cube sum of first n even natural numbers."}
{"id": "00420", "text": "Write a function to concatenate each element of tuple by the delimiter."}
{"id": "00421", "text": "Write a python function to find the average of cubes of first n natural numbers."}
{"id": "00422", "text": "Write a function to solve gold mine problem."}
{"id": "00423", "text": "Write a function to extract only the rear index element of each string in the given tuple."}
{"id": "00424", "text": "Write a function to count the number of sublists containing a particular element."}
{"id": "00425", "text": "Write a function to filter odd numbers using lambda function."}
{"id": "00426", "text": "Write a function to convert a date of yyyy-mm-dd format to dd-mm-yyyy format by using regex."}
{"id": "00427", "text": "Write a function to sort the given array by using shell sort."}
{"id": "00428", "text": "Write a function to extract the elementwise and tuples from the given two tuples."}
{"id": "00429", "text": "Write a function to find the directrix of a parabola."}
{"id": "00430", "text": "Write a function that takes two lists and returns true if they have at least one common element."}
{"id": "00431", "text": "Write a function to find the median of a trapezium."}
{"id": "00432", "text": "Write a function to check whether the entered number is greater than the elements of the given array."}
{"id": "00433", "text": "Write a function that matches a string that has an a followed by one or more b's."}
{"id": "00434", "text": "Write a python function to find the last digit of a given number."}
{"id": "00435", "text": "Write a python function to print negative numbers in a list."}
{"id": "00436", "text": "Write a function to remove odd characters in a string."}
{"id": "00437", "text": "Write a function to count bidirectional tuple pairs."}
{"id": "00438", "text": "Write a function to convert a list of multiple integers into a single integer."}
{"id": "00439", "text": "Write a function to find all adverbs and their positions in a given sentence."}
{"id": "00440", "text": "Write a function to find the surface area of a cube."}
{"id": "00441", "text": "Write a function to find the ration of positive numbers in an array of integers."}
{"id": "00442", "text": "Write a python function to find the largest negative number from the given list."}
{"id": "00443", "text": "Write a function to trim each tuple by k in the given tuple list."}
{"id": "00444", "text": "Write a function to perform index wise multiplication of tuple elements in the given two tuples."}
{"id": "00445", "text": "Write a python function to count the occurence of all elements of list in a tuple."}
{"id": "00446", "text": "Write a function to find cubes of individual elements in a list using lambda function."}
{"id": "00447", "text": "Write a function to calculate the sum of perrin numbers."}
{"id": "00448", "text": "Write a python function to check whether the triangle is valid or not if 3 points are given."}
{"id": "00449", "text": "Write a function to extract specified size of strings from a give list of string values."}
{"id": "00450", "text": "Write a function to remove all whitespaces from the given string using regex."}
{"id": "00451", "text": "Write a function that gives loss amount if the given amount has loss else return none."}
{"id": "00452", "text": "Write a python function to find the sum of even factors of a number."}
{"id": "00453", "text": "Write a function that matches a word containing 'z'."}
{"id": "00454", "text": "Write a function to check whether the given month number contains 31 days or not."}
{"id": "00455", "text": "Write a function to reverse strings in a given list of string values."}
{"id": "00456", "text": "Write a python function to find the sublist having minimum length."}
{"id": "00457", "text": "Write a function to find the area of a rectangle."}
{"id": "00458", "text": "Write a function to remove uppercase substrings from a given string by using regex."}
{"id": "00459", "text": "Write a python function to get the first element of each sublist."}
{"id": "00460", "text": "Write a python function to count the upper case characters in a given string."}
{"id": "00461", "text": "Write a function to find all possible combinations of the elements of a given list."}
{"id": "00462", "text": "Write a function to find the maximum product subarray of the given array."}
{"id": "00463", "text": "Write a function to check if all values are same in a dictionary."}
{"id": "00464", "text": "Write a function to drop empty items from a given dictionary."}
{"id": "00465", "text": "Write a function to find the peak element in the given array."}
{"id": "00466", "text": "Write a python function to convert decimal number to octal number."}
{"id": "00467", "text": "Write a function to find the maximum product formed by multiplying numbers of an increasing subsequence of that array."}
{"id": "00468", "text": "Write a function to find the maximum profit earned from a maximum of k stock transactions"}
{"id": "00469", "text": "Write a function to find the pairwise addition of the elements of the given tuples."}
{"id": "00470", "text": "Write a python function to find remainder of array multiplication divided by n."}
{"id": "00471", "text": "Write a python function to check whether the given list contains consecutive numbers or not."}
{"id": "00472", "text": "Write a function to find the tuple intersection of elements in the given tuple list irrespective of their order."}
{"id": "00473", "text": "Write a function to replace characters in a string."}
{"id": "00474", "text": "Write a function to sort counter by value."}
{"id": "00475", "text": "Write a python function to find the sum of the largest and smallest value in a given array."}
{"id": "00476", "text": "Write a python function to convert the given string to lower case."}
{"id": "00477", "text": "Write a function to remove lowercase substrings from a given string."}
{"id": "00478", "text": "Write a python function to find the first digit of a given number."}
{"id": "00479", "text": "Write a python function to find the maximum occurring character in a given string."}
{"id": "00480", "text": "Write a function to determine if there is a subset of the given set with sum equal to the given sum."}
{"id": "00481", "text": "Write a function to find sequences of one upper case letter followed by lower case letters in the given string by using regex."}
{"id": "00482", "text": "Write a python function to find the first natural number whose factorial is divisible by x."}
{"id": "00483", "text": "Write a function to remove the matching tuples from the given two tuples."}
{"id": "00484", "text": "Write a function to find the largest palindromic number in the given array."}
{"id": "00485", "text": "Write a function to compute binomial probability for the given number."}
{"id": "00486", "text": "Write a function to sort a list of tuples in increasing order by the last element in each tuple."}
{"id": "00487", "text": "Write a function to find the area of a pentagon."}
{"id": "00488", "text": "Write a python function to find the frequency of the largest value in a given array."}
{"id": "00489", "text": "Write a function to extract all the pairs which are symmetric in the given tuple list."}
{"id": "00490", "text": "Write a function to find the sum of geometric progression series."}
{"id": "00491", "text": "Write a function to search an element in the given array by using binary search."}
{"id": "00492", "text": "Write a function to calculate a grid of hexagon coordinates where function returns a list of lists containing 6 tuples of x, y point coordinates."}
{"id": "00493", "text": "Write a function to convert the given binary tuple to integer."}
{"id": "00494", "text": "Write a function to remove lowercase substrings from a given string by using regex."}
{"id": "00495", "text": "Write a function to find the smallest integers from a given list of numbers using heap queue algorithm."}
{"id": "00496", "text": "Write a function to find the surface area of a cone."}
{"id": "00497", "text": "Write a python function to find gcd of two positive integers."}
{"id": "00498", "text": "Write a function to find the diameter of a circle."}
{"id": "00499", "text": "Write a function to concatenate all elements of the given list into a string."}
{"id": "00500", "text": "Write a python function to find common divisor between two numbers in a given pair."}
{"id": "00501", "text": "Write a python function to find remainder of two numbers."}
{"id": "00502", "text": "Write a function to add consecutive numbers of a given list."}
{"id": "00503", "text": "Write a python function to find the cube sum of first n natural numbers."}
{"id": "00504", "text": "Write a function to move all zeroes to the end of the given array."}
{"id": "00505", "text": "Write a function to calculate the permutation coefficient of given p(n, k)."}
{"id": "00506", "text": "Write a function to remove specific words from a given list."}
{"id": "00507", "text": "Write a function to check if the common elements between two given lists are in the same order or not."}
{"id": "00508", "text": "Write a python function to find the average of odd numbers till a given odd number."}
{"id": "00509", "text": "Write a function to find the number of subsequences having product smaller than k for the given non negative array."}
{"id": "00510", "text": "Write a python function to find minimum sum of factors of a given number."}
{"id": "00511", "text": "Write a function to count the element frequency in the mixed nested tuple."}
{"id": "00512", "text": "Write a function to convert tuple into list by adding the given string after every element."}
{"id": "00513", "text": "Write a function to find the summation of tuple elements in the given tuple list."}
{"id": "00514", "text": "Write a function to check if there is a subset with sum divisible by m."}
{"id": "00515", "text": "Write a function to sort a list of elements using radix sort."}
{"id": "00516", "text": "Write a python function to find the largest postive number from the given list."}
{"id": "00517", "text": "Write a function to find the square root of a perfect number."}
{"id": "00518", "text": "Write a function to calculate volume of a tetrahedron."}
{"id": "00519", "text": "Write a function to find the lcm of the given array elements."}
{"id": "00520", "text": "Write a function to print check if the triangle is scalene or not."}
{"id": "00521", "text": "Write a function to find the longest bitonic subsequence for the given array."}
{"id": "00522", "text": "Write a function to check whether a given string has a capital letter, a lower case letter, a number and specified length using lambda function."}
{"id": "00523", "text": "Write a function to find the sum of maximum increasing subsequence of the given array."}
{"id": "00524", "text": "Write a python function to check whether two given lines are parallel or not."}
{"id": "00525", "text": "Write a python function to capitalize first and last letters of each word of a given string."}
{"id": "00526", "text": "Write a function to find all pairs in an integer array whose sum is equal to a given number."}
{"id": "00527", "text": "Write a function to find the list of lists with minimum length."}
{"id": "00528", "text": "Write a function to find the nth jacobsthal-lucas number."}
{"id": "00529", "text": "Write a function to find the ration of negative numbers in an array of integers."}
{"id": "00530", "text": "Write a function to find minimum number of coins that make a given value."}
{"id": "00531", "text": "Write a function to check if the two given strings are permutations of each other."}
{"id": "00532", "text": "Write a function to remove particular data type elements from the given tuple."}
{"id": "00533", "text": "Write a function to search a literals string in a string and also find the location within the original string where the pattern occurs."}
{"id": "00534", "text": "Write a function to find the top or bottom surface area of a cylinder."}
{"id": "00535", "text": "Write a function to select the nth items of a list."}
{"id": "00536", "text": "Write a python function to find the first repeated word in a given string."}
{"id": "00537", "text": "Write a python function to convert a given string list to a tuple."}
{"id": "00538", "text": "Write a function to create a list containing the power of said number in bases raised to the corresponding number in the index using map function."}
{"id": "00539", "text": "Write a python function to find the difference between highest and least frequencies in a given array."}
{"id": "00540", "text": "Write a function to find if the given number is abundant or not."}
{"id": "00541", "text": "Write a function to replace all occurrences of spaces, commas, or dots with a colon in the given string by using regex."}
{"id": "00542", "text": "Write a function to add two numbers and print number of digits of sum."}
{"id": "00543", "text": "Write a function to flatten the tuple list to a string."}
{"id": "00544", "text": "Write a python function to toggle only first and last bits of a given number."}
{"id": "00545", "text": "Write a function to find the last occurrence of a character in a string."}
{"id": "00546", "text": "Write a python function to find the sum of hamming distances of all consecutive numbers from o to n."}
{"id": "00547", "text": "Write a function to find the length of the longest increasing subsequence of the given sequence."}
{"id": "00548", "text": "Write a python function to find the sum of fifth power of first n odd natural numbers."}
{"id": "00549", "text": "Write a python function to find the maximum element in a sorted and rotated array."}
{"id": "00550", "text": "Write a function to extract a specified column from a given nested list."}
{"id": "00551", "text": "Write a python function to check whether a given sequence is linear or not."}
{"id": "00552", "text": "Write a function to convert the given tuple to a floating-point number."}
{"id": "00553", "text": "Write a python function to find odd numbers from a mixed list."}
{"id": "00554", "text": "Write a python function to find the difference between sum of cubes of first n natural numbers and the sum of first n natural numbers."}
{"id": "00555", "text": "Write a python function to count the pairs with xor as an odd number."}
{"id": "00556", "text": "Write a function to toggle characters case in a string."}
{"id": "00557", "text": "Write a python function to find the digit distance between two integers."}
{"id": "00558", "text": "Write a function to find the largest sum of contiguous subarray in the given array."}
{"id": "00559", "text": "Write a function to find the union of elements of the given tuples."}
{"id": "00560", "text": "Write a function to assign with each element, its pair elements from other similar pairs in the given tuple."}
{"id": "00561", "text": "Write a python function to find the maximum length of sublist."}
{"id": "00562", "text": "Write a function to extract values between quotation marks of a string."}
{"id": "00563", "text": "Write a python function to count unequal element pairs from the given array."}
{"id": "00564", "text": "Write a python function to split a string into characters."}
{"id": "00565", "text": "Write a function to get the sum of a non-negative integer."}
{"id": "00566", "text": "Write a function to check whether a specified list is sorted or not."}
{"id": "00567", "text": "Write a function to create a list of empty dictionaries."}
{"id": "00568", "text": "Write a function to sort each sublist of strings in a given list of lists."}
{"id": "00569", "text": "Write a function to remove words from a given list of strings containing a character or string."}
{"id": "00570", "text": "Write a function to find maximum possible sum of disjoint pairs for the given array of integers and a number k."}
{"id": "00571", "text": "Write a python function to remove two duplicate numbers from a given number of lists."}
{"id": "00572", "text": "Write a python function to calculate the product of the unique numbers of a given list."}
{"id": "00573", "text": "Write a function to find the surface area of a cylinder."}
{"id": "00574", "text": "Write a python function to find nth number in a sequence which is not a multiple of a given number."}
{"id": "00575", "text": "Write a python function to check whether an array is subarray of another or not."}
{"id": "00576", "text": "Write a python function to find the last digit in factorial of a given number."}
{"id": "00577", "text": "Write a function to interleave lists of the same length."}
{"id": "00578", "text": "Write a function to find the dissimilar elements in the given two tuples."}
{"id": "00579", "text": "Write a function to extract the even elements in the nested mixed tuple."}
{"id": "00580", "text": "Write a python function to find the surface area of the square pyramid."}
{"id": "00581", "text": "Write a function to check if a dictionary is empty or not."}
{"id": "00582", "text": "Write a function for nth catalan number."}
{"id": "00583", "text": "Write a function to find all adverbs and their positions in a given sentence by using regex."}
{"id": "00584", "text": "Write a function to find the n - expensive price items from a given dataset using heap queue algorithm."}
{"id": "00585", "text": "Write a python function to split the array and add the first part to the end."}
{"id": "00586", "text": "Write a function to convert a list to a tuple."}
{"id": "00587", "text": "Write a python function to find the difference between largest and smallest value in a given array."}
{"id": "00588", "text": "Write a function to find perfect squares between two given numbers."}
{"id": "00589", "text": "Write a function to convert polar coordinates to rectangular coordinates."}
{"id": "00590", "text": "Write a python function to interchange the first and last elements in a list."}
{"id": "00591", "text": "Write a python function to find sum of product of binomial co-efficients."}
{"id": "00592", "text": "Write a function to remove leading zeroes from an ip address."}
{"id": "00593", "text": "Write a function to find the difference of first even and odd number of a given list."}
{"id": "00594", "text": "Write a python function to count minimum number of swaps required to convert one binary string to another."}
{"id": "00595", "text": "Write a function to find the size of the given tuple."}
{"id": "00596", "text": "Write a function to find kth element from the given two sorted arrays."}
{"id": "00597", "text": "Write a function to check whether the given number is armstrong or not."}
{"id": "00598", "text": "Write a function to find sum and average of first n natural numbers."}
{"id": "00599", "text": "Write a python function to check whether the given number is even or not using bitwise operator."}
{"id": "00600", "text": "Write a function to find the longest chain which can be formed from the given set of pairs."}
{"id": "00601", "text": "Write a python function to find the first repeated character in a given string."}
{"id": "00602", "text": "Write a function to get a lucid number smaller than or equal to n."}
{"id": "00603", "text": "Write a function to reverse words in a given string."}
{"id": "00604", "text": "Write a function to check if the given integer is a prime number."}
{"id": "00605", "text": "Write a function to convert degrees to radians."}
{"id": "00606", "text": "Write a function to search a literals string in a string and also find the location within the original string where the pattern occurs by using regex."}
{"id": "00607", "text": "Write a python function to find nth bell number."}
{"id": "00608", "text": "Write a python function to find minimum possible value for the given periodic function."}
{"id": "00609", "text": "Write a python function to remove the k'th element from a given list."}
{"id": "00610", "text": "Write a function to find the maximum of nth column from the given tuple list."}
{"id": "00611", "text": "Write a python function to merge the first and last elements separately in a list of lists."}
{"id": "00612", "text": "Write a function to find the maximum value in record list as tuple attribute in the given tuple list."}
{"id": "00613", "text": "Write a function to find the cumulative sum of all the values that are present in the given tuple list."}
{"id": "00614", "text": "Write a function to find average value of the numbers in a given tuple of tuples."}
{"id": "00615", "text": "Write a function to perfom the modulo of tuple elements in the given two tuples."}
{"id": "00616", "text": "Write a function to check for the number of jumps required of given length to reach a point of form (d, 0) from origin in a 2d plane."}
{"id": "00617", "text": "Write a function to divide two lists using map and lambda function."}
{"id": "00618", "text": "Write a function to move all the numbers in it to the given string."}
{"id": "00619", "text": "Write a function to find the largest subset where each pair is divisible."}
{"id": "00620", "text": "Write a function to increment the numeric values in the given strings by k."}
{"id": "00621", "text": "Write a function to find the median of two sorted arrays of same size."}
{"id": "00622", "text": "Write a function to find the n-th power of individual elements in a list using lambda function."}
{"id": "00623", "text": "Write a python function to convert the given string to upper case."}
{"id": "00624", "text": "Write a python function to interchange first and last elements in a given list."}
{"id": "00625", "text": "Write a python function to find the largest triangle that can be inscribed in the semicircle."}
{"id": "00626", "text": "Write a python function to find the smallest missing number from the given array."}
{"id": "00627", "text": "Write a function to replace all spaces in the given string with character * list item * list item * list item * list item '%20'."}
{"id": "00628", "text": "Write a python function to find even numbers from a mixed list."}
{"id": "00629", "text": "Write a function to extract all the adjacent coordinates of the given coordinate tuple."}
{"id": "00630", "text": "Write a function to replace whitespaces with an underscore and vice versa in a given string by using regex."}
{"id": "00631", "text": "Write a python function to move all zeroes to the end of the given list."}
{"id": "00632", "text": "Write a python function to find the sum of xor of all pairs of numbers in the given array."}
{"id": "00633", "text": "Write a python function to find the sum of fourth power of first n even natural numbers."}
{"id": "00634", "text": "Write a function to push all values into a heap and then pop off the smallest values one at a time."}
{"id": "00635", "text": "Write a python function to check if roots of a quadratic equation are reciprocal of each other or not."}
{"id": "00636", "text": "Write a function to check whether the given amount has no profit and no loss"}
{"id": "00637", "text": "Write a function to calculate wind chill index."}
{"id": "00638", "text": "Write a function to sum the length of the names of a given list of names after removing the names that start with a lowercase letter."}
{"id": "00639", "text": "Write a function to remove the parenthesis area in a string."}
{"id": "00640", "text": "Write a function to find the nth nonagonal number."}
{"id": "00641", "text": "Write a function to remove similar rows from the given tuple matrix."}
{"id": "00642", "text": "Write a function that matches a word containing 'z', not at the start or end of the word."}
{"id": "00643", "text": "Write a python function to reverse an array upto a given position."}
{"id": "00644", "text": "Write a function to find the product of it\u2019s kth index in the given tuples."}
{"id": "00645", "text": "Write a python function to count number of cubes of size k in a cube of size n."}
{"id": "00646", "text": "Write a function to split a string at uppercase letters."}
{"id": "00647", "text": "Write a function to exchange the position of every n-th value with (n+1)th value and (n+1)th value with n-th value in a given list."}
{"id": "00648", "text": "Write a python function to calculate the sum of the numbers in a list between the indices of a specified range."}
{"id": "00649", "text": "Write a python function to check whether the given two arrays are equal or not."}
{"id": "00650", "text": "Write a function to check if one tuple is a subset of another tuple."}
{"id": "00651", "text": "Write a function to flatten the given tuple matrix into the tuple list with each tuple representing each column."}
{"id": "00652", "text": "Write a function to group a sequence of key-value pairs into a dictionary of lists using collections module."}
{"id": "00653", "text": "Write a function to find the perimeter of a rectangle."}
{"id": "00654", "text": "Write a python function to find the sum of fifth power of n natural numbers."}
{"id": "00655", "text": "Write a python function to find the minimum sum of absolute differences of two arrays."}
{"id": "00656", "text": "Write a python function to find the first digit in factorial of a given number."}
{"id": "00657", "text": "Write a function to find the item with maximum occurrences in a given list."}
{"id": "00658", "text": "Write a python function to print duplicants from a list of integers."}
{"id": "00659", "text": "Write a python function to choose points from two ranges such that no point lies in both the ranges."}
{"id": "00660", "text": "Write a function to find the maximum sum that can be formed which has no three consecutive elements present."}
{"id": "00661", "text": "Write a function to sort a list in a dictionary."}
{"id": "00662", "text": "Write a function to find the largest possible value of k such that k modulo x is y."}
{"id": "00663", "text": "Write a python function to find the average of even numbers till a given even number."}
{"id": "00664", "text": "Write a python function to shift first element to the end of given list."}
{"id": "00665", "text": "Write a function to count occurrence of a character in a string."}
{"id": "00666", "text": "Write a python function to count number of vowels in the string."}
{"id": "00667", "text": "Write a python function to replace multiple occurence of character by single."}
{"id": "00668", "text": "Write a function to check whether the given ip address is valid or not using regex."}
{"id": "00669", "text": "Write a python function to check whether a sequence of numbers has a decreasing trend or not."}
{"id": "00670", "text": "Write a python function to set the right most unset bit."}
{"id": "00671", "text": "Write a function to find maximum of three numbers."}
{"id": "00672", "text": "Write a python function to convert a list of multiple integers into a single integer."}
{"id": "00673", "text": "Write a function to remove duplicate words from a given string using collections module."}
{"id": "00674", "text": "Write a function to add two integers. however, if the sum is between the given range it will return 20."}
{"id": "00675", "text": "Write a function to remove everything except alphanumeric characters from the given string by using regex."}
{"id": "00676", "text": "Write a function to check if the triangle is valid or not."}
{"id": "00677", "text": "Write a python function to remove spaces from a given string."}
{"id": "00678", "text": "Write a function to access dictionary key\u2019s element by index."}
{"id": "00679", "text": "Write a python function to check whether a sequence of numbers has an increasing trend or not."}
{"id": "00680", "text": "Write a python function to find the smallest prime divisor of a number."}
{"id": "00681", "text": "Write a function to multiply two lists using map and lambda function."}
{"id": "00682", "text": "Write a python function to check whether the given number can be represented by sum of two squares or not."}
{"id": "00683", "text": "Write a python function to count occurences of a character in a repeated string."}
{"id": "00684", "text": "Write a python function to find sum of prime numbers between 1 to n."}
{"id": "00685", "text": "Write a function to find the frequency of each element in the given list."}
{"id": "00686", "text": "Write a function to find the greatest common divisor (gcd) of two integers by using recursion."}
{"id": "00687", "text": "Write a function to get the length of a complex number."}
{"id": "00688", "text": "## write a function to find the minimum number of jumps to reach the end of the array for the given array of integers where each element represents the max number of steps that can be made forward from that element. > indented block > indented block"}
{"id": "00689", "text": "Write a function to multiply consecutive numbers of a given list."}
{"id": "00690", "text": "Write a function to group the 1st elements on the basis of 2nd elements in the given tuple list."}
{"id": "00691", "text": "Write a python function to find the last two digits in factorial of a given number."}
{"id": "00692", "text": "Write a function to remove multiple spaces in a string by using regex."}
{"id": "00693", "text": "Write a function to extract unique values from the given dictionary values."}
{"id": "00694", "text": "Write a function to check if each element of the second tuple is greater than its corresponding index in the first tuple."}
{"id": "00695", "text": "Write a function to zip two given lists of lists."}
{"id": "00696", "text": "Write a function to find number of even elements in the given list using lambda function."}
{"id": "00697", "text": "Write a function to sort dictionary items by tuple product of keys for the given dictionary with tuple keys."}
{"id": "00698", "text": "Write a python function to find the minimum number of swaps required to convert one binary string to another."}
{"id": "00699", "text": "Write a function to count the number of elements in a list which are within a specific range."}
{"id": "00700", "text": "Write a function to find the equilibrium index of the given array."}
{"id": "00701", "text": "Write a function to find the minimum number of elements that should be removed such that amax-amin<=k."}
{"id": "00702", "text": "Write a function to check whether the given key is present in the dictionary or not."}
{"id": "00703", "text": "Write a function to calculate the harmonic sum of n-1."}
{"id": "00704", "text": "Write a function to sort a list of lists by length and value."}
{"id": "00705", "text": "Write a function to find whether an array is subset of another array."}
{"id": "00706", "text": "Write a python function to count the total set bits from 1 to n."}
{"id": "00707", "text": "Write a python function to convert a string to a list."}
{"id": "00708", "text": "Write a function to count unique keys for each value present in the tuple."}
{"id": "00709", "text": "Write a function to access the initial and last data of the given tuple record."}
{"id": "00710", "text": "Write a python function to check whether the product of digits of a number at even and odd places is equal or not."}
{"id": "00711", "text": "Write a function to remove duplicates from a list of lists."}
{"id": "00712", "text": "Write a function to check if the given tuple contains all valid values or not."}
{"id": "00713", "text": "Write a python function to count the number of distinct power of prime factor of given number."}
{"id": "00714", "text": "Write a function to convert the given string of integers into a tuple."}
{"id": "00715", "text": "Write a function to find the perimeter of a rombus."}
{"id": "00716", "text": "Write a function to calculate the standard deviation."}
{"id": "00717", "text": "Write a function to create a list taking alternate elements from another given list."}
{"id": "00718", "text": "Write a function that matches a string that has an a followed by zero or more b's."}
{"id": "00719", "text": "Write a function to add a dictionary to the tuple."}
{"id": "00720", "text": "Write a function to find a path with the maximum average over all existing paths for the given square matrix of size n*n."}
{"id": "00721", "text": "Write a function to filter the height and width of students which are stored in a dictionary."}
{"id": "00722", "text": "Write a function to count the same pair in two given lists using map function."}
{"id": "00723", "text": "Write a function to calculate the sum of all digits of the base to the specified power."}
{"id": "00724", "text": "Write a function to extract values between quotation marks of the given string by using regex."}
{"id": "00725", "text": "Write a function to multiply the adjacent elements of the given tuple."}
{"id": "00726", "text": "Write a function to remove all characters except letters and numbers using regex"}
{"id": "00727", "text": "Write a function to sum elements in two lists."}
{"id": "00728", "text": "Write a function to add two lists using map and lambda function."}
{"id": "00729", "text": "Write a function to remove consecutive duplicates of a given list."}
{"id": "00730", "text": "Write a function to find the lateral surface area of a cone."}
{"id": "00731", "text": "Write a function to replace all occurrences of spaces, commas, or dots with a colon."}
{"id": "00732", "text": "Write a function to find the index of the first occurrence of a given number in a sorted array."}
{"id": "00733", "text": "Write a python function to find sum of products of all possible subarrays."}
{"id": "00734", "text": "Write a python function to toggle bits of the number except the first and the last bit."}
{"id": "00735", "text": "Write a function to locate the left insertion point for a specified value in sorted order."}
{"id": "00736", "text": "Write a function to check whether the given string is starting with a vowel or not using regex."}
{"id": "00737", "text": "Write a function to calculate the geometric sum of n-1."}
{"id": "00738", "text": "Write a python function to find the index of smallest triangular number with n digits."}
{"id": "00739", "text": "Write a function to convert the given tuple to a key-value dictionary using adjacent elements."}
{"id": "00740", "text": "Write a python function to check whether all the characters are same or not."}
{"id": "00741", "text": "Write a function to caluclate the area of a tetrahedron."}
{"id": "00742", "text": "Write a function to rotate a given list by specified number of items to the right direction."}
{"id": "00743", "text": "Write a function to check if the given tuple has any none value or not."}
{"id": "00744", "text": "Write a function to find numbers within a given range where every number is divisible by every digit it contains."}
{"id": "00745", "text": "Write a function to find area of a sector."}
{"id": "00746", "text": "Write a function to find the longest common subsequence for the given three string sequence."}
{"id": "00747", "text": "Write a function to put spaces between words starting with capital letters in a given string by using regex."}
{"id": "00748", "text": "Write a function to sort a given list of strings of numbers numerically."}
{"id": "00749", "text": "Write a function to add the given tuple to the given list."}
{"id": "00750", "text": "Write a function to check if the given array represents min heap or not."}
{"id": "00751", "text": "Write a function to find the nth jacobsthal number."}
{"id": "00752", "text": "Write a function to find minimum k records from tuple list."}
{"id": "00753", "text": "Write a function to find common index elements from three lists."}
{"id": "00754", "text": "Write a function to find the second smallest number in a list."}
{"id": "00755", "text": "Write a function that matches a string that has an a followed by zero or one 'b'."}
{"id": "00756", "text": "Write a function to count the pairs of reverse strings in the given string list."}
{"id": "00757", "text": "Write a function to count number of unique lists within a list."}
{"id": "00758", "text": "Write a function to check a decimal with a precision of 2."}
{"id": "00759", "text": "Write a python function to check whether an array contains only one distinct element or not."}
{"id": "00760", "text": "Write a function to caluclate arc length of an angle."}
{"id": "00761", "text": "Write a function to check whether the given month number contains 30 days or not."}
{"id": "00762", "text": "Write a python function to find the minimum difference between any two elements in a given array."}
{"id": "00763", "text": "Write a python function to count numeric values in a given string."}
{"id": "00764", "text": "Write a function to find nth polite number."}
{"id": "00765", "text": "Write a function to iterate over all pairs of consecutive items in a given list."}
{"id": "00766", "text": "Write a python function to count the number of pairs whose sum is equal to \u2018sum\u2019."}
{"id": "00767", "text": "Write a python function to check for odd parity of a given number."}
{"id": "00768", "text": "Write a python function to get the difference between two lists."}
{"id": "00769", "text": "Write a python function to find the sum of fourth power of first n odd natural numbers."}
{"id": "00770", "text": "Write a function to check if the given expression is balanced or not."}
{"id": "00771", "text": "Write a function to remove all the words with k length in the given string."}
{"id": "00772", "text": "Write a function to find the occurrence and position of the substrings within a string."}
{"id": "00773", "text": "Write a function to check if the string is a valid email address or not using regex."}
{"id": "00774", "text": "Write a python function to check whether every odd index contains odd numbers of a given list."}
{"id": "00775", "text": "Write a function to count those characters which have vowels as their neighbors in the given string."}
{"id": "00776", "text": "Write a python function to find the sum of non-repeated elements in a given array."}
{"id": "00777", "text": "Write a function to pack consecutive duplicates of a given list elements into sublists."}
{"id": "00778", "text": "Write a function to count the number of unique lists within a list."}
{"id": "00779", "text": "Write a function to find the combinations of sums with tuples in the given tuple list."}
{"id": "00780", "text": "Write a python function to check whether the count of divisors is even or odd."}
{"id": "00781", "text": "Write a python function to find the sum of all odd length subarrays."}
{"id": "00782", "text": "Write a function to convert rgb color to hsv color."}
{"id": "00783", "text": "Write a function to find the product of first even and odd number of a given list."}
{"id": "00784", "text": "Write a function to convert tuple string to integer tuple."}
{"id": "00785", "text": "Write a function to locate the right insertion point for a specified value in sorted order."}
{"id": "00786", "text": "Write a function that matches a string that has an a followed by three 'b'."}
{"id": "00787", "text": "Write a function to create a new tuple from the given string and list."}
{"id": "00788", "text": "Write a function to calculate the perimeter of a regular polygon."}
{"id": "00789", "text": "Write a python function to check whether every even index contains even numbers of a given list."}
{"id": "00790", "text": "Write a function to remove the nested record from the given tuple."}
{"id": "00791", "text": "Write a python function to count the number of lists in a given number of lists."}
{"id": "00792", "text": "Write a python function to find the last position of an element in a sorted array."}
{"id": "00793", "text": "Write a function that matches a string that has an 'a' followed by anything, ending in 'b'."}
{"id": "00794", "text": "Write a function to find the n - cheap price items from a given dataset using heap queue algorithm."}
{"id": "00795", "text": "Write function to find the sum of all items in the given dictionary."}
{"id": "00796", "text": "Write a python function to find the sum of all odd natural numbers within the range l and r."}
{"id": "00797", "text": "Write a python function to find the sum of an array."}
{"id": "00798", "text": "Write a python function to left rotate the bits of a given number."}
{"id": "00799", "text": "Write a function to remove all whitespaces from a string."}
{"id": "00800", "text": "Write a python function to count the number of equal numbers from three given integers."}
{"id": "00801", "text": "Write a python function to count the number of rotations required to generate a sorted array."}
{"id": "00802", "text": "Write a python function to check whether the given number is a perfect square or not."}
{"id": "00803", "text": "Write a python function to check whether the product of numbers is even or not."}
{"id": "00804", "text": "Write a function to find the list in a list of lists whose sum of elements is the highest."}
{"id": "00805", "text": "Write a function to find maximum run of uppercase characters in the given string."}
{"id": "00806", "text": "Write a python function to find the first odd number in a given list of numbers."}
{"id": "00807", "text": "Write a function to check if the given tuples contain the k or not."}
{"id": "00808", "text": "Write a function to check if each element of second tuple is smaller than its corresponding index in first tuple."}
{"id": "00809", "text": "Write a function to iterate over elements repeating each as many times as its count."}
{"id": "00810", "text": "Write a function to check if two lists of tuples are identical or not."}
{"id": "00811", "text": "Write a function to abbreviate 'road' as 'rd.' in a given string."}
{"id": "00812", "text": "Write a function to find length of the string."}
{"id": "00813", "text": "Write a function to find the area of a rombus."}
{"id": "00814", "text": "Write a function to sort the given array without using any sorting algorithm. the given array consists of only 0, 1, and 2."}
{"id": "00815", "text": "Write a function to clear the values of the given tuples."}
{"id": "00816", "text": "Write a function to find numbers divisible by m or n from a list of numbers using lambda function."}
{"id": "00817", "text": "Write a python function to count lower case letters in a given string."}
{"id": "00818", "text": "Write a function to count the frequency of consecutive duplicate elements in a given list of numbers."}
{"id": "00819", "text": "Write a function to check whether the given month number contains 28 days or not."}
{"id": "00820", "text": "Write a function to merge two dictionaries into a single expression."}
{"id": "00821", "text": "Write a function to return true if the password is valid."}
{"id": "00822", "text": "Write a function to check if the given string starts with a substring using regex."}
{"id": "00823", "text": "Write a python function to remove even numbers from a given list."}
{"id": "00824", "text": "Write a python function to access multiple elements of specified index from a given list."}
{"id": "00825", "text": "Write a python function to find the type of triangle from the given sides."}
{"id": "00826", "text": "Write a function to sum a specific column of a list in a given list of lists."}
{"id": "00827", "text": "Write a function to count alphabets,digits and special charactes in a given string."}
{"id": "00828", "text": "Write a function to find out the second most repeated (or frequent) string in the given sequence."}
{"id": "00829", "text": "Write a function to round up a number to specific digits."}
{"id": "00830", "text": "Write a python function to count equal element pairs from the given array."}
{"id": "00831", "text": "Write a function to extract the maximum numeric value from a string by using regex."}
{"id": "00832", "text": "Write a function to get dictionary keys as a list."}
{"id": "00833", "text": "Write a function to generate a square matrix filled with elements from 1 to n raised to the power of 2 in spiral order."}
{"id": "00834", "text": "Write a python function to find the slope of a line."}
{"id": "00835", "text": "Write a function to find length of the subarray having maximum sum."}
{"id": "00836", "text": "Write a python function to find the cube sum of first n odd natural numbers."}
{"id": "00837", "text": "Write a python function to find minimum number swaps required to make two binary strings equal."}
{"id": "00838", "text": "Write a function to sort the tuples alphabetically by the first item of each tuple."}
{"id": "00839", "text": "Write a python function to check whether the roots of a quadratic equation are numerically equal but opposite in sign or not."}
{"id": "00840", "text": "Write a function to count the number of inversions in the given array."}
{"id": "00841", "text": "Write a function to find the number which occurs for odd number of times in the given array."}
{"id": "00842", "text": "Write a function to find the nth super ugly number from a given prime list of size k using heap queue algorithm."}
{"id": "00843", "text": "Write a python function to find the kth element in an array containing odd elements first and then even elements."}
{"id": "00844", "text": "Write a python function to count the number of digits in factorial of a given number."}
{"id": "00845", "text": "Write a function to find the minimum number of platforms required for a railway/bus station."}
{"id": "00846", "text": "Write a python function to copy a list from a singleton tuple."}
{"id": "00847", "text": "Write a function to find the area of a trapezium."}
{"id": "00848", "text": "Write a python function to find sum of all prime divisors of a given number."}
{"id": "00849", "text": "Write a function to check if a triangle of positive area is possible with the given angles."}
{"id": "00850", "text": "Write a python function to find sum of inverse of divisors."}
{"id": "00851", "text": "Write a python function to remove negative numbers from a list."}
{"id": "00852", "text": "Write a python function to find sum of odd factors of a number."}
{"id": "00853", "text": "Write a function which accepts an arbitrary list and converts it to a heap using heap queue algorithm."}
{"id": "00854", "text": "Write a python function to check for even parity of a given number."}
{"id": "00855", "text": "Write a python function to find minimum adjacent swaps required to sort binary array."}
{"id": "00856", "text": "Write a function to list out the list of given strings individually using map function."}
{"id": "00857", "text": "Write a function to count number of lists in a given list of lists and square the count."}
{"id": "00858", "text": "Write a function to generate all sublists of a given list."}
{"id": "00859", "text": "Write a function to check whether the given string is ending with only alphanumeric characters or not using regex."}
{"id": "00860", "text": "Write a function to find all anagrams of a string in a given list of strings using lambda function."}
{"id": "00861", "text": "Write a function to find the occurrences of n most common words in a given text."}
{"id": "00862", "text": "Write a function to find the length of the longest sub-sequence such that elements in the subsequences are consecutive integers."}
{"id": "00863", "text": "Write a function to find palindromes in a given list of strings using lambda function."}
{"id": "00864", "text": "Write a function to print n-times a list using map function."}
{"id": "00865", "text": "Write a function to check whether the given month name contains 31 days or not."}
{"id": "00866", "text": "Write a python function to add a minimum number such that the sum of array becomes even."}
{"id": "00867", "text": "Write a python function to find the length of the last word in a given string."}
{"id": "00868", "text": "Write a function to remove sublists from a given list of lists, which are outside a given range."}
{"id": "00869", "text": "Write a function to calculate the sum of the positive numbers of a given list of numbers using lambda function."}
{"id": "00870", "text": "Write a python function to check whether the given strings are rotations of each other or not."}
{"id": "00871", "text": "Write a function to check if a nested list is a subset of another nested list."}
{"id": "00872", "text": "Write a function to solve the fibonacci sequence using recursion."}
{"id": "00873", "text": "Write a python function to check if the string is a concatenation of another string."}
{"id": "00874", "text": "Write a function to find the minimum difference in the tuple pairs of given tuples."}
{"id": "00875", "text": "Write a python function to find lcm of two positive integers."}
{"id": "00876", "text": "Write a python function to sort the given string."}
{"id": "00877", "text": "Write a function to check if the given tuple contains only k elements."}
{"id": "00878", "text": "Write a function that matches a string that has an 'a' followed by anything, ending in 'b' by using regex."}
{"id": "00879", "text": "Write a python function to find number of solutions in quadratic equation."}
{"id": "00880", "text": "Write a function to find the sum of first even and odd number of a given list."}
{"id": "00881", "text": "Write a function to caluclate perimeter of a parallelogram."}
{"id": "00882", "text": "Write a function to find numbers divisible by m and n from a list of numbers using lambda function."}
{"id": "00883", "text": "Write a python function to check whether all the bits are within a given range or not."}
{"id": "00884", "text": "Write a python function to check whether the two given strings are isomorphic to each other or not."}
{"id": "00885", "text": "Write a function to add all the numbers in a list and divide it with the length of the list."}
{"id": "00886", "text": "Write a python function to check whether the given number is odd or not using bitwise operator."}
{"id": "00887", "text": "Write a function to substract the elements of the given nested tuples."}
{"id": "00888", "text": "Write a function to reverse each list in a given list of lists."}
{"id": "00889", "text": "Write a python function to find the index of an extra element present in one sorted array."}
{"id": "00890", "text": "Write a python function to check whether the given two numbers have same number of digits or not."}
{"id": "00891", "text": "Write a function to remove multiple spaces in a string."}
{"id": "00892", "text": "Write a python function to get the last element of each sublist."}
{"id": "00893", "text": "Write a function to convert the given string of float type into tuple."}
{"id": "00894", "text": "Write a function to find the maximum sum of subsequences of given array with no adjacent elements."}
{"id": "00895", "text": "Write a function to sort a list in increasing order by the last element in each tuple from a given list of non-empty tuples."}
{"id": "00896", "text": "Write a python function to check whether the word is present in a given sentence or not."}
{"id": "00897", "text": "Write a function to extract specified number of elements from a given list, which follow each other continuously."}
{"id": "00898", "text": "Write a python function to check whether an array can be sorted or not by picking only the corner elements."}
{"id": "00899", "text": "Write a function where a string will start with a specific number."}
{"id": "00900", "text": "Write a function to find the smallest multiple of the first n numbers."}
{"id": "00901", "text": "Write a function to combine two dictionaries by adding values for common keys."}
{"id": "00902", "text": "Write a python function to count the total unset bits from 1 to n."}
{"id": "00903", "text": "Write a function to return true if the given number is even else return false."}
{"id": "00904", "text": "Write a python function to find the sum of squares of binomial co-efficients."}
{"id": "00905", "text": "Write a function to extract year, month and date from a url by using regex."}
{"id": "00906", "text": "Write a function to print the first n lucky numbers."}
{"id": "00907", "text": "Write a function to find the fixed point in the given array."}
{"id": "00908", "text": "Write a function to find the previous palindrome of a specified number."}
{"id": "00909", "text": "Write a function to validate a gregorian date."}
{"id": "00910", "text": "Write a function to compute maximum product of three numbers of a given array of integers using heap queue algorithm."}
{"id": "00911", "text": "Write a function to find ln, m lobb number."}
{"id": "00912", "text": "Write a function to check for a number at the end of a string."}
{"id": "00913", "text": "Write a python function to check whether the given string is made up of two alternating characters or not."}
{"id": "00914", "text": "Write a function to rearrange positive and negative numbers in a given array using lambda function."}
{"id": "00915", "text": "Write a function to find if there is a triplet in the array whose sum is equal to a given value."}
{"id": "00916", "text": "Write a function to find the sequences of one upper case letter followed by lower case letters."}
{"id": "00917", "text": "Write a function to count coin change."}
{"id": "00918", "text": "Write a python function to multiply all items in the list."}
{"id": "00919", "text": "Write a function to remove all tuples with all none values in the given tuple list."}
{"id": "00920", "text": "Write a function to perform chunking of tuples each of size n."}
{"id": "00921", "text": "Write a function to find a pair with the highest product from a given array of integers."}
{"id": "00922", "text": "Write a function to find the length of the shortest string that has both str1 and str2 as subsequences."}
{"id": "00923", "text": "Write a function to find maximum of two numbers."}
{"id": "00924", "text": "Write a python function to calculate the product of all the numbers of a given tuple."}
{"id": "00925", "text": "Write a function to find n-th rencontres number."}
{"id": "00926", "text": "Write a function to calculate the height of the given binary tree."}
{"id": "00927", "text": "Write a function to convert a date of yyyy-mm-dd format to dd-mm-yyyy format."}
{"id": "00928", "text": "Write a function to count repeated items of a tuple."}
{"id": "00929", "text": "Write a function that matches a string that has an a followed by zero or more b's by using regex."}
{"id": "00930", "text": "Write a function to calculate the sum of series 1\u00b3+2\u00b3+3\u00b3+\u2026.+n\u00b3."}
{"id": "00931", "text": "Write a function to remove duplicate words from a given list of strings."}
{"id": "00932", "text": "Write a function to convert camel case string to snake case string by using regex."}
{"id": "00933", "text": "Write a function to find the nth delannoy number."}
{"id": "00934", "text": "Write a function to calculate the sum of series 1\u00b2+2\u00b2+3\u00b2+\u2026.+n\u00b2."}
{"id": "00935", "text": "Write a function to re-arrange the given tuples based on the given ordered list."}
{"id": "00936", "text": "Write a function to count the most common character in a given string."}
{"id": "00937", "text": "Write a function to find three closest elements from three sorted arrays."}
{"id": "00938", "text": "Write a function to sort a list of dictionaries using lambda function."}
{"id": "00939", "text": "Write a function to sort the given array by using heap sort."}
{"id": "00940", "text": "Write a function to count the elements in a list until an element is a tuple."}
{"id": "00941", "text": "Write a function to check if any list element is present in the given list."}
{"id": "00942", "text": "Write a function to combine two given sorted lists using heapq module."}
{"id": "00943", "text": "Write a function to separate and print the numbers and their position of a given string."}
{"id": "00944", "text": "Write a function to convert the given tuples into set."}
{"id": "00945", "text": "Write a function to find the most common elements and their counts of a specified text."}
{"id": "00946", "text": "Write a python function to find the length of the shortest word."}
{"id": "00947", "text": "Write a function to get an item of a tuple."}
{"id": "00948", "text": "Write a function to sort the given tuple list basis the total digits in tuple."}
{"id": "00949", "text": "Write a function to display sign of the chinese zodiac for given year."}
{"id": "00950", "text": "Write a function to find the maximum of similar indices in two lists of tuples."}
{"id": "00951", "text": "Write a function to compute the value of ncr mod p."}
{"id": "00952", "text": "Write a python function to find the minimun number of subsets with distinct elements."}
{"id": "00953", "text": "Write a function that gives profit amount if the given amount has profit else return none."}
{"id": "00954", "text": "Write a function to find out, if the given number is abundant."}
{"id": "00955", "text": "Write a function to split the given string at uppercase letters by using regex."}
{"id": "00956", "text": "Write a python function to get the position of rightmost set bit."}
{"id": "00957", "text": "Write a function to convert an integer into a roman numeral."}
{"id": "00958", "text": "Write a python function to find the average of a list."}
{"id": "00959", "text": "Write a function to solve tiling problem."}
{"id": "00960", "text": "Write a function to convert a roman numeral to an integer."}
{"id": "00961", "text": "Write a python function to find the sum of all even natural numbers within the range l and r."}
{"id": "00962", "text": "Write a function to calculate the discriminant value."}
{"id": "00963", "text": "Write a python function to check whether the length of the word is even or not."}
{"id": "00964", "text": "Write a function to convert camel case string to snake case string."}
{"id": "00965", "text": "Write a function to remove an empty tuple from a list of tuples."}
{"id": "00966", "text": "Write a python function to accept the strings which contains all vowels."}
{"id": "00967", "text": "Write a python function to find maximum possible value for the given periodic function."}
{"id": "00968", "text": "Write a function to join the tuples if they have similar initial elements."}
{"id": "00969", "text": "Write a function to find minimum of two numbers."}
{"id": "00970", "text": "Write a function to find the maximum number of segments of lengths a, b and c that can be formed from n."}
{"id": "00971", "text": "Write a function to concatenate the given two tuples to a nested tuple."}
{"id": "00972", "text": "Write a python function to left rotate the string."}
{"id": "00973", "text": "Write a function to find the minimum total path sum in the given triangle."}