Re: [OctDev] topological sort

2010-09-14 Thread Paul Dreik
Jaroslav Hajek skrev: > On Mon, Sep 13, 2010 at 11:26 AM, Paul Dreik wrote: >> Hi! >> I needed topological sort for a project and wrote a quick and dirty >> implementation in octave, since I could not find such functionality >> among the existing code. >> >> I think topological sort would be a goo

Re: [OctDev] topological sort

2010-09-14 Thread Jaroslav Hajek
On Mon, Sep 13, 2010 at 11:26 AM, Paul Dreik wrote: > Hi! > I needed topological sort for a project and wrote a quick and dirty > implementation in octave, since I could not find such functionality > among the existing code. > > I think topological sort would be a good thing to have in octave. > >

[OctDev] topological sort

2010-09-13 Thread Paul Dreik
Hi! I needed topological sort for a project and wrote a quick and dirty implementation in octave, since I could not find such functionality among the existing code. I think topological sort would be a good thing to have in octave. *should I add the function to octave-forge? *if so, which package