A command line tool for merging multiple Go source files into a single file for use in coding competitions like Codingame.com
-
Updated
Dec 7, 2023 - Go
A command line tool for merging multiple Go source files into a single file for use in coding competitions like Codingame.com
infosec ctfs, coding puzzles and other contests
A collection of algorithms and data structures designed for solving programming puzzles
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
Add a description, image, and links to the coding-puzzles topic page so that developers can more easily learn about it.
To associate your repository with the coding-puzzles topic, visit your repo's landing page and select "manage topics."