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
- Host: GitHub
- URL: https://github.com/heyyyyyyg/cs214-algorithm-complexity
- Owner: HeyyyyyyG
- License: gpl-3.0
- Created: 2019-07-07T08:44:10.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-07-09T02:24:33.000Z (over 6 years ago)
- Last Synced: 2025-01-22T00:44:08.398Z (12 months ago)
- Topics: algorithm-complexity, group-tour-recommendation, sjtu
- Language: C++
- Homepage:
- Size: 45 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.