AvgLvlTree, DynamicArray, > DynHashArray, DynQueue Marco van de Voort wrote: > > What is there that is not already in FPC ? Are these not simply leftovers > of > older times when Lazarus still had to compile with 1.0.x? > Oh, I didn't know about it. The first time I use Lazarus FPC was already 2.0.4. Well, some of them has FCL counterparts and some don't: AvgLvlTree = AVL_Tree DynamicArray = ??? (object wrapper of normal dynamic array?) DynQueue = TObjectQueue or TQueue DynHashArray = ??? LazLinkedList = ???
I miss these data structures in FCL: linked list, graph, and tree (not AVL one). -- View this message in context: http://www.nabble.com/Should-data-structures-part-in-LCL-be-moved-to-FCL--tp22434763p22448666.html Sent from the Free Pascal - General mailing list archive at Nabble.com. _______________________________________________ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal