Skip to content
This repository has been archived by the owner on Apr 25, 2022. It is now read-only.

Latest commit

 

History

History
48 lines (31 loc) · 1.88 KB

README.md

File metadata and controls

48 lines (31 loc) · 1.88 KB

ACM Fakestore

CS1953 Lab at ACM class of SJTU.

Status

1412. 文件存储结构测试(for bookstore): accepted (hack ver. via mmap())
1075. Bookstore: accepted (JavaScript ver.)
1411. Bookstore (InnerTestCase): accepted (JavaScript ver.)

Bonuses:

  • Task 1. prettified report (1 pt)
  • Task 18. B+ tree (10 pts)

Quick links

Instructions: https://github.com/ACM-Programming-2021/Bookstore-2021/

Design docs: https://github.com/Alan-Liang/acm-fakestore/blob/master/docs/design.md

Outgoing design docs: https://github.com/Alan-Liang/acm-fakestore/blob/master/docs/out.md

Libakcpp: https://github.com/AnotherKit/libakcpp

Code Style

See Alan Liang's C++ Style Guide.

License

ACM Fakestore - CS1953 Lab Copyright (C) 2021 Alan Liang

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/.