Posts by Diogo Neiss • 25 points
3 posts
-
0
votes1
answer470
viewsQ: Quicksort in double chained list
For a college task, I need to adapt the quicksort algorithm to a "time" object, which contains dozens of attributes such as stadium, name, nickname, date of foundation, etcs. Within main, a list of…
-
1
votes2
answers635
viewsA: How to check if a number is negative in JS through a function
The concept of negative number is to be less than zero. In programming, there are "conditional tests", which perform an action if true. In JS and most languages, it is done within a structure if and…
javascriptanswered Diogo Neiss 25 -
-2
votes2
answers65
viewsQ: length() giving Nullpointerexception
I am creating a program that will receive multiple inputs from the user and, when receiving a blank string, should stop receiving entries and continue with the program. The code runs perfectly…
javaasked Diogo Neiss 25