You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Code is not handling the sentences correctly, it should give the same output same as for the default case of "No hate speech" but it showing a wrong Output.
This is happening because the code is made to count multiple of 7 including blank spaces and not individual words.
Adding a feature to handle a sentence with max 7 words in it. By calculating length of each word in the sentence and dynamically arranging the "+ , -" operator to calculate if any how the solution can be equal to 7 or not.
To Reproduce
Steps to reproduce the behavior:
Go to 'Search Input and type any sentence having blank spaces'
See error
Expected behavior
The code should count for 7 or multiple of 7 for a single word but it is doing same for sentence input, handling the Behavior of sentence is important.
**Additional Addition **
Adding a feature to handle a sentence with max 7 words in it. By calculating length of each word in the sentence and dynamically arranging the "+ , -" operator to calculate if any how the solution can be equal to 7 or not.
The text was updated successfully, but these errors were encountered:
Hey @subh05sus , the project is not only about bug removal but also about the feature addition of handling sentences formed by 7 words. The 7 letter sentence itself has #"128 cases" to handle the operators and check for the end result by explicitly checking every time. So can you please consider it in the medium level tag.
Describe the bug & addition of feature
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The code should count for 7 or multiple of 7 for a single word but it is doing same for sentence input, handling the Behavior of sentence is important.
**Additional Addition **
Adding a feature to handle a sentence with max 7 words in it. By calculating length of each word in the sentence and dynamically arranging the "+ , -" operator to calculate if any how the solution can be equal to 7 or not.
The text was updated successfully, but these errors were encountered: