Algorithms questions and answers
Sorting, searching, recursion, graphs and dynamic programming. Page 15 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 841-900
- Count points in a rectangle
- Count points inside triangle fast
- Count sum of multiples of a number below N with O1 complexity?
- count the number of distinct absolute values among the elements of the array
- Count the number of Ks between 0 and N
- Count the number of occurrences of a character in a string
- Count the number of set bits in a 32-bit integer
- Count the number of set bits in a 32-bit integer
- Count the subsequences of length 4 divisible by 9
- count the total number of 1's in integers from 1 to N
- Counting according to query
- Counting alternating numbers in an array
- counting boolean parenthesizations implementation
- Counting inversions in an array
- Counting inversions in ranges
- Counting Inversions using BIT
- Counting minimum number of swaps to group characters in string
- Counting number of bits How does this line work ? nnn-1;
- Counting palindromic substrings in On
- Counting the adjacent swaps required to convert one permutation into another
- Counting the bits set in the Fibonacci number system?
- Course assignment algorithm
- Create 2d triangles from 2d points
- Create a hashcode of two numbers
- Create a random permutation of 1..N in constant space
- Create Balanced Binary Search Tree from Sorted linked list
- Create constrained random numbers?
- Create non-intersecting polygon passing through all given points
- Create Random Number Sequence with No Repeats
- Creating a Maximal Configuration with Dynamic Programming
- Creating a random tree?
- creating a spiral array in python?
- Creating all possible k combinations of n items in C
- Creating all strongly connected graphs with given in-degree with equal probability
- Creating multiple numbers with certain number of bits set
- ctc_loss error No valid path found.
- CUDA stream compaction algorithm
- Custom sorting in pandas dataframe
- Custom TensorFlow Keras optimizer
- Cycle a list from alternating sides
- Cycle detection in a linked list Exhaustive theory
- Cycle of maximum weight in a graph
- Cycles in an Undirected Graph
- Damas-Hindley-Milner type inference algorithm implementation
- Data-structural bootstrapping examples?
- Data Compression Algorithms
- Data Compression Arithmetic coding unclear
- Data structure for efficiently retrieving the nearest element from a set
- Data structure for handling intervals
- Data structure for Pattern Matching on large data
- Data structure for querying whether a given subset exists in a collection of sets
- Data structure for range query
- Data structure for selecting groups of machines
- Data structure for set of non-disjoint sets
- Data structure representing a two-value array with 3 operations
- Data structure to find integers within a query range efficiently
- Data structure with O1 insertion and Ologn search complexity?
- Data structures for loaded dice?
- Data Types and Machine Learning Algorithms in Sklearn
- Datastructure ambiguity

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