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

panic-coursework/fakestore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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