All Posts

Page 19 of 25

Heap Sort Algorithm
coding-interview

Heap Sort Algorithm

This is another very useful sorting algorithm…

Index for Coding Problems
coding-interview

Index for Coding Problems

Sorting Problems Merge Sort Quick Sort Heap Sort…

What is Heap Data Structure
coding-interview

What is Heap Data Structure

Its a tree based data structure which is a…

Principles of Software Designing
software-design

Principles of Software Designing

It is very easy to build a software or app. But…

Python 3 - Magical Methods and Tricks with extremely useful methods
python

Python 3 - Magical Methods and Tricks with extremely useful methods

This post will show some really awesome tricks in…

Git shortcuts - Helpful shortcuts for git users
git

Git shortcuts - Helpful shortcuts for git users

Github is an awesome place of storing your code…

How to nail your Coding Interview
coding-interview

How to nail your Coding Interview

Here are some tips while giving your coding…

Maximum Subarray Problem
coding-interview

Maximum Subarray Problem

Problem Statement You are given an array of…

Quick Sort Algorithm
coding-interview

Quick Sort Algorithm

This algorithm is very useful for large input. And…

Counting Inversions Coding Problem
coding-interview

Counting Inversions Coding Problem

** Inversion There is an array(a) and two indexes…

Merge Sort Algorithm
coding-interview

Merge Sort Algorithm

This algorithm is very efficient one, and is…

Bubble Sort Algorithm
coding-interview

Bubble Sort Algorithm

This is kind of preliminary technique of sorting…