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: 7 months 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 (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-14T17:04:29.000Z (almost 8 years ago)
- Last Synced: 2025-03-17T09:54:26.703Z (7 months ago)
- Topics: c, skiplist
- Language: C
- Size: 4.88 KB
- Stars: 0
- Watchers: 0
- 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