Welcome to The Shining Stars! 👋
A group brought together by our shared passion for coding, creativity, and collaboration. 🌈
We embrace challenges as opportunities to learn, grow, and innovate. Our goal is to not just complete tasks but to cultivate a sense of community where every member feels inspired to contribute their unique strengths.
By working together, we aim to build solutions that are both impactful and meaningful. Whether tackling complex problems or brainstorming new ideas, we foster an environment of mutual support and continuous improvement. 🤝
Every line of code we write reflects our commitment to excellence and our belief in the power of teamwork. 💪
At The Shining Stars, we don't just code — we create, we connect, and we shine brighter with every step forward. 💫
Let's keep growing, learning, and making a difference together! 🚀
Don't forget: Together, we shine brighter. ✨
Our solutions directory contains the challenges we are solving as a team. Below is a list of the current solutions available:
Challenge | Description |
---|---|
factorial.py |
Determine the factorial of a given non-negative integer. |
adding_two_integers.py |
Return the sum of the two integers. |
is_number_even.py |
Determine whether an integer number is even. |
is_palindrome.py |
Check if a given integer is a palindrome. |
is_power_of_two.py |
Determine if a number is a power of two. |
is_prime.py |
Check if a number is prime. |
longest_substring.py |
Find the length of the longest substring without repeating characters. |
max_profit.py |
Calculate the maximum profit from buying and selling a stock. |
single_number.py |
Given a non-empty array of integers, find the single element. |
subtract_two_numbers.py |
Return the difference between two numbers. |
Each solution is accompanied by test cases in the
solutions/tests
folder.
The collaboration
directory includes our group work
guides, retrospectives, and communication guidelines.
Files include:
README.md
– Overview of the collaboration processcommunication.md
– Guidelines for team communicationconstraints.md
– Technical and project constraintslearning_goals.md
– Shared learning goalsretrospective.md
– Retrospective reports to improve collaboration