Skip to content
QnA Plus

Code, Create, Conquer: Insights, Algorithms, and Innovation!

  • Home
  • Privacy Policy
  • Terms and Conditions
  • Contact
  • Contribute
  • About

C

  • Home
  • Programming
  • C
  • Page 15

How to Implement Shell Sort in C Programming?

Posted by By Srikanta June 2, 2017Posted inProgramming, CNo Comments
Shell Sort (aka shellsort) can be thought as an improvement over insertion sort. To understand shell sort, we have to recall how insertion sort works. In insertion sort at any moment, the whole…
Read More

How to Implement Quick Sort in C?

Posted by By Srikanta June 1, 2017Posted inProgramming, CNo Comments
Quick Sort is an efficient sorting algorithm developed by Tony Hoare in 1959. It is still a commonly used sorting algorithm in most practical cases. If implemented properly, it is…
Read More

How to Implement Merge Sort in C?

Posted by By Srikanta May 31, 2017Posted inC, Programming1 Comment
Merge sort is an efficient, general-purpose sorting algorithm. Unlike bubble sort or insertion sort, it is usable in most practical cases. Merge sort implementation is based on divide and conquer…
Read More

Implement Bubble Sort in C

Posted by By Srikanta April 20, 2017Posted inProgramming, CNo Comments
Bubble Sort is one of the most fundamental sorting algorithms, often introduced early in programming courses due to its simplicity. Although not efficient for large datasets, it serves as a…
Read More

How to Implement Insertion Sort in C Programming?

Posted by By Srikanta April 15, 2017Posted inProgramming, CNo Comments
Insertion sort is very popular sorting algorithms because of its simplicity. Its performance is not as good as quicksort or shellsort for large array but it is very simple like bubble sort.…
Read More

Posts pagination

Previous page 1 … 13 14 15 16 17 … 21 Next page
Categories
  • Programming 186
    • C 105
    • C++ 70
    • Python 7
  • Technology 30
  • Networking 6
  • Database 4
  • Others 8

    Popular Posts:

    • C Program to Get a Digit at Any Position of a Number 52 views
    • Change a Variable from inside a C Function 39 views
    • Add New Node to XML File Using libxml2 in C 39 views
    • C Program to Set, Clear and Toggle a Bit 38 views
    • C Program to Append to a File 34 views
    • How to Take Screenshot on Fedora GNOME Desktop 32 views
    • Implement Bubble Sort in C 32 views
    • C Program to Count Characters, Words and Lines in a File 32 views
    • Friend Function in C++ 28 views
    • How to Implement Smart Pointer in C++? 27 views

    [chatbot_plugin]

    Copyright © 2015 - 2026 QnA Plus. All rights reserved.
    Scroll to Top
    2
    2
    1
    1
    4
    2