Algorithms questions and answers
Sorting, searching, recursion, graphs and dynamic programming. Page 16 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 901-960
- Datastructure and algorithm to detect collisions of irregular shaped moving objects
- DataStructure for Elevator Mechanism
- Dead simple example of synaptic js lstm rnn algorithm
- Dealing with class imbalance in multi-label classification
- deceptively simple implementation of topological sorting in python
- Deciding on an algorithm for 'Jumping Jack
- Decimal to binary algorithm in C
- Decision boundaries for nearest centroid
- Decision tree implementation for returning the next feature to split the tree
- Decision Tree in Matlab
- Decision Tree Learning and Impurity
- Decision trees. Choosing thresholds to split objects
- Deep Q Network is not learning
- Define if a contour is closed or not
- Deleting folders in python recursively
- deletion in a binary search tree
- Deletion procedure for a Binary Search Tree
- Depth First Search and Breadth First Search Understanding
- Depth sorting rectangular polygons, all parts of model axes facing
- Design a Hashtable
- design a stack such that getMinimum should be O1
- Design an efficient algorithm to sort 5 distinct keys in fewer than 8 comparisons
- Design patterns for converting recursive algorithms to iterative ones
- Designing function f(f(n)) == -n
- Designing this algorithm a better way?
- Detect differences between two strings
- Detect when a graph has been broken into two or more connected components
- Detecting consecutive integers in a list
- Detecting duplicates in an array using divide and conquer
- Detecting HTML table orientation based only on table data
- Detecting if a string has unique characters comparing my solution to Cracking the Coding Interview?
- Detecting self crossing in closed Bezier curves
- Detecting Singularities in a Graph
- Determine if 2 lists have the same elements, regardless of order?
- Determine if a binary tree is subtree of another binary tree using pre-order and in-order strings
- determine if a point sits inside an arbitrary shape?
- Determine if more than half of the array repeats in a distinct array
- Determine if the solution can be optimally given using greedy algorithm
- Determine non-convex hull of collection of line segments
- Determine points within a given radius algorithm
- Determine the combinations of making change for a given amount
- Determine the most common occurrence in an array
- Determine whether integer is between two other integers
- Determine whether or not there exist two elements in Set S whose sum is exactly x - correct solution?
- Determine Whether Two Date Ranges Overlap
- Determining Floating Point Square Root
- Determining if an unordered vectorT has all unique elements
- Determining if two rays intersect
- Determining the big-O runtimes of these different loops?
- Determining the complexities given codes
- Determining whether or not a directed or undirected graph is a tree
- Determining which integer is closest to the kth root of n without using floating point arithmetic?
- deterministic and reversible permutation function to store a message
- DFS Algorithm Traversal
- Diagram connector algorithm
- Diamond-Square implementation produces too high values
- Diamond square algorithm
- Dictionary using Red-Black tree - deletion error
- Diff algorithms
- Diff for Directed Acyclic Graphs

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