Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/GAP/pkg/datastructures/   (Algebra von RWTH Aachen Version 4.15.1©)  Datei vom 14.9.2025 mit Größe 1 kB image not shown  

Quelle  read.g   Sprache: unbekannt

 
##
##  Datastructures: GAP package providing common datastructures.
##
##  Copyright (C) 2015-2017  The datastructures team.
##  For list of the team members, please refer to the COPYRIGHT file.
##
##  This package is licensed under the GPL 2 or later, please refer
##  to the COPYRIGHT.md and LICENSE files for details.
##

##
#R  Read the install files.
##

DeclareInfoClass( "InfoDataStructures" );
SetInfoLevel( InfoDataStructures, 1 );


ReadPackage("datastructures", "gap/plistdeque.gi");

ReadPackage("datastructures", "gap/heap.gi");
#ReadPackage("datastructures", "gap/dllist.gi");    # TODO: disabled for now

ReadPackage("datastructures", "gap/binaryheap.gi");
ReadPackage("datastructures", "gap/pairingheap.gi");

ReadPackage("datastructures", "gap/hashmap.gi");
ReadPackage("datastructures", "gap/hashset.gi");

ReadPackage("datastructures", "gap/slice.gi");
ReadPackage("datastructures", "gap/stack.gi");
ReadPackage("datastructures", "gap/hashfunctions.gi");

# Generic methods for ordered set data structures
ReadPackage("datastructures", "gap/ordered.gi");

# Skiplists
ReadPackage("datastructures", "gap/skiplist.gi");

# AVL trees (self-balancing)
ReadPackage("datastructures", "gap/avltree.gi");

ReadPackage("datastructures", "gap/union-find.gi");

# Memoising functions
ReadPackage("datastructures", "gap/memoize.gi");

[ Dauer der Verarbeitung: 0.4 Sekunden  (vorverarbeitet)  ]