updated test_analysis for submodules, and added missing numpy import in Sort.py

This commit is contained in:
James Pan
2020-10-14 22:01:47 -05:00
parent 9a8a5f3fda
commit ccd4c6bc18
2 changed files with 26 additions and 15 deletions

View File

@@ -19,6 +19,8 @@ __author__ = (
__all__ = [
]
import numpy as np
def quicksort(a):
def sort(array):