A New Language , A New Beginning.

Yesterday 14 April 2020…I Started Learning A New Programming Language GO. GO also called GoLang is a good competitor to Python .. It is said that Languages like C++ and JAVA are really fast and efficient BUT hard to maintain, on the other hand Python is Easy to maintain but really slow and inefficent. ButContinue reading “A New Language , A New Beginning.”

HOW TO SOLVE THE CUBE

Step 1: How to solve the white edge pieces in the first layer The easiest step is solving the first layer edges of the Rubik’s Cube. Choose one color you want to start with. In this beginner’s tutorial we’re going to start with the white face. I suggest you try to solve the first face without reading theseContinue reading “HOW TO SOLVE THE CUBE”

Queue Data Structure(QDS)

Definition – QDS is a linear data structure which operates in a FIFO(First In First Out) or vise-versa LILO Above is an image of QDS in memory.. Now we will discuss some operations… STANDARD QUEUE OPERATIONS enqueue(); dequeue(); isFull(); isEmpty(); count(); These were some operations if your reading this most probably you understand it…Now IContinue reading “Queue Data Structure(QDS)”

Stack Data Structure

I was recently studying about data stuctures and algorithms in c++ in depth and then I learned to make simple stack data structure code to store 5 elements..I will giving the code in the end…Feel free to edit it..It is open source Stack Data Structure aka SDS: Is is linear Data sturcture(DS: Data organization, managementContinue reading “Stack Data Structure”

Design a site like this with WordPress.com
Get started