From 7cc575c974c6b3accb37b43f4fab89575b03dbf5 Mon Sep 17 00:00:00 2001 From: "Charles-A. Francisco" Date: Wed, 5 Feb 2025 14:49:14 -0800 Subject: [PATCH] FIX logo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cd92b94..ccc67cd 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Solutions to CodinGame Puzzles

- +

The "Solutions to CodinGame Puzzles" project is a collection of answers to coding problems from CodinGame. CodinGame is a website where people can practice coding by solving puzzles. In this project, people have written solutions to these puzzles using languages like Python, C++, and Java. Each solution is saved in a file named after the puzzle it solves. The puzzles range from easy to hard and cover different coding topics like variables, conditions, and arrays. The goal of the project is to help developers get better at problem-solving and learn different ways of coding. It also includes explanations to help people understand the solutions better.