Posts by OGabrielFreitas • 1 point
2 posts
-
0
votes1
answer1749
viewsA: How to make a Java algorithm that can measure the running time of the Heap Sort sort sort algorithm?
You need to first store the initial currentTimeMillis() and then compare with the final. long tempoInicial = System.currentTimeMillis(); // execução do método System.out.println("O método foi…
-
0
votes1
answer140
viewsQ: How to encrypt Stringconnection to a Mysql remote database in C#
I am developing an application that I intend to sell, and so I created a serial verification system, which checks if that activation code is already associated with the PC MAC. I do this by…