Skip to content
QnA Plus

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

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

Posts by Srikanta

  • Home
  • Srikanta
  • Page 31
About Srikanta
I am passionate about simplifying complex concepts to help readers master computer programming, algorithms, networking, operating system fundamentals, and the transformative domains of Artificial Intelligence (AI) and Machine Learning (ML). With over 20 years of professional experience in computer networking and industrial automation, I bring a wealth of knowledge and practical insights to bridge the gap between theory and real-world application. My mission is to make learning approachable, engaging, and impactful for all.

C Program to Find Second Largest Element in an Array

Posted by By Srikanta November 22, 2017Posted inProgramming, C2 Comments
Here we'll see the possible solutions of finding the second largest element in an array. By Sorting the Array: Easy solution that I can think of to find the second…
Read More

How to Implement Shell Sort in C Programming?

Posted by By Srikanta June 2, 2017Posted inC, ProgrammingNo 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 inProgramming, C1 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

Posts pagination

Previous page 1 … 29 30 31 32 33 … 44 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 68 views
    • Implement Bubble Sort in C 45 views
    • How to install Ping or Ping6 using YUM 43 views
    • How to Implement Periodic and Single Shot Timers in Linux? 38 views
    • Count Occurrences of a Substring in a String in C 37 views
    • Change a Variable from inside a C Function 32 views
    • Understanding the override Keyword in C++ 31 views
    • Method Chaining in C++ 28 views
    • Stock Analysis on Google Sheet 27 views
    • What is Endianness? Difference between Big Endian and Little Endian 24 views

    [chatbot_plugin]

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