Math for Programmers questions and answers
Number theory, combinatorics and computational geometry. Page 2 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 61-120
- algorithm for python itertools.permutations
- Algorithm For Ranking Items
- Algorithm for reflecting a point across a line
- Algorithm for sampling without replacement?
- Algorithm for simplifying decimal to fractions
- Algorithm for simplifying decimal to fractions
- Algorithm for smoothing edges of an open 3D mesh
- algorithm for solving resource allocation problems
- Algorithm for Text Wrapping Within a Shape
- Algorithm function for fibonacci series
- Algorithm Letters and envelopes pairing
- Algorithm possible amounts overpaid for a specific price, based on denominations
- Algorithm to calculate number of intersecting discs
- Algorithm to calculate the number of combinations to form 100
- Algorithm to calculate the number of divisors of a given number
- Algorithm to Calculate the Number of Lattice Points in a Polygon
- Algorithm to check if two boxes overlap
- Algorithm to compute a Voronoi diagram on a sphere?
- Algorithm to compute k fractions of form 1/r summing up to 1
- Algorithm to count occurrences of a matrix inside a larger one
- Algorithm to cover maximal number of points with one circle of given radius
- Algorithm to detect intersection of two rectangles?
- Algorithm to detect when graph re-converges similar to common subtree?
- Algorithm to determine all possible ways a group of values can be removed from a sequence
- Algorithm to determine if number is between two numbers in modular arithmetic
- Algorithm to determine the points delimiting the boundaries of a shape -- using javascript
- Algorithm to determine the possibility of selecting 1 unique element from n arrays
- Algorithm to Divide a list of numbers into 2 equal sum lists
- algorithm to enumerate all possible paths
- Algorithm to find ALL factorizations of an integer
- Algorithm to find all the exact divisors of a given integer
- Algorithm to find if two sets of sets of numbers are isomorphic or not under permutation
- Algorithm to find Largest prime factor of a number
- Algorithm to find Lucky Numbers
- Algorithm to find next greater permutation of a given string
- Algorithm to find non-dominated pairs
- Algorithm to find optimal groups
- Algorithm to find peaks in 2D array
- Algorithm to find solution to puzzle
- algorithm to find the largest area
- Algorithm to find the minimum number of rectangles covering certain elements in a 2d array
- Algorithm to find the minimum value point of a function
- Algorithm to find the next number in a sequence
- Algorithm to find the total number of connected sets in a matrix
- Algorithm to find two points furthest away from each other
- Algorithm to generate a crossword
- Algorithm to generate all combinations of a string
- Algorithm to generate all possible N-digit numbers with whose digits are in increasing order
- Algorithm to generate all possible permutations of a list?
- Algorithm to generate random 2D polygon
- Algorithm to generate spanning set
- Algorithm to get all possible string combinations from array up to certain length
- Algorithm to group objects
- Algorithm to iterate through sample space of numbers
- Algorithm to make a String nice or ugly
- Algorithm to map an interval to a smaller interval
- Algorithm to match pairs from two sets
- Algorithm to place a mailbox to minimize the total distance that the residents travel to get their mail
- Algorithm to place the rectangular inside the polygon
- Algorithm to place x items equidistantly on an n by m wrapping grid

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