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: 16 days ago
JSON representation

SJTU SE106 course project

Lists

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.