Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Nadi Tomeh
SDA
Commits
2f122b39
Commit
2f122b39
authored
Dec 01, 2021
by
BENGHEZALA_ROMAISSA
Browse files
exo1
parent
3d964f9b
Pipeline
#4674
failed with stage
in 6 seconds
Changes
13
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
plots/fixed_binary_heap_amortized_time_C_decreasing.pdf
0 → 100644
View file @
2f122b39
File added
plots/fixed_binary_heap_amortized_time_C_increasing.pdf
0 → 100644
View file @
2f122b39
File added
plots/fixed_binary_heap_amortized_time_C_random.pdf
0 → 100644
View file @
2f122b39
File added
plots/
dynamic
_binary_heap_extract_amortized_time_C.pdf
→
plots/
fixed
_binary_heap_extract_amortized_time_C.pdf
View file @
2f122b39
File moved
plots/
dynamic
_binary_heap_extract_swap_C.pdf
→
plots/
fixed
_binary_heap_extract_swap_C.pdf
View file @
2f122b39
File moved
plots/
dynamic
_binary_heap_extract_wasted_memory_C.pdf
→
plots/
fixed
_binary_heap_extract_wasted_memory_C.pdf
View file @
2f122b39
File moved
plots/fixed_binary_heap_swap_C_decreasing.pdf
0 → 100644
View file @
2f122b39
File added
plots/fixed_binary_heap_swap_C_increasing.pdf
0 → 100644
View file @
2f122b39
File added
plots/fixed_binary_heap_swap_C_random.pdf
0 → 100644
View file @
2f122b39
File added
plots/fixed_binary_heap_wasted_memory_C_decreasing.pdf
0 → 100644
View file @
2f122b39
File added
plots/fixed_binary_heap_wasted_memory_C_increasing.pdf
0 → 100644
View file @
2f122b39
File added
plots/fixed_binary_heap_wasted_memory_C_random.pdf
0 → 100644
View file @
2f122b39
File added
plots/plot_result_exo1
View file @
2f122b39
...
...
@@ -12,7 +12,7 @@ set xlabel "Nombre d'elements ajoutes" font "Helvetica,24"
set ylabel "Temps amorti" font "Helvetica,24"
# Nom du fichier Postscript en sortie
set output '
dynamic
_binary_heap_extract_amortized_time_C.pdf'
set output '
fixed
_binary_heap_extract_amortized_time_C.pdf'
plot [0:10000][0:1000] 'dynamic_array_time_c_0.5.plot' using 1:3 w lines title "Amortized C p=0.5",
...
...
@@ -23,7 +23,7 @@ plot [0:10000][0:1000] 'dynamic_array_time_c_0.5.plot' using 1:3 w lines title "
set ylabel "Memoire gaspillee" font "Helvetica,24"
# Nom du fichier Postscript en sortie
set output '
dynamic
_binary_heap_extract_wasted_memory_C.pdf'
set output '
fixed
_binary_heap_extract_wasted_memory_C.pdf'
plot 'dynamic_array_memory_c_0.5.plot' using 1:2 w lines title "Espace memoire inutilise C p=0.5",
#################################################################
...
...
@@ -33,6 +33,6 @@ plot 'dynamic_array_memory_c_0.5.plot' using 1:2 w lines title "Espace memoire i
set ylabel "Nombre d'echange effectuees" font "Helvetica,24"
# Nom du fichier Postscript en sortie
set output '
dynamic
_binary_heap_extract_swap_C.pdf'
set output '
fixed
_binary_heap_extract_swap_C.pdf'
plot 'dynamic_array_swap_c_0.5.plot' using 1:2 w boxes title "Nombre d'echange effectuees C p=0.5",
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment