Articles Written by Krishna Kumar Khatri

"Search and Replace" in Visual Basic Applications

Implementing "Search and Replace" functionality in your VB application is very easy. The straightforward and to-the-point algorithm that I developed for this will make it easier for you to understand it.

Implementing a Progress Bar in Visual Basic Applications

This database-driven search application keeps the user informed about the search process and thus improves the overall user experience. Informing the user about the processing is the fundamental motive of the Progress Bar.

The Quick Sort

A technique for sorting referred to as a partition-sort. Having a time complexity of NlogN, this is one of the fastest sorting algorithms available.

Insertion Sort Simplified

Insertion sort, having the time-complexity of O(N^2), is one of the efficient sorting algorithm.

Go Deeper

Most Popular Programming Stories

More for Developers

Latest Developer Headlines

RSS Feeds