From: Stephen Howe on
Hi

Subject says it all:
Is there a newsgroup for algorithmic research? Or something similar?

I would expect :
Sorting, searching, merging, partitioning, threading, queing, memory management, virtual machine implementations, hashing, NP
problems, heuristics, all kinds of data structures discussed and just about anything where some problem needs attacking.

Thanks

Stephen Howe
From: Mensanator on
On Jan 28, 5:27 pm, Stephen Howe <sjhoweATdialDOTpipexDOTcom> wrote:
> Hi
>
> Subject says it all:
> Is there a newsgroup for algorithmic research? Or something similar?
>
> I would expect :
> Sorting, searching, merging, partitioning, threading, queing, memory management, virtual machine implementations, hashing, NP
> problems, heuristics, all kinds of data structures discussed and just about anything where some problem needs attacking.

You can ask those questions right here. There's no guarantee
you'll get any answers, but you can still ask.


>
> Thanks
>
> Stephen Howe

From: Dann Corbit on
In article <nr64m514l2n70aet0oauaf1q5t2k3uasab(a)4ax.com>, Stephen Howe
says...
>
> Hi
>
> Subject says it all:
> Is there a newsgroup for algorithmic research? Or something similar?
>
> I would expect :
> Sorting, searching, merging, partitioning, threading, queing, memory management, virtual machine implementations, hashing, NP
> problems, heuristics, all kinds of data structures discussed and just about anything where some problem needs attacking.

news:comp.theory is also worth a look.
From: Pascal J. Bourguignon on
Stephen Howe <sjhoweATdialDOTpipexDOTcom> writes:

> Hi
>
> Subject says it all:
> Is there a newsgroup for algorithmic research? Or something similar?
>
> I would expect :
> Sorting, searching, merging, partitioning, threading, queing, memory
> management, virtual machine implementations, hashing, NP problems,
> heuristics, all kinds of data structures discussed and just about
> anything where some problem needs attacking.

I find these newsgroups for algorithms, amongst others:

news:comp.games.development.programming.algorithms
news:comp.graphics.algorithms
news:fr.comp.algorithmes

Also on comp.programming.threads threading and synchronization
algorithms are often discussed.

--
__Pascal Bourguignon__
From: Stephen Howe on
>I find these newsgroups for algorithms, amongst others:
>
>news:comp.games.development.programming.algorithms
>news:comp.graphics.algorithms
>news:fr.comp.algorithmes
>
>Also on comp.programming.threads threading and synchronization
>algorithms are often discussed.

Thanks everybody.

Stephen Howe