Data Structures questions and answers
Arrays, maps, trees, heaps and how to pick between them. Page 8 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 421-480
- Check if two unordered lists are equal
- Check if value already exists within list of dictionaries in Python?
- Check RabbitMQ queue size from client
- Check stdvector has duplicates
- Checking for ambiguities in decision tree
- Checking if a list is empty with LINQ
- Checking if a list of objects contains a property with a specific value
- Checking if all elements in a list are unique
- Checking if given preorder traversal is valid BST
- Checking if List contains all items from another list
- Checking if type list in python
- checking subtrees using preorder and inorder strings
- Checking that a List is not empty in Hamcrest
- Checksum for an integer array?
- Choice of programming language for learning data structures and algorithms
- Choose the closest k points from given n points
- Choosing an attractive linear scale for a graph's Y Axis
- Circular lock-free buffer
- Circular lock-free buffer
- Clarification on tf.Tensor.set_shape
- classify cell array in matlab
- Clean pattern to manage multi-step async processes on a tree
- Clean up Replica Sets when updating deployments?
- Clear back stack using fragments
- Clear the entire history stack and start a new activity on Android
- clickhouse array query
- Clickhouse generating array of dates between two dates and interval
- Clique problem algorithm design
- Closest group of 3 points
- Closing a blocking queue
- closing session in tensorflow doesn't reset graph
- Cloudwatch Log Alert - How to include error / exception / stack trace data in email notification
- Code golf combining multiple sorted lists into a single sorted list
- ColdFusion - What's an efficient way to search an array of structs?
- Collect global top-k from each node's list in MPI
- Collections.defaultdict difference with normal dict
- Collections.emptyList() returns a List<Object>?
- Collections.emptyList() vs. new instance
- CollectionT versus ListT what should you use on your interfaces?
- Combinations from dictionary with list values using Python
- Combine json arrays by key, javascript
- Combining graphs is there a TensorFlow import_graph_def equivalent for C?
- Combining two lists and removing duplicates, without removing duplicates in original list
- Commit Asynchronously a message just after reading from topic
- Common elements comparison between 2 lists
- Compact data structure for storing a large set of integral values
- Compare two integer arrays with same length
- Compare two Lists for differences
- Comparing 1 million integers in an array without sorting it first
- Comparing arrays in JUnit assertions, concise built-in way?
- Comparing arrays that have same elements in different order
- Comparing dictionaries based on a combination of keys
- Comparing object graph representation to adjacency list and matrix representations
- Comparing scikit learn clusterings using a decision tree
- Comparing two byte arrays in .NET
- Comparing two collections for equality irrespective of the order of items in them
- Comparing two dictionaries and checking how many key, value pairs are equal
- Comparing two NumPy arrays for equality, element-wise
- Comparing unordered_map vs unordered_set
- Complete Weighted Graph and Hamiltonian Tour

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