home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!dtix!darwin.sura.net!paladin.american.edu!news.univie.ac.at!hp4at!mcsun!sun4nl!cwi.nl!dijk
- From: dijk@cwi.nl (Valentijn van Dijk)
- Newsgroups: comp.lang.c++
- Subject: classes needed for tree of vectors
- Summary: classes needed for tree of vectors
- Keywords: vectors,matrix,graphs
- Message-ID: <8462@charon.cwi.nl>
- Date: 23 Dec 92 16:24:58 GMT
- Sender: news@cwi.nl
- Lines: 18
-
-
- I haven't done very much programming in c++, but I need a library
- which has the following:
-
- datatype Tree, including elementary operations like traversal.
- Set, only very simple operations needed
- Vectors, of up to 10 elements
-
- Some simple matrix operations to work in conjunction with the
- vectors would be welcome as well. The matrix and vector
- packages I've seen (i.e. Newmat06) are much too big and
- complex for my purposes. All I want to build really is a tree
- of vectors to which I can add, delete and traverse.
-
- Who can help?
-
- Valentijn van Dijk (dijk@cwi)
-
-