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

Category: Sorting

December 15, 2012Data Structures using C Language, Sorting

Sorting on multiple keys

Sorting on multiple keys The sorting algorithm may be applied on multiple keys such that if first field contains duplicate values, then […]

December 15, 2012Data Structures using C Language, Sorting

Sorting – Address Calculation Sort (Hashing)

Sorting – Address Calculation Sort (Hashing) In this method a function f is applied to each key. The result of this function […]

December 15, 2012Data Structures using C Language, Sorting

Sorting – Quick Sort (Partition Exchange Sort)

Sorting – Quick Sort (Partition Exchange Sort) Suppose x be an array, n is the number of elements.  Choose an element from […]

December 9, 2012Data Structures using C Language, Sorting

Sorting – Merge Sort

Sorting – Merge Sort Merging:-  Merging is the process of combining two or more sorted files into a third sorted file.  An […]

December 9, 2012Data Structures using C Language, Sorting

Sorting – Radix Sort

Sorting – Radix Sort Radix Sort sorts the number in scans equal to the number of digits of maximum number. eg.  45, […]

December 8, 2012Data Structures using C Language, Sorting

Sorting – Straight Selection Sort

Sorting – Straight Selection Sort Begin from the first element, taking i=0 to n-1. Find the minimum number in the first scan. […]

December 8, 2012Data Structures using C Language, Sorting

Sorting – General Selection Sort

Sorting – General Selection Sort Steps:  Fetch the numbers to be sorted in an array. Push these numbers one by one to […]

November 28, 2012Data Structures using C Language, Sorting

Sorting – Insertion sort

Insertion Sort Sorts a set of records by comparing the next record with all the previous elements.  Compare next element with previous. […]

November 27, 2012Data Structures using C Language, Sorting

Sorting – Bubble sort

Bubble sort: Two consecutive elements are compared.  It sorts the elements in right to left fashion.  Thus, (n-i) comparisons are made. Example: […]

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 […]

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