Skip to content
#

dynamic-memory-allocation

Here are 149 public repositories matching this topic...

This repository contains a C++ implementation of a maze solver using backtracking. The program takes a square matrix as input, where `0` represents closed blocks and `1` represents open blocks. The objective is to find a path from the top-left corner to the bottom-right corner of the maze, moving only through the open blocks.

  • Updated Apr 25, 2024
  • C++

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

Improve this page

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

Learn more