An open API service indexing awesome lists of open source software.

https://github.com/heyyyyyyg/cs214-algorithm-complexity

Algorithm&Complexity course by Prof. Xiaofeng Gao in SJTU CS including slides, assignments and project of Group Tour-Recommendation
https://github.com/heyyyyyyg/cs214-algorithm-complexity

algorithm-complexity group-tour-recommendation sjtu

Last synced: 10 months ago
JSON representation

Algorithm&Complexity course by Prof. Xiaofeng Gao in SJTU CS including slides, assignments and project of Group Tour-Recommendation

Awesome Lists containing this project

README

          

# 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.