DSC-Chitkara / Algo-DS

Repository for new Contributors to come and collaborate for hacktoberfest!
16 stars 111 forks source link

Matrix Multiplication(Java) + Binary Search tree(C) #86

Closed Teodor1998 closed 6 years ago

Teodor1998 commented 7 years ago

What Changes does this PR introduce?

It has the Matrix Multiplication algorithm implemented in Java. it has the Binary Search Tree data structure and the functions implemented in C.

What issue have you fixed?

78 #46

If relevant, have you updated the README file?

No, I haven't.

Have you added your name to CONTRIBUTORS.md?

Yes, I did.

Have you added tests for your code?

I added a test in the main method for the java matrix multiplication, I added a test for the Binary search tree functions too. (from user input)

Any other information?

-