I have a nested map m which is like: m = Map(\"email\" -> \"a@b.com\", \"background\" -> Map(\"language\" -> \"english\"))
I have the following NP-complete problem: Given: a set of locations in a N × N field, a set of m nodes, and
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a
I have a log file that is formatted in the following way: datetimestring \\t username \\t transactionName \\r\\n
i´m using map/reduce to find the max Revision of an Document. var map = \"function() {emit(this.DocName, this.Revision);}\";
I am currently struggling with an assignment. The solution would input a txt file and run through counting the number of palindromes and their frequency. I need to use Map reduce to create to do so
I\'m attempting to write a function that calculates the number of unique permutations of a string. For example aaa would return 1 and abc would return 6.
I know it sounds terrible but in my java program I have about 100 if-else statements, all containing 3 variables that have to stay unique to those if-else blocks, 1 is a flag used to know when its the
Is it possible to make 1 query and still pull the required data? I have many queries and would like to consolidate them to make the page load faster.
In landscape mode, I have a spinner in my app. When I click the spinner, the dropdown list occupies the entire w开发者_JAVA技巧idth of the screen. I want to reduce the width to the specific value. May