/Lumberjack

Course Project of CS2x1 Data Structures and Algorithms (Autumn 2021)

Primary LanguageC++

Lumberjack: Course Project for Data Structures and Algorithms (CS2x1) @ IIT Dharwad

  • You can find the detailed problem statement here.
  • Our main methods focus on Domino Effect and Profit/Time ratio, and we take an overall-greedy (although a bit optimized) approach.
  • A theoretical analysis of our algorithm has been included in the project report.