My favorites | Sign in
Google
Projects on Google Code Results 1 - 10 of 56
A class library providing generic data structures and algorithms not implemented in the standard .NET framework. NGenerics includes the following: *_Data Structures_* * *General* - [Association], [Bag], [Graph], [HashList], [Heap], [ObjectMatrix], [PascalSet], [SkipList], [SortedList], [Curv...
Data Structures & Algorithms in pure Assembly by FASM (www.flatassembler.net) eg. Splay Trees, Red-Black Trees, B-Trees, Skip List include simple Stack, Queue, Linked List etc.
A set of Data Structures and Algorithms implemented using basic building blocks. It shows you how the data structures are made, how the algorithms work, and the performance. Most classes have its own main function to test it and show how its used. While not really intended to be a library, it is mor...
Implementations of data structures taught in basic data structures classes, and perhaps some more complex structures. Range from trees and graphs to more specific purpose structures.
T*-tree library written on C.
Data Structures, etc,
= Course Complete! = This is the repository for the Data Structures course offered by the [http://cs.luc.edu Loyola University Chicago Department of Computer Science]. This course has been is being taught by Konstantin Läufer in Spring 2009. This site also contains material from when the course w...
This project provides a generic implementation for commonly used data structures and algorithms. Most of them are in C. Some are in C++. Look through sample implementations before using. I have tried to include sample usages along with the code (in some cases in the same file or as a separate progra...
C implementations of several scalable non-blocking data structures for x86 and x86-64. ---- ==Status== Overall the package is *pre-alpha*. It is still under development. * The skiplist is beta. There are no known bugs and it is feature complete. * The hashtable is alpha. It has not b...
1 2 3 4 5 6 Next