Algorithms questions and answers
Sorting, searching, recursion, graphs and dynamic programming. Page 3 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 121-180
- Algorithm for finding a group of numbers in a list that equal a target
- Algorithm for finding a Hamiltonian Path in a DAG
- Algorithm for finding all paths in a NxN grid
- Algorithm for finding distinct paths from A to B in weighted, directed, cyclic graph
- Algorithm for finding multiset permutation given lexicographic index
- Algorithm for finding nearby points?
- Algorithm for finding nearest object on 2D grid
- Algorithm for finding path combinations?
- Algorithm for Finding Redundant Edges in a Graph or Tree
- Algorithm for finding similar images
- Algorithm for finding similar images using an index
- Algorithm for finding symmetries of a tree
- Algorithm for finding the busiest period?
- Algorithm for finding the color between two others - in the colorspace of painted colors
- Algorithm for finding the fewest rectangles to cover a set of rectangles without overlapping
- Algorithm for finding the smallest power of two that's greater or equal to a given value
- Algorithm for fitting abstract distances in 2D
- Algorithm for fitting points to a grid
- Algorithm for generating a 3D Hilbert space-filling curve in Python
- Algorithm for generating a bracket model list in Python
- Algorithm for generating a random number
- Algorithm for generating a triangular mesh from a cloud of points
- Algorithm for generating all possible boolean functions of n variables
- Algorithm For Generating Unique Colors
- Algorithm for generating vibration patterns ranging in intensity in Android?
- Algorithm for Gift Card Codes
- Algorithm for grouping friends at the cinema
- Algorithm for Hand writing recognition
- Algorithm for Human Towering
- Algorithm for implementing C yield statement
- algorithm for index numbers of triangular matrix coefficients
- Algorithm for inserting points in a piecewise-cubic Bézier path
- Algorithm for intersection of 2 lines?
- Algorithm for iterating over an outward spiral on a discrete 2D grid from the origin
- Algorithm for joining circles into a polygon
- Algorithm for matching 'noisy' names
- Algorithm for Math.Random
- Algorithm for maximizing coverage of rectangular area with scaling tiles
- Algorithm for maximum non-dominated set
- Algorithm for maze/labyrinth generation with no dead ends?
- Algorithm for merging short lists into a long vector
- Algorithm for merging two max heaps?
- Algorithm for N-way merge
- Algorithm for neon glow graphics programming
- Algorithm for nice graph labels for time/date axis?
- Algorithm for nice grid line intervals on a graph
- algorithm for nth_element
- Algorithm for offsetting edges of 3D triangle mesh
- Algorithm for optimally choosing actions to perform a task
- Algorithm for ordering data so that neighbor elements are as identical as possible
- Algorithm for pairing people using messages
- Algorithm for pick the number up game
- Algorithm for placing a grid over a disordered set of points
- Algorithm for powfloat, float
- algorithm for python itertools.permutations
- Algorithm For Ranking Items
- Algorithm for re-wrapping hard-wrapped text?
- Algorithm for reflecting a point across a line
- Algorithm for regular expressions - combinations on or
- Algorithm for sampling without replacement?

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