Can we sort a matrix using sort function in c++?
List Bloc QA Latest Questions
How do I prove that O(f(n)×g(n))=O(f(n))×O(g(n))O(f(n)×g(n))=O(f(n))×O(g(n))O(f(n) times g(n)) =O(f(n))times O(g(n))?
How do I write a program in Java to display the given names in ascending order using the Bubble Sorting technique?
How do I return a generic reference to an element in a linkedList?
Suppose 8n^2 is a complexity of an insertion sort. How many elements have I sorted? This is a question from the CLRS. How is it calculated? What if it is a bubble sort?
Can ROC curves be used to evaluate algorithms in regression problems ?
Can we apply a CART algorithm on a nominal dataset?
What is the motivation to studying algorithms, as most of us learn them to get through interviews, and hardly ever use them in your day to day job?
Can I use Flickr photos to train an algorithm and use that algorithm for commercial use without showing any of those photos?
Why does this method to find the nth position of a node in a linked list fail?
Compare time complexities of merge sort, quick sort and insertion sort?
How can I access Coursera’s Algorithms and data structures from Princeton for free?
How do I prove that O(f(n) – g(n)) isn’t necessarily equal to O(f(n)) – O(g(n))?
Should I use hashing in competitive coding given it has a finite probability of giving wrong conclusions due to clashes?
Which is the easiest and efficient text mining classification algorithms?
Is there any other searching algorithms beside linear search and binary search?
I understand the basics of Java and can code it easily, but I fail to code complex cases. What can I do to improve my coding skills?
How do I create chat based application using machine learning algorithm?
During whiteboard coding interviews, I can write correct algorithms for general cases but fail to handle corner cases. How bad is it and how do I overcome it?
Does one need to have a good knowledge of data structures and algorithm in order to be a good software developer?