
Developed a data-structures module for the Computer-and-Information-Science/CISC125FALL24MID01 repository, focusing on implementing Stack and Queue using linked lists in C++. The module features a menu-driven console interface that allows users to perform push, pop, peek, and display operations on both data structures. Emphasizing object-oriented programming principles, the implementation includes destructors to ensure proper memory management and prevent leaks. Designed for classroom use, the module provides a reusable and maintainable teaching component that supports hands-on learning. The work lays a foundation for future enhancements and demonstrates attention to interface clarity, memory safety, and scalable educational deployment.
In December 2024, delivered a new data-structures module for the Computer-and-Information-Science/CISC125FALL24MID01 repo, implementing Stack and Queue using linked lists with a menu-driven interface. The module supports push, pop, peek, and display operations for both structures and includes destructors to clean up memory. This work enhances hands-on learning for the course, provides a reusable teaching component, and emphasizes memory safety, interface clarity, and maintainability. The delivery lays a solid foundation for future extensions and scalable classroom usage.
In December 2024, delivered a new data-structures module for the Computer-and-Information-Science/CISC125FALL24MID01 repo, implementing Stack and Queue using linked lists with a menu-driven interface. The module supports push, pop, peek, and display operations for both structures and includes destructors to clean up memory. This work enhances hands-on learning for the course, provides a reusable teaching component, and emphasizes memory safety, interface clarity, and maintainability. The delivery lays a solid foundation for future extensions and scalable classroom usage.

Overview of all repositories you've contributed to across your timeline