diff options
| author | akiyamn | 2021-04-27 14:12:47 +1000 |
|---|---|---|
| committer | akiyamn | 2021-04-27 14:12:47 +1000 |
| commit | 1695a8e7c9e0d345918946ef6fbc8f56c7751e32 (patch) | |
| tree | 41829151bb336da54aab6b13ff4c47b3a6454698 /ass2/q2/gen_cases.py | |
| parent | e347fd3246a4282d7fea85c1ae727e48c810480b (diff) | |
| download | fit3155-1695a8e7c9e0d345918946ef6fbc8f56c7751e32.tar.gz fit3155-1695a8e7c9e0d345918946ef6fbc8f56c7751e32.zip | |
Ass 2: Guts working for suffix array
Diffstat (limited to 'ass2/q2/gen_cases.py')
| -rw-r--r-- | ass2/q2/gen_cases.py | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/ass2/q2/gen_cases.py b/ass2/q2/gen_cases.py index 82d165e..f32a5a4 100644 --- a/ass2/q2/gen_cases.py +++ b/ass2/q2/gen_cases.py @@ -1,7 +1,6 @@ import math -from itertools import product, accumulate, count, repeat -from functools import reduce -from new_suffix_array import ukkonen +from itertools import product +from ass2.ukkonen import ukkonen import timeit import random |
