
In December 2024, Het Sheth 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 structures. Het emphasized memory safety by incorporating destructors for proper cleanup, ensuring the module is robust and leak-free. The work demonstrates a solid grasp of object-oriented programming and data structure fundamentals, resulting in a reusable teaching component that supports hands-on learning and provides a maintainable foundation for future classroom enhancements.

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