Author: Elisa Warner
This repository contains some code I made for fun that practices recursion. There is also another code that takes random subsets of large databases.
determinant.py
: calculates determinant of a NxN matrixfactorial.py
: calculates the factorial of any valuerandom_sub.py
: extracts a random subset from any file, large or small.
All code requires Python 3.6
determinant.py
: requiresnumpy
factorial.py
: nonerandom_sub.py
:pandas
,random
,time
All files have been tested on a Mac.