Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Alg2TB2
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Harbor Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Fernando Erd
Alg2TB2
Commits
32151283
Commit
32151283
authored
9 years ago
by
Fernando Erd
Browse files
Options
Downloads
Patches
Plain Diff
identando
parent
6a97b319
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
Arquivos/Funções.h
+4
-0
4 additions, 0 deletions
Arquivos/Funções.h
Arquivos/Loteria
+0
-0
0 additions, 0 deletions
Arquivos/Loteria
Arquivos/Main.c
+40
-40
40 additions, 40 deletions
Arquivos/Main.c
with
44 additions
and
40 deletions
Arquivos/Funções.h
+
4
−
0
View file @
32151283
...
@@ -2,6 +2,10 @@
...
@@ -2,6 +2,10 @@
void
LerDados
(
int
*
Vetor
);
void
LerDados
(
int
*
Vetor
);
void
GeraVetor
(
int
*
Vetor
);
void
GeraVetor
(
int
*
Vetor
);
void
ImprimeVetor
(
int
*
Vetor
);
void
ImprimeVetor
(
int
*
Vetor
);
void
TempoSelectSort
(
int
*
Vetor
);
void
TempoBubbleSort
(
int
*
Vetor
);
void
TempoQuickSortRecursivo
(
int
*
Vetor
);
void
TempoQuickSortIterativo
(
int
*
Vetor
);
void
SelectSort
(
int
*
Vetor
);
void
SelectSort
(
int
*
Vetor
);
void
BubbleSort
(
int
*
Vetor
);
void
BubbleSort
(
int
*
Vetor
);
void
QuickSortRecursivo
(
int
Vetor
[],
int
Esquerda
,
int
Direita
);
void
QuickSortRecursivo
(
int
Vetor
[],
int
Esquerda
,
int
Direita
);
...
...
This diff is collapsed.
Click to expand it.
Arquivos/Loteria
+
0
−
0
View file @
32151283
No preview for this file type
This diff is collapsed.
Click to expand it.
Arquivos/Main.c
+
40
−
40
View file @
32151283
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment