Skip to content

Manoj Agarwal

A Cloud Enthusiast!

  • Programming in C++
  • Data Structures using C Language
  • VITW
    • Adware
    • Antivirus
      • Avast
    • Apache
    • Backup software reviews
    • CentOS6.4
    • Cloud computing
    • CPAN
    • Databases
      • PostgreSQL
    • ESXi5.5
    • Linux
    • Nagios
    • Open Source Password Self Service
    • Partitioning-tools
    • Perl
    • Remote Monitoring Tools
    • Versioning systems
      • Concurrent Versions System
      • Git
    • Virtualization VMWare
      • VMWare Workstation
      • vSphere5
    • Windows8
    • Windows7
    • Windows 10
      • Skype
  • About me
  • Contact
Search

Manoj Agarwal

A Cloud Enthusiast!

Close menu
  • Programming in C++
  • Data Structures using C Language
  • VITW
    • Adware
    • Antivirus
      • Avast
    • Apache
    • Backup software reviews
    • CentOS6.4
    • Cloud computing
    • CPAN
    • Databases
      • PostgreSQL
    • ESXi5.5
    • Linux
    • Nagios
    • Open Source Password Self Service
    • Partitioning-tools
    • Perl
    • Remote Monitoring Tools
    • Versioning systems
      • Concurrent Versions System
      • Git
    • Virtualization VMWare
      • VMWare Workstation
      • vSphere5
    • Windows8
    • Windows7
    • Windows 10
      • Skype
  • About me
  • Contact

Manoj Agarwal

A Cloud Enthusiast!

Search Toggle menu

Tag: Data Structure

November 25, 2012Data Structures using C Language, Sorting

Sorting – Shell sort

Shell Sort:  Shell sort is quite similar to that of insertion sort with the only difference that in shell sort, higher values […]

October 14, 2012Data Structures using C Language

Indexed Sequential Search

Indexed Sequential Search: In this searching technique, first of all an index file is created that contains references to a group of […]

October 14, 2012Data Structures using C Language, Hashing

Hashing

HASHING Hashing: It is an effective search technique used to locate an element with search key value or an index. We begin […]

October 13, 2012Data Structures using C Language, Graphs

Graphs

Graphs Representation Adjacency Matrix Adjacency Lists Traversal schemes DFS (Depth First Search) Breadth First Search (BFS) Minimal Spanning Kruskal Prim Graph:  A […]

October 13, 2012Data Structures using C Language, Graphs

Implementation of Adjacency List Representation for Graphs

Graphs Implementation of Adjacency List Representation for Graphs /*Implementation of Adjacency List Representation for graphs*/ #include <stdio.h> #include <conio.h> #include <string.h> #include […]

October 13, 2012Data Structures using C Language, Graphs

Program to sketch a Graph using Adjacency matrix

Graphs Program to sketch a Graph using Adjacency matrix /*Program to sketch a graph using adjacency matrix*/ #include <stdio.h> #include <conio.h> #include […]

October 13, 2012Data Structures using C Language, Graphs

Program to implement Graphs using Adjacency Matrix

Graphs Program to implement Graphs using Adjacency Matrix /*Implementation of adjacency matrix*/ #include <stdio.h> #include <conio.h> #include <string.h> #define MAX 4 typedef […]

October 2, 2012Data Structures using C Language, Queues

Program to implement MIN Priority Queue

Priority Queue Program to implement MIN Priority Queue #include <stdio.h> #include <conio.h> #include <stdlib.h> #define MAX 10 struct queue {int front,rear; int […]

October 2, 2012Data Structures using C Language, Queues

Program to implement MAX Priority Queue

Priority Queues Program to implement MAX Priority Queue #include <stdio.h> #include <stdlib.h> #include <conio.h> #define MAX 5 void display(struct queue *q); struct […]

October 2, 2012Data Structures using C Language, Queues

Program to implement Dequeue (Double Ended Queues) using Arrays with front always at zero

Double Ended Queues (Dequeue) Program to implement Dequeue (Double Ended Queues) using Arrays with front always at zero /*Implementation of De-queue using […]

Posts pagination

< 1 2 3 … 8 >

Recent Posts

  • Class X CBSE Board Exam Papers 2025
  • Microsoft Skype 32 bit multiple processes and high CPU usage issue fixed
  • Programming in C++
  • Git commands
  • PWM – Open Source Password Self Service with OpenLDAP – Configuring PostgreSQL database

Recent Comments

No comments to show.

Archives

  • February 2025
  • February 2021
  • May 2018
  • June 2017
  • June 2016
  • April 2016
  • May 2014
  • April 2014
  • September 2013
  • August 2013
  • July 2013
  • May 2013
  • April 2013
  • February 2013
  • December 2012
  • November 2012
  • October 2012
  • September 2012
  • August 2012
  • July 2012

Categories

  • A6-R3
  • Adware
  • Antivirus
  • Apache
  • Arrays
  • Avast
  • Backup software reviews
  • C++
  • CentOS6.4
  • Cloud computing
  • CPAN
  • Data Structures using C Language
  • Databases
  • ESXi5.5
  • Git
  • Graphs
  • Hashing
  • Linked List
  • Linux
  • Nagios
  • OOPs
  • Open Source Password Self Service
  • Partitioning-tools
  • Perl
  • PostgreSQL
  • Question Papers
  • Queues
  • Recursion
  • Remote Monitoring Tools
  • Search
  • Skype
  • Sorting
  • Stacks
  • Tree
  • Uncategorized
  • Virtualization VMWare
  • VMWare Workstation
  • vSphere5
  • Windows 10
  • Windows7
  • Windows8
© 2025 Manoj Agarwal. Proudly powered by Sydney