Complexity & Performance questions and answers
Big O, time and space trade-offs, and making code faster. Page 6 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 301-360
- Can I reduce the computational complexity of this?
- Can I use Layer Normalization with CNN?
- Can I use threads to carry out long-running jobs on IIS?
- can it be solved in linear time, did this in n2 time
- Can multiple values be accepted in a single run?
- Can Numba be used with Tensorflow?
- Can ONN be faster than ON
- Can Spring Boot application handle multiple requests simultaneously?
- Can Spring Boot test classes reuse application context for faster test run?
- Can Tensorflow be used for global minimization of multivariate functions?
- Can the bigO of an algorithm be found programmatically by analyzing its perfs?
- Can there be an algorithm faster than linear search?
- Can we compute this in less than Onn ... nlogn or n
- Can we profile and log a distributed program in elexir?
- Can we solve this Sock Merchant problem in less complexity?
- Cancelling a long running regex match?
- Capturing self weak or unowned on asynchronous network requests
- Case insensitive query in DynamoDB
- Cassandra batch query vs single insert performance
- Cassandra control SSTable size
- Cassandra CQL query check multiple values
- Cassandra Delete by Secondary Index or By Allowing Filtering
- Cassandra Frequent Read Write Timeouts
- Cassandra Java Driver- QueryBuilder API vs PreparedStatements
- Cassandra num_tokens - is this really num_token_partitions?
- Cassandra or SOLR? What gives better performance to frond end read queries?
- Cassandra query making - Cannot execute this query as it might involve data filtering and thus may have unpredictable performance
- Cassandra Wide Vs Skinny Rows for large columns
- Catalan Numbers, Recursive function time complexity
- Catboost hyperparams search
- Caterpillars and Leaves. Can we do better than Onc?
- Celery does not release memory
- Change limit for Mysql Row size too large
- Change number of threads for Tensorflow inference with C API
- Change priorityQueue to max priorityqueue
- Change the connection pool size for Python's requests module when in Threading
- Changing Kubernetes' node-proxy tcp keepalive time
- Changing On3 to On2 in JavaScript
- Changing Table Engine in MySQL
- Channel/BlockingCollection alloc free alternatives?
- Cheap way of calculating cubic bezier length
- Check all the lags in Kafka
- Check if 2 tree nodes are related ancestor/descendant in O1 with pre-processing
- Check TPU workload/utilization
- Checking Kubernetes pod CPU and memory utilization
- Chess Optimizations
- Choose rectangles with maximal intersection area
- Choosing an alphabet that covers the most words?
- Choosing right metrics for regression model
- Circular UIImageView in UITableView without performance hit?
- Clarification of statement of performance of collection's binary search from javadoc
- Class Scheduling to Boolean satisfiability Polynomial-time reduction
- Cleanest way to toggle a boolean variable in Java?
- Clear MySQL query cache without restarting server
- Clearing Tensorflow GPU memory after model execution
- ClickHouse Kafka Performance
- Client-side throttling response from kubernetes kubectl command
- Clique problem algorithm design
- CloudFront with S3 website as origin is not serving gzipped files
- Clustering Algorithm for Paper Boys

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