On Nov 5, 2009, at 4:42 PM, Tom wrote: > > Hello, > I am a college sophomore majoring in computer science taking a data > structures course that uses C++. I'd like to make a few contributions > (in C++) to Sage for the course project, but I'm unsure of where to > get started.
Most of Sage is C and Python/Cython, but the two parts of Sage that I'm most familiar with that use a lot of C++ are NTL (number theory algorithms) and PyNaC (used for calculus and symbolics). The latter is fairly new and there is still a lot that can be done, probably wouldn't exceed your mathematical background, and would probably fit well into your studies of data structures. The drawback is that it's not very self contained. Also, have you tried browsing around http://trac.sagemath.org/sage_trac/report/1 ? - Robert --~--~---------~--~----~------------~-------~--~----~ To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to sage-devel-unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org -~----------~----~----~----~------~----~------~--~---