Algorithms questions and answers
Sorting, searching, recursion, graphs and dynamic programming. 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
- Analysis of sorting Algorithm with probably wrong comparator?
- Ant colony optimization using .NET
- Any algorithm for Flip all Light Out game?
- Any pseudo-polynomial algorithm for bounded 0-1 multi-knapsack?
- Any working example of VF2 algorithm?
- Anyone having any leads on a 'reading time algorithm'?
- Applications of Longest Increasing Subsquence
- Applications of red-black trees
- Appointment scheduling algorithm N people with N free-busy slots, constraint-satisfaction
- Appropriate Deep Learning Structure for multi-class classification
- Approximate greatest common divisor
- Approximate string matching algorithms
- Architecture Essential Components of StumbleUpon's Recommendation Engine
- Architecture used by TikTok and Reels Fan Out on Read vs Fan out on Write
- Are 2n and n2n in the same time complexity?
- Are algorithms with high time complexity ever used in the real world for small inputs?
- Are AVL trees evil?
- Are decision trees e.g. C4.5 considered nonparametric learning?
- Are evolutionary algorithms and neural networks used in the same domains?
- Are interval, segment, Fenwick trees the same?
- Are nested intervals a viable solution to nested set modified pre-order traversal RDBMS performance degredation?
- Are there any better methods to do permutation of string?
- Are there any cases where you would prefer a higher big-O time complexity algorithm over the lower one?
- Are there any examples of anomaly detection algorithms implemented with TensorFlow?
- Are there any examples of anomaly detection algorithms implemented with TensorFlow?
- Are there any examples of anomaly detection algorithms implemented with TensorFlow?
- Are there any interesting algorithms using both a stack and queue deque ADT?
- Are there any online algorithms for planarity testing?
- Are there any real Onn algorithms?
- Are there any special image compression algorithms for face cases?
- Are there any worse sorting algorithms than Bogosort a.k.a Monkey Sort?
- Are there O1 random access data structures that don't rely on contiguous storage?
- Arrange array so adjacent has less space that gives minimum sum
- Array maximum difference algorithm that runs in On?
- Array of 10000 having 16bit elements, find bits set unlimited RAM - Google interview
- Array of random numbers with sum in given range?
- Array of size n, with one element n / 2 times
- Array remove duplicate elements
- Array to Binary Search Trees Quick
- ArrayList.sort vs PriorityQueue
- Arrays Find minimum number of swaps to make bitonicity of array minimum?
- AStar - explanation of name
- Asymptotically optimal algorithm to compute if a line intersects a convex polygon
- At which n does binary search become faster than linear search on a modern CPU?
- Auto correct algorithm
- Autocomplete using a trie
- Autogram Algorithms
- Average case algorithm analysis using Kolmogorov Incompressibility Method
- Average of 3 long integers
- Average of two strings in alphabetical/lexicographical order
- Average Runtime of Quickselect
- Avoiding overflow in integer multiplication followed by division
- Awaiting to a normal function
- axis‐aligned rectangles intersection
- B-Spline derivative using de Boor's algorithm
- B-Tree - Why can't there be a node with an even number of keys?
- B-tree faster than AVL or RedBlack-Tree?
- B-Tree vs \`Hash\` Table
- Balanced partition
- Balanced spanning tree T from undirected graph

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