This comment is hidden because it contains spoiler information about the solution
If someone want a link to the documentation about full text search and @@ operator: https://www.postgresql.org/docs/current/textsearch-intro.html#TEXTSEARCH-MATCHING
you can replace the u64 at the start of the line by u32 and remove the as u32 at the end
u64
u32
as u32
This solution is the reason why CodeWars is so awesome.
You try to solve the kata by yourself and after you can see there is a very simple and straightforward way to achieve the same problem. And bonus, the solution is way faster
Thank you
Thank you very much for this kata. I learned a lot of things by trying to resolve it
I love the way your code is organized. It is easy to read and understand
Loading collection data...
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
If someone want a link to the documentation about full text search and @@ operator: https://www.postgresql.org/docs/current/textsearch-intro.html#TEXTSEARCH-MATCHING
you can replace the
u64
at the start of the line byu32
and remove theas u32
at the endThis comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
This solution is the reason why CodeWars is so awesome.
You try to solve the kata by yourself and after you can see there is a very simple and straightforward way to achieve the same problem. And bonus, the solution is way faster
Thank you
This comment is hidden because it contains spoiler information about the solution
Thank you very much for this kata. I learned a lot of things by trying to resolve it
This comment is hidden because it contains spoiler information about the solution
I love the way your code is organized. It is easy to read and understand
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
Loading more items...