Projects tagged ‘algorithms’ and ‘datastructures’


Jump to tag:

Projects tagged ‘algorithms’ and ‘datastructures’

Filtered by Project Tags algorithms datastructures

Refine results Project Tags java (4) c (3) list (2) stack (2) collections (2) .net (2) queues (1) external (1) physics (1) economics (1) stream (1) macros (1)

[22 total ]

5 Users

A class library providing generic data structures and algorithms not implemented in the standard .NET framework. The library plays around in the following broad classes : - Any data structure ... [More] (general, mathematical, trees, queues, etc.) - Sorting algorithms - Algorithms performed on data structures (Djikstra's shortest path algorithm, for example). [Less]
Created over 2 years ago.

1 Users

The TPIE (Templated Portable I/O Environment) library is a tool box providing efficient and convenient tools to ease the implementation of algorithm and data structures on very large sets of data.
Created 10 months ago.

0 Users

Useful common data structures and algorithms
Created 12 months ago.

0 Users

source code for a blog about algorithms
Created 12 months ago.

0 Users

Практические занятия по курсу "Структуры и алгоритмы компьютерной обработки данных" Содержание
Created 12 months ago.

0 Users

Data Structures, etc,
Created 4 months ago.

0 Users

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 ... [More] to include sample usages along with the code (in some cases in the same file or as a separate program) Currently the library features the following implementations: - DATA STRUCTURES C implementations Hash Table Balanced binary search trees: - (1) AVL tree (2) Red-black tree (3) Splay tree Priority queue (1) Fibonacci Heaps Union-Find data structure List Vector Memory Manager C++ implementations Radix tree Suffix tree Tuple Smart pointer ALGORITHMS Selection algorithm (linear time median finding) [Less]
Created 3 months ago.

0 Users

Coelacanth is a C generic programming library
Created 4 months ago.

0 Users

C++ projects to implement miscellaneous data structures (e.g. AVL tree, Red-Black tree, hash map, etc) in educational and self educational purposes.
Created 12 months ago.

0 Users

The Soft Heap data structure is the backbone of the (theoretically) fastest minimum spanning tree algorithm known. It can also be used to implement selection, median finding, and to do approximate ... [More] sorting. This project attempts to provide good implementations of the Soft Heap so that such algorithms can be benchmarked. [Less]
Created 12 months ago.