Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updating and adding Readme files for test files #98

Merged
merged 3 commits into from
Jan 10, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
73 changes: 71 additions & 2 deletions solutions/tests/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,72 @@
# Tests
# TESTS FILES README.md

This is where all the tests file documentation are found.
## 🌟**Welcome to the Python Playground** 🚀

Welcome to the **Tests HQ** where creativity meets problem-solving!
Here, you'll find an epic collection of Python-powered tests, tackling
coding challenges with finesse. Written by a diverse team of passionate coders,
this repository is the ultimate showcase of teamwork and innovation. Dive in,
explore, and let the problem-solving adventures begin! 💡
Tests

---

## 📝 **Table of Contents**

Every solution is a story. Here's what we have for you:

| 🔢 **#** | 🏷️ **File Name** | ✍️ **Author** | 🛠️ **Description**|
|----------|-----------------------------------|--------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------|
| 1 | [test_add_binary.py](./test_add_binary.py) | Abraham Anyak |Test Add and manipulate binary numbers like a pro. 💻 |
| 2 | [test_calculate_bmi.py](./test_calculate_bmi.py) | Cynthia-Wairimu |Test Calculate BMI and unlock the mysteries of weight categories! 💪 |
| 3 | [test_double_letter.py](./test_double_letter.py) | WuorBhang |Test Hunt down consecutive duplicate letters using recursion. 🔄 |
| 4 | [test_friend_or_foe.py](./test_friend_or_foe.py) | Cynthia-Wairimu |Test Find your true friends – filter out the foes! 🤝 |
| 5 | [test_is_even_number.py](./test_is_even_number.py) | Saeed Ali |Test Decide whether a number is even or odd with style. ⚖️ |
| 6 | [test_is_prime.py](./test_is_prime.py) | Ibrahim-Elmisbah | Test your number's prime-time status! 🌟 |
| 7 | [test_is_square.py](./test_is_square.py) | WuorBhang |Test Find out if a number is perfectly square. ⬛ |
| 8 | [test_is_unique.py](./test_is_unique.py) | Ava Abdullah |Test Check if a string is truly one of a Test. 🌟 |
| 9 | [test_length_of_longest_substring.py](./test_length_of_longest_substring.py) | SADAM HUSEN ALI |Test Solve the mystery of the longest substring without repeats. ✨ |
| 10 | [test_longest_palindromic_substring.py](./test_longest_palindromic_substring.py) | Nahom Tekle |Test Unravel the longest palindromic substring – magic guaranteed! ✨ |
| 11 | [Test_max_area.py](./tes_max_area.py) | SADAM HUSEN ALI |Test Determine the maximum area of water a container can hold. 🌊 |
| 12 | [test_most_frequent_character.py](./test_most_frequent_character.py) | Ava Abdullah |Test Identify the most frequent character in a string. 🔍 |
| 13 | [test_palindrome_checker.py](./test_palindrome_checker.py) | Hasan Zemzem | Spot palindromes – strings that read the same backward and forward. 🔄 |
| 14 | [test_pascal_triangle.py](./test_pascal_triangle.py) | Nahom Tekle |Test Generate Pascal's triangle – math never looked so cool! 🔺 |
| 15 | [test_review_date_calculator.py](./test_review_date_calculator.py) | Novel Yonas |Test Plan spaced repetition like a time management wizard! ⏳ |
| 16 | [test_specific_gravity_calculator.py](./test_specific_gravity_calculator.py) | Novel Yonas |Test CalculaTesthe specific gravity of substances – science meets simplicity! ⚗️ |
| 17 | [test_square_number.py](./test_square_number.py) | Saeed Ali |Test Square numbers like a math maestro. 🔢 |
| 18 | [test_sum.py](./test_sum.py) | Abraham Anyak |Test Compute the sum of two numbers effortlessly. ➕ |
| 19 | [test_sum_proper_divisors.py](./test_sum_proper_divisors.py) | Ibrahim-Elmisbah |Test Calculate the sum of proper divisors with mathematical finesse. ➗ |
| 20 | [Test_vowel_counter.py](./test_vowel_counter.py) | Hasan Zemzem |Test Count vowels like a linguistic genius! 🔤 |

---

## 🌟 **Why This Repository Rocks**

- 🐍 **Python Power:** Every test is written in Python – sleek, modern,
and powerful.
- 🌍 **Team Collaboration:** Crafted by talented group members from all
walks of life.
- 💡 **Diverse tests:** From binary operations to palindrome magic
there’s something for everyone.
- 📚 **Learning Opportunity:** Dig into the code and uncover
pro-level techniques and logic.

---

## 🤝 **Contributing**

Got ideas? Spotted bugs? Want to make it even cooler?
We welcome all contributions! Open a pull request or start a discussion
in the Issues section. Let’s make this repository even more amazing together!

---

## ⚖️ **License**

This repository is licensed under the MIT License.
Check out the [LICENSE](./LICENSE) file for details.

---

🎉 **Happy Coding!**
Stay curious, keep learning, and always aim for the stars! 🌌
Loading