Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kidneyweakx/nsysu-cpp-hw
NSYSU DataStructure & OS Project
https://github.com/kidneyweakx/nsysu-cpp-hw
Last synced: about 1 month ago
JSON representation
NSYSU DataStructure & OS Project
- Host: GitHub
- URL: https://github.com/kidneyweakx/nsysu-cpp-hw
- Owner: kidneyweakx
- Created: 2019-05-18T08:43:24.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-23T17:28:05.000Z (over 4 years ago)
- Last Synced: 2024-10-14T06:36:19.410Z (3 months ago)
- Language: C++
- Homepage:
- Size: 698 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NSYSU 課堂作業
### 資料結構專案 (Data Structure)
*written in c compiler -> devC++*1. [黑白棋Reversi](./Reversi)
2. [殭屍追殺Game](./WalkingDeadSurvival)
### 作業系統專案 (OS)
1. compare pthread/ winapi / std::thread[thread in windows](./threadtest)
2. Sorting algo
[OpenGL Visualization Sorting](./gui_sort)