Skip to content

Blog

Members Public

Convert Decimal Numbers to Binary Numbers

We use the modulo and division method, and we calculate the binary representation of a decimal number. Let’s represent the binary by considering the remainder column from bottom to top.

Members Public

Count the Number of Digits in an Integer

This is an example problem for counting digits in an integer. Solving this problem helps you find the place values and how they are represented in the decimal number system. Let’s see some approaches we can take to solve this algorithmic problem. Approach

Members Public

What are Bitwise Operators?

This article will help you understand Bitwise operators and how to use them by giving practical examples.

Members Public

Binary Number System and Its Representation

In mathematics and digital electronics, a binary number is expressed in the base-2 number system, using only two symbols: "0" and "1". Another number system that became famous after the decimal is the binary number system, which has only two digits, 0 and 1.

Members Public

What is Decimal Number System?

Long ago, humans created a number system that has precisely ten digits. This number system is called the Decimal Number System, and the digits in this number system are 0, 1, 2, 3, 4, 5, 6, 7, 8, 9.

Members Public

Introduction to Number Systems

A number system is a writing system where digits and symbols are used in a consistent manner to represent values. The exact sequence of symbols may represent different numbers in different number systems.

Members Public

What is Bit Manipulation?

Bit manipulation is algorithmically manipulating bits or other pieces of data shorter than a word. Bit manipulation is something that has constant time complexity.

Members Public

About Me (@me)

1. Twitter - @ggorantala 2. GitHub – @ggorantala 3. DEV – @ggorantala 4. LinkedIn – @ggorantala

About Me (@me)
Members Public

Introduction to SOLID Design Principles

SOLID is an acronym for the first five Object-Oriented design (OOD) principles by Robert C. Martin.

Members Public

What is Java?

Java is both a programming language and a platform. Java's WRITE ONCE and RUN ANYWHERE is just too strong. Java is sleeker, faster, and much more powerful today.

What is Java?