Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tcbbd/SE106Project
SJTU SE106 course project
https://github.com/tcbbd/SE106Project
Last synced: 8 days ago
JSON representation
SJTU SE106 course project
- Host: GitHub
- URL: https://github.com/tcbbd/SE106Project
- Owner: tcbbd
- Created: 2015-06-23T17:56:53.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-06-23T18:07:37.000Z (over 9 years ago)
- Last Synced: 2024-10-27T13:10:49.772Z (20 days ago)
- Language: C++
- Size: 3.43 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-se - tcbbd-2012-project
README
# SE106Project
SJTU SE106 data structure course projectA weibo like Windows console application imitating social network apps using B-tree,
cross-linklist and binary heap as database data structure. It uses Windows API to explicitly
control the cursor and characters so that the terminal UI would be more similar to the web UI.