Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tcbbd/SE106Project

SJTU SE106 course project
https://github.com/tcbbd/SE106Project

Last synced: about 2 months ago
JSON representation

SJTU SE106 course project

Awesome Lists containing this project

README

        

# SE106Project
SJTU SE106 data structure course project

A 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.