From 2cf4b1a4fb98c71cc0219b0675bd7557de57255f Mon Sep 17 00:00:00 2001 From: Linah Khayri Date: Thu, 9 Jan 2025 15:51:46 +0300 Subject: [PATCH 1/3] adding gifs to readmes --- solutions/README.md | 43 +++++++++++++++++++++---------- solutions/tests/README.md | 54 +++++++++++++++++++++++++-------------- 2 files changed, 64 insertions(+), 33 deletions(-) diff --git a/solutions/README.md b/solutions/README.md index 40b1b141d..fa7b4cc24 100644 --- a/solutions/README.md +++ b/solutions/README.md @@ -1,23 +1,38 @@ -# Solutions +# **Welcome to the Solutions Directory!** πŸ’‘ -Welcome to the **Solutions** directory of Group 24! This folder contains the implementations and solutions to the challenges or problems assigned to the group by its members. +![Descriptive Text](https://media0.giphy.com/media/v1.Y2lkPTc5MGI3NjExMmh4N3N4YW41eGp5bWtnNXZ1Z2Z2eHhmeDQyNXlreTlqemxpdGcybiZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/iIqmM5tTjmpOB9mpbn/giphy.webp) -## Directory Structure +Welcome to the **Solutions** directory of Group 24! This folder contains the implementations and solutions to the challenges and problems assigned to the group by its members. It’s where the magic happens! ✨ -- Each task or problem will have its own folder or file, clearly named for easy identification. -- Code solutions are typically written in python. +--- -## Contribution Guidelines +## **Directory Structure: Organized for Success** πŸ“‚ -1. Ensure your solution is optimized and well-documented. -2. Follow the coding standards outlined by the team. -3. Include comments in your code to explain key logic. -4. Test your solutions locally before submitting them. +- **Each task or problem** will have its own **folder or file**, clearly named for easy identification. +- Code solutions are **typically written in Python** 🐍, making them accessible and easy to maintain. -## Status +--- -- We continuously improve and refine our solutions. Please check for updates regularly! +## **Contribution Guidelines: Together, We Code!** πŸ’» -## Contact +To keep our codebase clean and efficient, follow these best practices: -For questions or suggestions regarding the solutions, reach out to the team members. +1. **Optimize and document** your solution for clarity and performance. +2. Follow the **coding standards** outlined by the team to ensure consistency. +3. **Include comments** in your code to explain key logic and reasoning. +4. **Test your solutions locally** before submitting them to ensure functionality. + +--- + +## **Status: Continuous Improvement** πŸ”„ + +- We are always looking for ways to **improve and refine** our solutions! +- Be sure to **check for updates regularly** to stay in sync with the latest changes. + +--- + +## **Contact: Let’s Collaborate!** πŸ“¬ + +If you have any questions or suggestions regarding the solutions, feel free to reach out to the team members. We’re all in this together! 🀝 + +![Descriptive Text](https://img1.picmix.com/output/stamp/normal/1/7/6/9/2289671_302fc.gif) diff --git a/solutions/tests/README.md b/solutions/tests/README.md index 1719d0e91..a05ddf9f7 100644 --- a/solutions/tests/README.md +++ b/solutions/tests/README.md @@ -1,38 +1,54 @@ -# Tests +# **Welcome to the Tests Directory!** πŸ§ͺ + +![Descriptive Text](https://y.yarn.co/9c5f98e5-9c1d-4746-82b3-f1ea594fb5b5_text.gif) This is the **Tests** directory of Group 24, dedicated to validating the solutions and ensuring the functionality and correctness of the implementations. -## Purpose +--- + +## **Purpose: The Quest for Perfection** 🎯 The tests are designed to: -1. Verify the correctness of solutions. -2. Ensure edge cases and special conditions are handled properly. -3. Maintain the reliability and robustness of the codebase. +1. **Verify the correctness** of solutions. +2. **Ensure edge cases and special conditions** are handled properly. +3. **Maintain the reliability and robustness** of the codebase. + +--- + +## **Directory Structure: Organized for Success** πŸ“‚ -## Directory Structure +- Each solution will have a corresponding **test file or folder**. +- Tests are **categorized** based on the problem/task they validate. πŸ“‘ -- Each solution will have a corresponding test file or folder. -- Tests are categorized based on the problem/task they validate. +--- -## Writing Tests +## **Writing Tests: The Art of Validation** 🎨 -- Use consistent naming conventions for test files +- Use **consistent naming conventions** for test files. - Follow the team's testing framework or tools (e.g., **PyTest**). -- Cover all edge cases, normal cases, and error cases. +- **Cover all edge cases, normal cases, and error cases**. 🌐 -## Running Tests +--- + +## **Running Tests: Watch Your Code Shine! 🌟** 1. Navigate to this directory in your terminal. -2. Use the designated command for the testing framework -3. Ensure all tests pass before pushing changes. +2. Use the designated command for the testing framework. +3. Ensure all tests **pass** before pushing changes. + +--- -## Contribution Guidelines +## **Contribution Guidelines: Together, We Rise** πŸ’ͺ -1. Write clear and concise test cases. -2. Ensure test cases are independent of each other. -3. Document the purpose of each test case in comments. +1. **Write clear and concise test cases**. +2. Ensure **test cases are independent** of each other. +3. **Document the purpose** of each test case in comments. πŸ’¬ -## Contact +--- + +## **Contact: Let’s Build, Improve, and Learn** πŸ“¬ If you encounter any issues with the tests or have suggestions for improvement, feel free to contact the team members or test maintainers. + +![Descriptive Text](https://img1.picmix.com/output/stamp/normal/1/7/6/9/2289671_302fc.gif) From 7bec521cd97f24ea675fc6b5a97f4cf53bc1fd62 Mon Sep 17 00:00:00 2001 From: Linah Khayri Date: Thu, 9 Jan 2025 18:03:04 +0300 Subject: [PATCH 2/3] adjusting sparks gif appearance --- solutions/README.md | 5 ++++- solutions/tests/README.md | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/solutions/README.md b/solutions/README.md index fa7b4cc24..168374aaa 100644 --- a/solutions/README.md +++ b/solutions/README.md @@ -35,4 +35,7 @@ To keep our codebase clean and efficient, follow these best practices: If you have any questions or suggestions regarding the solutions, feel free to reach out to the team members. We’re all in this together! 🀝 -![Descriptive Text](https://img1.picmix.com/output/stamp/normal/1/7/6/9/2289671_302fc.gif) + +sparks diff --git a/solutions/tests/README.md b/solutions/tests/README.md index a05ddf9f7..47ec54346 100644 --- a/solutions/tests/README.md +++ b/solutions/tests/README.md @@ -51,4 +51,7 @@ The tests are designed to: If you encounter any issues with the tests or have suggestions for improvement, feel free to contact the team members or test maintainers. -![Descriptive Text](https://img1.picmix.com/output/stamp/normal/1/7/6/9/2289671_302fc.gif) + +sparks From 5ebe9df03e5314991ef00bd9bbeb7496b010e219 Mon Sep 17 00:00:00 2001 From: Linah Khayri Date: Thu, 9 Jan 2025 18:07:16 +0300 Subject: [PATCH 3/3] a new adjustment --- solutions/README.md | 5 +++-- solutions/tests/README.md | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/solutions/README.md b/solutions/README.md index 168374aaa..64aa25532 100644 --- a/solutions/README.md +++ b/solutions/README.md @@ -36,6 +36,7 @@ To keep our codebase clean and efficient, follow these best practices: If you have any questions or suggestions regarding the solutions, feel free to reach out to the team members. We’re all in this together! 🀝 -sparks + +sparks diff --git a/solutions/tests/README.md b/solutions/tests/README.md index 47ec54346..68944bccb 100644 --- a/solutions/tests/README.md +++ b/solutions/tests/README.md @@ -52,6 +52,6 @@ The tests are designed to: If you encounter any issues with the tests or have suggestions for improvement, feel free to contact the team members or test maintainers. -sparks +sparks