Collection of various algorithms
Hello,
I created a collection of various algorithms at
http://seed7.sourceforge.net/algorith/algorith.htm
I hope that this algorithm collection is helpful for programmers.
If you have some algorithms, I would be glad to add them
(when they are GPL / LGPL).
Greetings Thomas Mertes
Seed7 Homepage:
http://seed7.sourceforge.net
Seed7 - The extensible programming language: User defined statements
and operators, abstract data types, templates without special
syntax, OO with interfaces and multiple dispatch.
.
Relevant Pages
- Re: Collection of various algorithms
... I hope that this algorithm collection is helpful for programmers. ... If you have some algorithms, I would be glad to add them ... In particular the root mean squared distance routine, and the puttorsion and calctorsion routines would fit in a mathematics or new geometry section. ... (comp.programming) - Re: A more software engineering approach...
... with synchronising multiple programmers, ... use Subversion to run through all the source file diffs to the last release. ... You can add a compiler define which turns these on or off. ... If algorithms have to be checked with known cases, ... (borland.public.delphi.non-technical) - Re: Fazing out x86
... you can use algorithms that do not depend on strong cache-coherency. ... Some of the PDR ... Therefore, it is IMHO that if a given problem-set can be broken down to an overall reader/writer problem, then the PDR algorithms can turn out to be a fairly good choice indeed. ... I don't think I am in a class of programmers that makes up .01% of the total just because I know how to apply an efficient PDR solution to a number of different problems... ... (comp.arch) - Re: Academic research aimed at improving programmer productivity?
... For normal definitions of the term "micro-efficiency" this is correct. ... efficiency is not a waste of time: using an algorithm with better runtime ... large systems are taken from the hands of mere programmers as ... For small and medium size systems selecting and using good algorithms at ... (comp.programming) - Re: Was not making tail recursion elmination a mistake?
... > I think it's because most of the programmers who designed Common Lisp ... > due to infinite recursion bugs. ... And many recursive algorithms aren't ... tail-call elimination, it exhausted the stack even on small samples. ... (comp.lang.lisp) |
|