From 289a3ac67edd8354ced44b24123da2d6c315b277 Mon Sep 17 00:00:00 2001 From: codetesla Date: Mon, 11 Nov 2024 09:17:15 +0100 Subject: [PATCH] Added new project files. --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index f67f0d0..63a5224 100644 --- a/readme.md +++ b/readme.md @@ -13,7 +13,7 @@ This repository contains a collection of coding questions along with their solut We use the most **performant algorithms** to ensure that solutions are optimized for speed and efficiency. #### Code Example Files -You can find the complete implementations in the `solutions` folder of the repository. Please check there for the full code examples in both **PHP** and **Python**. +You can find the complete implementations of the questions and their solutions in the `solutions` folder of the repository. The folder contains separate directories for **PHP** and **Python**, each with fully documented code examples that follow best practices for clean, efficient coding. ## Table of Contents - [Overview](#overview)