Library Management System | C/C++
· Built a console-based library management system using singly linked lists to manage dynamics records.
· Implemented core functionalities: add, display, search (by title/ID), issue/return books (with status), and delete records.
· Leveraged dynamic memory allocation and pointer-based data structures for efficient traversal and modification without array limitations.
Strengthened understanding of memory management and modular programming through clean, reusable code