Skip to content
#

dynamicmemorymanagement

Here are 15 public repositories matching this topic...

This is a simple console-based game that runs on the command prompt. The game is played by two players who take turns to mark X or O on a grid (grid size can change to players). The player who gets same marks in a row, column, or diagonal wins the game. This game was created as a learning project for a programming assignment.

  • Updated Jan 21, 2024
  • C

This repository contains a comprehensive collection of C programming practice questions that I have solved while preparing for my C Programming examination. The programs cover concepts ranging from basic syntax to advanced topics such as structures, unions, dynamic memory allocation, file handling, and pointers.

  • Updated Jan 4, 2026
  • C

Here I'm posting few C++ projects which are done based on backtracking, OOP, pointers etc. These projects were done mainly focusing on solving assignment questions of Professor Jerry Waxman's CSCI-211 - Object Oriented Programming in C++ course at CUNY QC. Posting Dr. Waxman's questions, my codes & report for those assignments & their algorithms

  • Updated Jun 5, 2024
  • C++

Improve this page

Add a description, image, and links to the dynamicmemorymanagement 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 dynamicmemorymanagement topic, visit your repo's landing page and select "manage topics."

Learn more