Data Structures questions and answers
Arrays, maps, trees, heaps and how to pick between them. 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
- Expression trees for dummies?
- Extract a subset of key-value pairs from dictionary?
- Extract first item of each sublist in Python
- Extracting 2 numbers n times and placing back the addition in On instead of Onlogn
- Extracting specific columns in numpy array
- F List.map equivalent in C?
- Failed building wheel for dm-tree
- Family Tree Algorithm
- Fast algorithm for checking if binary arrays can be rotated to not have an elementwise sum over 1
- Fast algorithm for counting the number of acyclic paths on a directed graph
- Fast algorithm for searching for substrings in a string
- Fast algorithm implementation to sort very small list
- Fast algorithm to calculate delta of two list
- Fast Algorithm to Quickly Find the Range a Number Belongs to in a Set of Ranges?
- Fast approximate algorithm for cardinality of sets intersection
- Fast Data structure for finding strict subsets from a given list
- Fast element lookup for a functional languageHaskell
- Fast hashing of 2-dimensional array
- Fast intersection of HashSetint and Listint
- Fast ordered list matching algorithm in Java
- Faster algorithm to find unique element between two arrays?
- faster string sorting with long common prefix?
- Faster than binary search for ordered list
- Fastest algorithm for circle shift N sized array for M position
- Fastest method of getting k smallest numbers in unsorted list?
- Fastest sort of fixed length 6 int array
- Fastest way of finding the middle value of a triple?
- Fastest way to check if a value exists in a list
- Fastest way to check if a value exists in a list
- Fastest way to find max sum range in int
- Fastest way to search a number in a list of ranges
- Fastest way to search for an element in unsorted array
- Fastest way to sort 32bit signed integer arrays in JavaScript?
- Fastest way to sort a list of number and their index
- fatal error array cannot be bridged from Objective-C—Why are you even trying, Swift?
- Fault-tolerant queue-worker architecture in Kafka?
- Fenwick tree vs Segment tree
- Fetch first 10 results from a list in Python
- File to byte[] in Java
- Filter a Set for Matching String Permutations
- Filter dict to contain only certain keys?
- Filtering a list based on a list of booleans
- Filtering list under limitations
- Find 2 numbers in an unsorted array equal to a given sum
- Find a median of N2 numbers having memory for N of them
- Find a single integer that occurs with even frequency in a given array of ints when all others occur odd with frequency
- Find a sorted subsequence of size 4 in an array in linear time
- Find a value in a list
- Find a value in a list
- Find all chordless cycles in an undirected graph
- Find all pairs of integers within an array which sum to a specified value
- Find all paths between two graph nodes
- Find all permutations of 2 arrays in JS
- Find all possible combinations of a String representation of a number
- Find all subsets of length k in an array
- Find all the paths forming simple cycles on an undirected graph
- Find all triplets in array with sum less than or equal to given sum
- Find an element in an array recursively
- Find an item and change value in custom object array - Swift
- Find an object in array?

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