Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 569 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 569 Bytes

CS214-Algorithm-Complexity

Algorithm&Complexity course in SJTU including slide, assignments and project of Group Tour-Recommendation

  • Group Tour Recommendation:

    We conduct 3 algorithms including Enumeration, Greedy search, and Best-First Algorithm to solve the Group-Tour-Recommendation problem. Paper,dataset, and simulation code are provided.

  • Slides:

    There are 19 slides as well as 2 tutorials for learning typical algorithms and complexity analysis.

  • Labs:

    These are some assignments of the course and best solutions provided by students.