How do I prove that the minimum number of edges in a connected graph with ‘n’ vertices is (n-1)?
List Bloc QA Latest Questions
Is it possible to make an totally unbreakable encryption algorithm?
How do I prove that O(f(n) – g(n)) isn’t necessarily equal to O(f(n)) – O(g(n))?
I have now read about algorithms and data structures as Al Klein told me to. Which programming language should I learn?
Which is the easiest and efficient text mining classification algorithms?
What data structures are used in cloud computing?
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?
What’s the best way to learn algorithms of computer science?
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?
What is the maximum turns one can take to reach X from Y following the shortest route in to this city (details as below)?
RSA works on which algorithm?
One number was removed from the set of integers from 1 to n. The average of the remaining numbers is 163/4. Which integer was removed?
Where can I get the coding of a message digest using a hash table?
How do I solve UVa 1449 using hashing?
How do I build an algorithm for detection of emotion from text?
In Python, given the following permutation of a, b, c, d, e, f, g, h, i, j, what is the next permutation in lexicographic (dictionary) order?
After the Vault 7 release of CIA documents by WikiLeaks, is it preferable to use encryption algorithms designed either by the CIA or the NSA?
In combinatorics, how do you call this sequence?
If there is an array of 101 numbers which consists of numbers from 1 to 100 with the number repeated, how do you find the repeated number in the minimum number of iterations (in C program)?
How can I solve UVA 10407?