We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
- Prepare
- Java
- Strings
- Java String Tokens
- Discussions
Java String Tokens
Java String Tokens
Sort by
recency
|
1788 Discussions
|
Please Login in order to post a comment
Issue encountered on some test case Tried inputing test using test cases and have expected output
}
This is a classic string manipulation and tokenization challenge, often seen in programming exercises like those on HackerRank. New Play Exchange Login
import java.io.; import java.util.; import java.util.regex.*; public class Solution {
}
Test number 3,6,7,10 are being failed despite giving expected output in individual tests. Used java 8 and 15. Doesn't make any different
The test cases 3,6,7 and 10 fail when submitted but when run individually they pass. This is a buggy issue.