Category: Hackerrank

07
Jan
2020

Hackerrank Staircase (C++)

C++ : Explanation: This is one of our favorites. Used to print stars (*) in school assignments previously, now we are printing hashtags (#). The loop for j is to take care of...

07
Jan
2020

Hackerrank Plus Minus (C++)

C++ : Explanation: pos is the number of positive integers in the vector, neg is the number of negative integers in the vector, and zero is the number of zeros in the vector....