// the find
amanksingh0704-afk/Pharmacy-Management-System
An advanced inventory management system for a pharmacy, utilizing Trees B in C, that not only tracks medications but also integrates various features like supplier management, sales tracking, automatic stock replenishment alerts.
A pharmacy inventory management system written in C, using a B-tree for medication records. It's a solo student project — one source file, 1 star, no contributors — not a production tool.
- Uses B-trees for the core data structure, which is a legitimate choice for disk-friendly sorted lookup on a large medication catalog.
- The feature scope described (supplier management, sales tracking, reorder alerts) suggests the author thought about the real domain, not just a toy CRUD loop.
- The entire codebase is a single .c file with no build system, no tests, and no documentation beyond a one-sentence README — this is a homework submission, not a usable tool.
- No persistence layer mentioned; a pharmacy system that loses data on exit is not a pharmacy system.
- No evidence the described features (supplier management, sales tracking, alerts) are actually implemented — the README is just the assignment description.
- 1 star, 0 forks, no releases, last touched May 2026 — dead on arrival and unlikely to be maintained.