Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Galaxies99/CS214-Project
The project of CS214: Alogrithm and Complexity in SJTU
https://github.com/Galaxies99/CS214-Project
sjtu-courses
Last synced: 2 months ago
JSON representation
The project of CS214: Alogrithm and Complexity in SJTU
- Host: GitHub
- URL: https://github.com/Galaxies99/CS214-Project
- Owner: Galaxies99
- License: mit
- Created: 2020-06-06T07:30:40.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-06-30T10:00:47.000Z (over 4 years ago)
- Last Synced: 2024-08-01T19:46:15.161Z (6 months ago)
- Topics: sjtu-courses
- Language: Python
- Homepage:
- Size: 19.4 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-cs - @Galaxies99 @KoalaYan @DicardoX, 2020 Spring
README
# CS214 Algorithm and Complexity Group Project
Related report: **GDP: Greedy-based Dynamic Programming Algorithm - An effective solution to ODRP Problems**; The report is "Report.pdf" in this repository.Author: [Hongjie Fang](https://github.com/Galaxies99), [Peishen Yan](https://github.com/KoalaYan), [Chunyu Xue](https://github.com/DicardoX).
**How to run the codes?**
- You may need to [download](https://phantomjs.org/download.html) `PhantomJS` if you want to execute `hotel_scratch.py`, and be sure to put it in the `ext` folder outside the code directory;
- You may need to change the data path in some codes;
- You may need to add an `data` folder to put some data in it;
- You may need to register a Baidu account to use [Baidu Map Open Platform](http://lbsyun.baidu.com/) in the code.Last Update on June 21st. All rights reserved.