coding-ninjas-data-structure icon indicating copy to clipboard operation
coding-ninjas-data-structure copied to clipboard

This repo contains solutions to problems of coding ninjas data structures in c++

Results 1 coding-ninjas-data-structure issues
Sort by recently updated
recently updated
newest added

IN the question "find all the pair with difference k". in the (k!=0) case in for loop when if condition is written there should be m[input[i]]--; also