Blogs on Computer Science

Understand and Relearn the Science

Sunday, August 16, 2020

Graph Representations & Graph Traversals

›
Graphs have two primary components known as i) vertex and ii) a pair of Vertex bonding to form an edge. Graphs can be represented in two...

Django & Connecting it to MySQL

›
Connection to MySQL Database was a bit challenging task for me. Background: I started my Django experience with connection to the def...
Wednesday, January 17, 2018

Introduction to Data Structures

›
A data structure is a specialized format for organizing and storing data in a computer so that it can be used efficiently.Every data needs...
Monday, January 30, 2017

Backtracking Algorithms

›
Backtracking Algorithm  as the name suggests is an algorithm which backtracks for solutions and works for problems with constraints satisf...
Friday, December 30, 2016

Heap Sort

›
Heap sort is a sorting method on Binary Heap. First things First All you need to know about heap.  Heap must be a Complete Binary ...
Wednesday, December 28, 2016

Naive Pattern Searching Algorithm

›
Naive Pattern Search algorithm as the name suggests is a very naive method of searching a pattern. The naive logic is to compare every inst...
Monday, March 7, 2016

Insertion Sort

›
Insertion Sort algorithm is a sort algorithm which is used to sort an array in a particular order. It is very less efficient with large l...
›
Home
View web version

About Me

Sourab
View my complete profile
Powered by Blogger.