What is an Algorithm? why should we use it? Do you wanna know? Ok, let's get a deep knowledge of Algorithm.
Rafi sorting taka using counting sort
Do you wanna know how to sort taka? Ok then let's do that.
Bubble Sort Algorithm
Do you ever think how the sorting option of our mobile or computer works? Interesting thing, right? Let’s Dig in. There are many sorting algorithms. In this series, we will learn few of these. At the beginning of our journey of learning sorting algorithm, we will learn the very basic sorting algorithm, named Bubble... Continue Reading →
Swap everything whatever you want
Do you love to swap anything? Then let's do it. Swap everything whatever you have.
Impress your teacher with Binary Search
Are you trying to impress your teacher!? Then why are you waiting for!? Let's do that.
Data Structure…(Array part – 1)
Array Rotations Program for array rotation An array is an aggregate data structure to store a group of objects of the same or different types.Array can hold primitive as well as references. The array is the most efficient data structure for sorting and accessing a sequence of objects. In this lesson we will rotate an... Continue Reading →
Programming Begins….Battle ship game.
I have tried to make a simple game using c++.The name of my game is Battleship game. In this game there is an ocean field which is a square 10 X 10 grid.One of the co-ordiante of the grid is number from 1-10.This program randomly place 10 ship in different location.Multiple ship cannot be placed... Continue Reading →
Take a treat from a friend using “Linear search”
To know The way of getting a treat click on it.
Code a program
To code boldly read the whole blog carefully and try to apply them.