Algorithms questions and answers
Sorting, searching, recursion, graphs and dynamic programming. 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
- Balancing a binary search tree
- Balancing a ternary search tree
- balancing an AVL tree C
- Base 10 to base n conversions
- base of logarithms in time-complexity algorithms
- Basic Recursion, Check Balanced Parenthesis
- Batch Gradient Descent for Logistic Regression
- Batch gradient descent with scikit learn sklearn
- Batcher's Merge-Exchange Sort
- begin, end annoyance in STL algorithms
- Beginner's resources/introductions to classification algorithms
- Bellman-Ford vs Dijkstra Under what circumstances is Bellman-Ford better?
- Belman-Ford algorithm in 2d Array
- Bentley-Ottmann Algorithm in Haskell?
- Best algorithm for delete duplicates in array of strings
- Best algorithm for determining the high and low in an array of numbers?
- Best algorithm for matching colours.
- Best algorithm for synchronizing two IList in C 2.0
- Best Algorithm to Invite People to Party
- Best algorithm to test if a linked list has a cycle
- Best Compression algorithm for a sequence of integers
- Best compression algorithm for XML?
- Best data structure for nearest neighbour in 1 dimension
- Best dynamic data structure for 2d circle nearest neighbor
- Best fit scheduling algorithm
- Best hash function for mixed numeric and literal identifiers
- Best hashing algorithm in terms of hash collisions and performance for strings
- Best learning algorithm to make a decision tree in java?
- Best learning algorithm to make a decision tree in java?
- Best path in a grid
- best possible implementation of the travelling salesman / vehicle routing use case
- Best sorting algorithms for C / .NET in different scenarios
- Best way to compare two complex objects
- Best way to do powerOfint x, int n?
- Best way to efficiently find high density regions
- Best way to find a number in an array that's out of order?
- Best way to find first non repeating character in a string
- Best way to list files in Java, sorted by Date Modified?
- Best way to reduce sequences in an array of strings
- Best way to retrieve K largest elements from large unsorted arrays?
- Best way to reverse a string
- Best word wrap algorithm?
- Better algorithm - Next semiprime
- Better optimization technique using if/else or dictionary
- Better results in set partition than by differencing
- Better way to check if all lists in a list are the same length?
- Better way to check if an element only exists in one array
- Better way to search for a node in binary tree
- Better ways to implement a modulo operation algorithm question
- BFS five letter word chain
- BFT and PBFT and BA consensus algorithm
- Bi-Cubic Interpolation Algorithm for Image Scaling
- Bidirectional A A-star Search
- Big-O analysis of permutation algorithm
- Big-O complexity of a piece of code
- Big-O for Eight Year Olds?
- Big-O for various Fibonacci Implementations
- Big-O of log versus square root
- Big-O summary for Java Collections Framework implementations?
- Big-oh vs big-theta

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