mirror of
https://github.com/Noratrieb/benchmarks.git
synced 2026-01-15 03:05:03 +01:00
Bubblesort
This commit is contained in:
parent
12ec3b5d1b
commit
c6c195be06
3 changed files with 66 additions and 3 deletions
|
|
@ -35,7 +35,7 @@ fn primes(max: u32) -> Vec<u32> {
|
|||
break;
|
||||
}
|
||||
}
|
||||
i += 1;
|
||||
i += 1
|
||||
}
|
||||
|
||||
primes_list
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue