Posts by Gustavo Nunes • 167 points
5 posts
-
-2
votes3
answers66
viewsA: How to use a string from the database
I believe that the ideal would be to break this string into entities and attributes within the database, for example "key", "user", "Season" would be attributes of an entity. If this is not…
-
6
votes1
answer550
viewsQ: Number of threads on a 16 processor machine
A question fell on my proof of Operating Systems and I was in doubt. During the race I got confused and marked alternative D, today I know she is wrong and has nothing to do with it. I am tending…
-
3
votes2
answers194
viewsQ: How to get query result separated by columns?
I need to make a query in dbpedia and from this query return name, gender and other information of a particular singer. I am able to do this, but my code returns the whole tuple, I wish I could…
-
0
votes2
answers182
viewsA: Doubt about constant-time sorting algorithms
Good people, thank you very much. I used a little of every piece of information you left here to compose my answer. In the end I divided it into two cases: 1º Whereas there are methods that will go…
algorithmanswered Gustavo Nunes 167 -
6
votes2
answers182
viewsQ: Doubt about constant-time sorting algorithms
I need to solve a exercise with the following statement: As input we have a vector of n elements, where each element has a value between 0 and k. In addition we have two integer values to and b. We…
algorithmasked Gustavo Nunes 167