Inspiration
I like doing algorithms so these projects stood out to me and I was interested in doing them
What it does
They are 2 algorithms, one of which finds the determinant of the matrix, and the other performs gaussian elimination on a matrix
How we built it
I built it by first understanding the algorithm, and then simply implementing it
Challenges we ran into
One challenge I ran into was with the gaussian elimination where some cases would have an entire row of 0s which would previously crash the algorithm. But I quickly solved using an if statement
Accomplishments that we're proud of
I am proud that the algorithms work for large scale matrixes
What we learned
I learned a little more about using recursive algorithms to solve problems
Log in or sign up for Devpost to join the conversation.