Data Structures questions and answers
Arrays, maps, trees, heaps and how to pick between them. Page 9 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 481-540
- Complexity of inserting n numbers into a binary search tree
- Complexity of list.indexx in Python
- Complexity of Treemap insertion vs HashMap insertion
- compressed vector/array class with random data access
- Computational Complexity of TreeSet methods in Java
- Compute list difference
- Computing set intersection in linear time?
- Computing similarity between two lists
- Computing target number from numbers in a set
- Concatenate a NumPy array to another NumPy array
- Concatenate two slices in Go
- Concatenating red-black trees
- Concatenating two lists - difference between '' and extend
- Concatenating two one-dimensional NumPy arrays
- Concatenating/Merging/Joining two AVL trees
- Concurrent Dictionary Correct Usage
- Concurrent Dictionary Correct Usage
- Concurrent LRU cache implementation
- conditional graph in tensorflow and for loop that accesses tensor size
- Configure a Mongo replica set to only replicate certain collections
- Configure input_map when importing a tensorflow model from metagraph file
- confused about random_state in decision tree of scikit learn
- connect input and output tensors of two different graphs tensorflow
- Connect nodes to maximize total edge weight
- Consistent hashing collisions?
- Construct a binary tree from permutation in n log n time
- Construct a minimum spanning tree covering a specific subset of the vertices
- Construct Binary Tree in O1?
- Consume multiple queues in python / pika
- Control.EndInvoke resets call stack for exception
- Conversion from ListT to array T
- Convert 2D float array to 2D int array in NumPy
- Convert a byte array to integer in Java and vice versa
- Convert a graph proto pb/pbtxt to a SavedModel for use in TensorFlow Serving or Cloud ML Engine
- Convert a JSON String to a HashMap
- Convert a list into a comma-separated string
- Convert a list of characters into a string
- Convert a list to a string in C
- Convert a namedtuple into a dictionary
- Convert a Pandas DataFrame to a dictionary
- Convert a PHP object to an associative array
- Convert a python dict to a string and back
- Convert a String representation of a Dictionary to a dictionary
- Convert a String representation of a Dictionary to a dictionary
- Convert a string representation of a hex dump to a byte array using Java?
- Convert all strings in a list to integers
- Convert an array to a HashSetT in .NET
- Convert an enum to Liststring
- Convert array of indices to one-hot encoded array in NumPy
- Convert array of indices to one-hot encoded array in NumPy
- Convert array of strings into a string in Java
- Convert array to a sorted one using only two operations
- Convert array to JSON string in swift
- Convert array to JSON string in swift
- Convert ArrayList<String> to String[] array
- Convert Dictionary to JSON in Swift
- Convert dictionary values into array
- Convert Dictionarystring, object To Anonymous Object?
- Convert Enumeration to a Set/List
- Convert InputStream to byte array in Java

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