Skip to content
#

dynamic-memory-management

Here are 24 public repositories matching this topic...

This C++ project implements a student management system using dynamic linked list data structures for the UCCD1024 Data Structures and Algorithmic Problem Solving course. The application manages complex records by nesting Student, Exam, and Subject structs to track personal information, trimester results, and individual subject marks.

  • Updated Apr 7, 2026
  • C++

A complete zipper and unzipped of files using HUFFMAN encoding! This Project also allows the user to select the number of threads! This Project effectively uses the required amount of dynamic memory and frees the threads and the memory after its completions! Hence, minimizing memory leaks and making it ThreadSafe!

  • Updated Aug 6, 2023
  • C

The Address Book Project is a console-based C application for managing contacts (names, phones, emails). It supports add/delete/update/search operations using core C concepts like file handling, input parsing, and standard I/O. Designed as a foundational project, it avoids advanced data structures, focusing on fundamental programming techniques.

  • Updated Jun 18, 2025
  • C

Improve this page

Add a description, image, and links to the dynamic-memory-management topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the dynamic-memory-management topic, visit your repo's landing page and select "manage topics."

Learn more