My favorites | Sign in
Google
Projects on Google Code Results 1 - 10 of 10
This in an implementation of linkedlist in Javascript. I searched for linkedList in javascript but I didnt find good search result. So I developed a simple js script that have functionalities like addNode, removeNode, getNode.
libv is a low-level library implementing common datastructures (single/double linked lists, dynamic arrays, FIFOs, LIFOs), algorithms (MD5, ...) and stuff (ID3 tag reader/parser, base64 en-/decoder, MPEG frame header parser).
A simple demonstration of a generic doubly linked list, free for anyone to use.
- [http://code.google.com/p/ricky-exercises/source/browse/#svn/trunk/c_primer_plus C Programming Exercises from C Primer Plus] - [http://code.google.com/p/ricky-exercises/source/browse/#svn/trunk/linked_list Linked list exercises] * [http://code.google.com/p/ricky-exercises/source/browse/trunk...
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.
Implementation of several data structure alogrithms in C
An attempt to make a complete Data Structures API for PHP. From LinkedList to B Tree. Based on Java Data Structures Interface, wich achieve all standard needs. Any doubt: sanbasulto04 [at] g..m..a..i..l [dot] com
A set of classic data structure implementations in Python. Essentially this is for me to learn the language. If anyone wants to help out and contribute some implementations, please let me know! --Chris (cstewart913 AT gmail)
Data type of a node can be either of the following: int float char array
This project steals its name from TinyXML. The benefit of TinyXML is its full set of features and ease of use coupled with the ease at which one can integrate it into a working program. TinyDS is a data structure library meant to be orthogonal and full featured, but made of pure C/C++ (other plan...