Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 308 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 308 Bytes

Total Cloud Assignment

Steps to setup project

Run npm i from root of the project.

Generate class wise time-table

Run npm start 1

Generate Teacher wise time-table(when no teacher is idle)

Run npm start 2

Calculate minimum teacher require for co-teaching

Run npm start 3