cpsc310 IInsightFacade
* This is the primary high-level API for the project. In this folder there should be: * A class called InsightFacade, this should be in a file called InsightFacade.ts. * You should not change this interface at all or the test suite will not work. export enum InsightDatasetKind { Sections = “sections”, Rooms = “rooms”, […]
cpsc310 IInsightFacade Read More »