Math for Programmers questions and answers
Number theory, combinatorics and computational geometry. Page 9 of 20.
Data Structures & Algorithms practice on Codemia
Step through 300 algorithm problems with animated visualisers that show the data structure changing as the code runs.
Answers 481-540
- Find the simplest rational number between two given rational numbers
- Find the single wrong element in matrix product?
- find the smallest containing convex polygon with a given number of points
- Find the smallest positive integer that does not occur in a given sequence
- Find the smallest regular number that is not less than N
- Find the sum of all numbers between 1 and N divisible by either x or y
- Find the sum of least common multiples of all subsets of a given set
- Find the sum of maximum difference of all possible subarrays
- Find two missing numbers
- Find two pairs of pairs that sum to the same value
- Find two rectangles with minimum areas that cover all points
- Find whether two triangles intersect or not
- Finding 2 equal sum sub-sequences, with maximum sum?
- Finding a minimum bounding sphere for a frustum
- Finding a number that repeats even no of times where all the other numbers repeat odd no of times
- Finding a prime number after a given number
- Finding a ray that intersects a polygon as many times as possible
- Finding a stable placement of an irregular non-convex shape
- finding abc... mod m
- Finding all combinations of well-formed brackets
- Finding all empty triangles
- Finding all permutations that match a set of rules
- Finding all permutations to get the given sum Coin change problem
- Finding all possible combinations of numbers to reach a given sum
- Finding all possible combined plus and minus sums of n arguments?
- Finding all the common substrings of given two strings
- Finding all the subsets of a set
- Finding all the unique permutations of a string without generating duplicates
- Finding an axis-aligned rectangle inside a polygon
- Finding centre of rotation for a set of points
- Finding complete rectangles enclosing 0
- Finding coordinates of points on the border of a shape
- Finding elementary intervals in overlapping intervals
- Finding highest product of three numbers
- Finding largest f satisfying a property given f is non-decreasing in its arguments
- Finding mean and median in constant time
- Finding minimum number of points which covers entire set of intervals?
- Finding n-th permutation without computing others
- Finding nearest free position for a circle for any point x,y in a 2D space with circles
- Finding nearest point in an efficient way
- Finding number of overlaps in a list of time ranges
- Finding pairs with product greater than sum
- Finding patterns in list
- Finding positions of milestones given their pairwise distances
- Finding properties of sloppy hand-drawn rectangles
- Finding smallest polygon covering a set of points in a grid
- finding smallest scale factor to get each number within one tenth of a whole number from a set of doubles
- Finding sorted sub-sequences in a permutation
- Finding square root without using sqrt function?
- Finding Sum Of The Differences OF MAX and MIN of All Possible Subsets
- Finding the closest number that factors given a list of primes
- Finding the correlation matrix
- Finding the furthest point in a grid when compared to other points
- Finding the index of a given permutation
- Finding the LCM of a range of numbers
- Finding the line along the intersection of two planes
- Finding the Nth Twin Prime
- Finding the number of digits of an integer
- Finding the smallest set of rectangles that covers the given rectilinear simple polygons
- Finding the squares in a plane given n points

Course
Intermediate
27 lessons
15 hours
DSA Fundamentals
Master algorithmic patterns and data structures through hands-on LeetCode-style problems - from arrays and hashing to dynamic programming and advanced graphs.
View the course