Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
Enable Ruby 3.0 & Use rspec-expectations' match_array for array comparison regardless of order.
You should remove the whole
Cheat check
it block altogether.Users trying to use such exploit will be punished anyways.
Actual test - Fixed tests
The assertions are all repeated twice, should keep 1 only
Approved.
Checked for approximate equality, for float comparison.
Used new test framework (RSpec).
Check for approximate equality for float comparison.
JS
Fixed the tests to check for approximate equality instead.
Your solution now works consistently.
Used new test framework (
chai
for assertion).Check for approximate equality instead of strict equality.
Added assertion messsage.
Used new test framework (
chai
for assertion).Check for approximate equality instead of strict equality.
Added assertion messsage in submission test.
Fixed in this fork
Since we are changing the description, we might as well fix the typos 🙃 :
You have to construct 5X5 matrix with the letters of string and remaining alphabets written in this matrix (with only first
occurenceoccurrence)Now you have to insert space characters in the ciphered string so that they are matching
theretheir original position in the input string.Fixed in this fork
Enabled Ruby 3.0 & used new test framework.
Simplified the tests.
Used new test framework (
chai
for assertion).Un-myjinxin-ed the tests by removing unused codes.
Approved.
Loading more items...