Added avl height benchmark
This commit is contained in:
+1
-2
@@ -44,8 +44,7 @@ def plot(program_name, sequences, array_size):
|
||||
plt.savefig(f"./benchmarks/{program_name}.png")
|
||||
|
||||
if __name__ == "__main__":
|
||||
# program_names = ["insertion", "selection", "heapsort", "mergesort"]
|
||||
program_names = ["heapsort"]
|
||||
program_names = ["insertion", "selection", "heapsort", "mergesort"]
|
||||
sequence_types = ["random", "sorted", "reversed", "constant", "v_shaped"]
|
||||
array_sizes = [i for i in range(1000, 15001, 1000)]
|
||||
tests = 10
|
||||
|
||||
@@ -1,6 +0,0 @@
|
||||
5
|
||||
12
|
||||
65
|
||||
233
|
||||
87
|
||||
23
|
||||
Reference in New Issue
Block a user