Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/KuangjuX-Archived/Algorithm-Lab
https://github.com/KuangjuX-Archived/Algorithm-Lab
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/KuangjuX-Archived/Algorithm-Lab
- Owner: KuangjuX-Archived
- License: mit
- Archived: true
- Created: 2020-11-29T09:49:31.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2020-12-22T01:54:15.000Z (almost 4 years ago)
- Last Synced: 2024-10-26T19:27:39.966Z (8 days ago)
- Language: C++
- Size: 93.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Algorithm-Lab
## Introduction
This project is a simple implementation about algorithm created by Chao Xu, in which the problem of subset can be solved in $O(\sqrt{n}t)$. In this project, we implement the algorithm in C++ and support some test cases. We use this program as a major assignment for algorithm design and analysis of TJU.
## Config
```
g++
mingw32-make.exe
```## Usage
In this project, we provide a makefile to help you to run this program easily.
First, you need clone this project in your computer.
```
git clone [email protected]:KuangjuX/Algorithm-Lab.git Subset
cd Subset/src
```Now you are in the folder of source code. You can compile and run by executing the following commands in your terminal:
```
mingw32-make
mingw32-make run
```## Author
- [KuangjuX](https://github.com/KuangjuX)
- [Hasuer](https://github.com/Hasuer)
- [Feng-Jay](https://github.com/Feng-Jay)
- [v25bh145](https://github.com/v25bh145)