Latest Posts

Latest Posts

Java Output Formatting - Hacker Rank Solution

Java Output Formatting - Hacker Rank Solution Problem Java's System.out.printf function can be used to print formatted output. T...

CodeWorld19 11 May, 2020 2

Digit Frequency in C - Hacker Rank Solution

Digit Frequency in C - Hacker Rank Solution Problem  Given a string, S , consisting of alphabets and digits, find the frequency...

CodeWorld19 9 May, 2020 6

Printing Tokens in C - Hacker Rank Solution

Printing Tokens in C - Hacker Rank Solution Problem Given a sentence, S , print each word of the sentence in a new line. In...

CodeWorld19 7 May, 2020 1

Array Reversal in C - Hacker Rank Solution

Array Reversal in C - Hacker Rank Solution Problem Given an array, of size n , reverse it. Example: If array, arr = [1,2,3,4,5],...

CodeWorld19 6 May, 2020 4

Bitwise Operators in C - Hacker Rank Solution

Bitwise Operators in C - Hacker Rank Solution Problem Objective   This challenge will let you learn about bitwise operators...

CodeWorld19 5 May, 2020 4

Variable Sized Arrays in C++ - Hacker Rank Solution

Variable Sized Arrays in C++ - Hacker Rank Solution Problem Consider an n-element array, a , where each index i in the ar...

CodeWorld19 4 May, 2020 2

Strings in C++ - Hacker Rank Solution

Problem C++ provides a nice alternative data type to manipulate strings, and the data type is conveniently called string. Some of...

CodeWorld19 2 May, 2020 1

For Loop in C++ - Hacker Rank Solution

Problem Objectives A for loop is a programming language statement which allows code to be repeatedly executed. The syntax f...

CodeWorld19 2 May, 2020