https://github.com/brucezoom/cs222-algorithm-code
This is the code repository for the homework and exam
https://github.com/brucezoom/cs222-algorithm-code
algorithm coursework cpp
Last synced: 2 months ago
JSON representation
This is the code repository for the homework and exam
- Host: GitHub
- URL: https://github.com/brucezoom/cs222-algorithm-code
- Owner: BruceZoom
- Created: 2019-09-30T15:12:49.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-10-29T07:47:30.000Z (over 5 years ago)
- Last Synced: 2025-02-02T15:33:38.798Z (4 months ago)
- Topics: algorithm, coursework, cpp
- Language: C++
- Size: 13.7 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CS222-Algorithm-Code
This is the code repository for the homework and exam.## Homework
It feels not interesting enough to only design algorithms on paper for problem in homework, so I decided to implement those algorithm in code, which is the main reason for the existance of this repository.Besides, there are many challenging aspects and potential improvements we might ignore when writing algorithms on paper, which can be dealt with when we are really implementing it.
## Better Solution
I try to implement each algorithm with the highest efficiency while keeping them readable as I can. __If you have better solution or spot some problem in my implementation, you are welcomed to set up an issue to help me improve it.__## Test Cases
Currently, the inputs and outputs for the program is accomplished through .in and .out files. Due to the limited power of my human brain, I only included 1 or 2 simple test cases for each problem. __You may help improve the test cases by starting a pull request. The format of inputs and outputs for each problem is describe in the project wiki.__