Skip to content
#

programming-puzzles

Here are 50 public repositories matching this topic...

The given code is an implementation of a word search puzzle solver in C++. It takes a 10x10 grid of characters as input and allows the user to enter a word to search for. The program then searches for the word in the grid, and if found, it prints the row and column

  • Updated Dec 3, 2023
  • C++

Improve this page

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

Learn more