Math for Programmers questions and answers
Number theory, combinatorics and computational geometry. Page 4 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 181-240
- Big-O analysis of permutation algorithm
- Binary Space Partitioning Data Structure For Donut 2D Space
- Bitwise shift to generate all possible permutations in C
- Bomb dropping algorithm
- Bowyer-Watson algorithm how to fill holes left by removing triangles with super triangle vertices
- Bron-Kerbosch algorithm for clique finding
- Brute-force, single-threaded prime factorization
- Building bridges problem - how to apply longest increasing subsequence?
- C Normal Random Number
- C Point in polygon
- C puzzle Make a fair coin from a biased coin
- C use of Eigen in tensorflow
- Calculate 95th percentile in Ruby?
- calculate average function of several functions
- Calculate coordinates of a regular polygon's vertices
- Calculate difference between multiples of two different numbers
- Calculate largest inscribed rectangle in a rotated rectangle
- Calculate the Cumulative Distribution Function CDF in Python
- Calculate the perimeter and area of intersecting rectangles?
- calculate the sum of diagonals in a matrix
- Calculating all of the subsets of a set of numbers
- Calculating factorial of large numbers in C
- Calculating large factorial time complexity
- Calculating Pearson correlation and significance in Python
- Calculating powa,b mod n
- Calculating Standard Deviation of Angles?
- Calculating the Amount of Combinations
- Calculating the nth digit of pi using the Bailey–Borwein–Plouffe BBP formula
- calculating the number of “inversions” in a permutation
- Calculating the position of points in a circle
- Calculating the shortest distance between two lines line segments in 3D
- Can a Neural Network Find the i-th Permutation of a fixed size list?
- Can any finite bit string be found in pi within a reasonable amount of time?
- Can anyone explain this algorithm for calculating large factorials?
- Can I use arbitrary metrics to search KD-Trees?
- Can I use arbitrary metrics to search KD-Trees?
- Can someone help solve this recurrence relation?
- Can two groups of N people find each other around a circle?
- Cannot understand this prime generator algorithm in my textbook
- Catalan Numbers, Recursive function time complexity
- Center of gravity of a polygon
- Cheap algorithm to find measure of angle between vectors
- Cheap way of calculating cubic bezier length
- Check connection between two points on 2D plane
- Check if a number is rational in Python, for a given fp accuracy
- Check if a permutation of a string can become a palindrome
- Check if array B is a permutation of A
- Check if box is covered by spheres
- Check if one integer is an integer power of another
- Check if polygon is inside a polygon
- Check If there exists a Circle
- Check if two arrays are cyclic permutations
- Check if two line segments are colliding only check if they are intersecting, not where
- Check that triangle is right?
- Checking a line segment is within a distance from a point
- Checking if two strings are permutations of each other in Python
- Cholesky decomposition of sparse matrices using permutation matrices
- Choose rectangles with maximal intersection area
- Choose the closest k points from given n points
- Choosing k out of n

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