Visual Basic .NET » Algorithms

We have 10 Algorithms tutorials, you can see below:


A Fast New Sorting Routine - The Human Sort


A new and fast sorting routine for your projects.


Details    Read Tutorial    Views: 329    Rate: 0 (0 votes)    Jan 31 2007 - 15:15

VB.NET Code Package: Bubble Sort


Bubble sort that stops when sorting is done, and has an optional second, string array sorted with the main array.


Details    Read Tutorial    Views: 354    Rate: 1 (1 votes)    Jan 31 2007 - 15:14

The Towers of Hanoi in VB.NET


An algorithm for solving the Towers of Hanoi problem, written in VB.NET.


Details    Read Tutorial    Views: 406    Rate: 0 (1 votes)    Jan 31 2007 - 15:13

Read Barcodes from an Image


How to read two-width barcodes from an image in VB.NET.


Details    Read Tutorial    Views: 313    Rate: 0 (0 votes)    Jan 31 2007 - 15:12

Read MP3 header information and read/write the ID3v1 tag


A small solution for reading MPEG audio headers and the ID3v1 tag


Details    Read Tutorial    Views: 284    Rate: 0 (0 votes)    Jan 31 2007 - 15:11

Implementation of LZW Compression and Decompression in VB.NET


Implementation of Mark Nelson\'s LZW algorithms in VB.NET.


Details    Read Tutorial    Views: 951    Rate: 0 (1 votes)    Jan 31 2007 - 15:10

How to Generate Check Digits and verify your barcodes


Generates Check Digits and alows you to verify proper scan of a barcode


Details    Read Tutorial    Views: 279    Rate: 0 (0 votes)    Jan 23 2007 - 13:33

A Fast Diff Algorithm in Visual Basic .NET


An implementation of a Diff algorithm in VB.NET, with various techniques to improve performance, while keeping the code simple.


Details    Read Tutorial    Views: 330    Rate: 0 (0 votes)    Jan 23 2007 - 13:32

Advanced text searching


Building a simple query language with the OR and AND boolean operators


Details    Read Tutorial    Views: 266    Rate: 0 (0 votes)    Jan 23 2007 - 13:28

Working with the Web Browser Control in Visual Studio 2005 - IE7Clone.


Example application working with the VS2005 Web browser control


Details    Read Tutorial    Views: 256    Rate: 0 (0 votes)    Jan 23 2007 - 13:26