Skip to content

Commit ada415b

Browse files
committed
vendo a lista dos aprovados (sem a revisão da redação)
1 parent 3d94845 commit ada415b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

descobrindo minha posição cederj2023.1/quickSort.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
const candidatosNotas = require('./ListaCandidatos');
22
const trocaLugar = require('./encontraMenores');
33

4+
//eu cpf: "188.xxx.xxx-09" nome: "pedro"
5+
46
function quickSort(array, left, right){
57
if(array.length > 1){
68
let indiceAtual = particiona(array, left, right);

0 commit comments

Comments
 (0)