Author & Owner: Rajat Roy Last Updated: 2023-09-25
Assignment 1 - For a given matrix, Mat[NxN], write a program to find
a) The rank of the matrix
b) The highest eigenvalue of the matrix
c) The determinant of the matrix
d) The transpose of the matrix
Assignment 1 - 2023-09-01 - Design a system using the tree data-structure to implement a set. Also design two functions for union and intersection of two sets.
Assignment 2 - 2023-09-22 - Design an algorithm and then write a program to find the nearest and farthest points for a given N number of 2D points.