Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/letmutx/students-db
Holds student records in memory, performs CRUD and search
https://github.com/letmutx/students-db
c skiplist
Last synced: 20 days ago
JSON representation
Holds student records in memory, performs CRUD and search
- Host: GitHub
- URL: https://github.com/letmutx/students-db
- Owner: letmutx
- Created: 2017-12-14T16:53:44.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-14T17:04:29.000Z (about 7 years ago)
- Last Synced: 2024-12-12T04:42:37.076Z (22 days ago)
- Topics: c, skiplist
- Language: C
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# students-db
Holds student records in memory, performs CRUD and search* Loads a bunch of student records from file
* Constructs a skiplist in memory
* You can create, read, update and delete(delete marks a record as deleted, actually) records
* You can search based on all fields too