Browse by Tags

Related Posts

  • DSA 0.2.3 released

    This is a minor release but the Data Structures and Algorithms (DSA) library continues to expand. Some new additions in DSA 0.2.3 include BinarySearchTreeCollection<T>, and a host of new algorithms, utility methods and issue resolutions. Visit the project site here , or download DSA 0.2.3 . The...
    Posted to Granville Barnett (Weblog) by gbarnett on 11-18-2007, 12:00 AM
    Filed under: .NET, Data Structures, Algorithms, C#
  • DSA 0.4 released!

    The latest version of the Data Structures and Algorithms (DSA) library is out! Download DSA 0.4 This latest release contains the following additions: QuickSort<T> UnorderedSet<T> Heap<T> ShellSort<T> InsertionSort<T> RepeatedWordCount ToBaseN (Binary, Octal, Hex) Download...
    Posted to Granville Barnett (Weblog) by gbarnett on 02-21-2008, 12:00 AM
    Filed under: .NET, Data Structures, Algorithms, C#, Software Development, Open Source, DSA
  • DSA 0.3 released!

    Just before Christmas as well :-) Download DSA 0.3 New features for this release include: Probability Search Power algorithm Greatest common denominator algorithm Reverse words algorithm Set collection (will be renamed to OrderedSet in DSA 0.4 and an unordered Set will be introduced in DSA 0.4 as well...
    Posted to Granville Barnett (Weblog) by gbarnett on 12-24-2007, 12:00 AM
    Filed under: .NET, Data Structures, Algorithms, C#, Software Development, DSA
  • Profiling some data structures

    I don't know why but I randomly decided to see how well my SinglyLinkedListCollection<T> fared against the LinkedList<T> collection in System.Collections.Generic. First off, my implementation supports pretty much everything that the MS LinkedList<T> does, that includes full LINQ support...
    Posted to Granville Barnett (Weblog) by gbarnett on 10-13-2007, 12:00 AM
    Filed under: .NET, Data Structures, Algorithms, C#, CLR, DSA
  • DSA 0.2 released

    The 0.2 release of DSA has just been released, features for this release include: ArrayListCollection(Of T) DoublyLinkedListCollection(Of T) SinglyLinkedListCollection(Of T) StackCollection(Of T) QueueCollection(Of T) There are also a few algorithms that make there debut (very simple ones - time was...
    Posted to Granville Barnett (Weblog) by gbarnett on 09-14-2007, 12:00 AM
    Filed under: .NET, Data Structures, Algorithms, C#, Software Development, DSA
  • DSA 0.1 released

    Today, I pushed the release button on a little project I've been doing over on CodePlex entitled Data Structures and Algorithms (DSA) . The story of the project is to basically go ahead and without looking at the .NET source create custom implementations of some of the stuff in the System.Collections...
    Posted to Granville Barnett (Weblog) by gbarnett on 09-07-2007, 12:00 AM
    Filed under: .NET, Data Structures, Algorithms, C#, C++/CLI, DSA
  • Debug proxies for custom collections to aide debugging in Visual Studio

    I stumbled across this while working on a small project ( Data Structures and Algorithms (DSA) ). Creating a proxy for a type, or whatever really - in my case a collection is really simple and provides some really cool results in the locals window when debugging. Raw View The raw view is exactly what...
    Posted to Granville Barnett (Weblog) by gbarnett on 09-06-2007, 12:00 AM
    Filed under: .NET, Data Structures, C#, Visual Studio, DSA
  • DSA in review so far

    Data Structures and Algorithms (my project on CodePlex ) has been an awesome success to date, and continues to grow with every increment and I couldn't be happier about it. First I must say that for me DSA is really a side side project, so increments tend to be fairly slow (think one month increments...
    Posted to Granville Barnett (Weblog) by gbarnett on 03-09-2008, 12:00 AM
    Filed under: .NET, Data Structures, Algorithms, C#, Software Development, Open Source
  • DSA 0.5 released!

    It's been a while, I've had to work on other stuff for the last 2 or so months which has rendered me with no time. That's the excuses out of the way... Not much added in this release I would simply point you to the release page for more details. A friend of mine Luca ( translated to english ) has joined...
    Posted to Granville Barnett (Weblog) by gbarnett on 05-30-2008, 12:00 AM
    Filed under: .NET, Data Structures, Algorithms, C#, Open Source, DSA
Page 1 of 1 (9 items)
Page view counter