Sciweavers

400 search results - page 25 / 80
» Backtracking
Sort
View
FLOPS
2008
Springer
13 years 11 months ago
Undoing Dynamic Typing (Declarative Pearl)
We propose undoable versions of the projection operations used when programs written in higher-order statically-typed languages interoperate with dynamically typed ones, localizing...
Nick Benton
LWA
2004
13 years 11 months ago
Sniffing Around for Providing Navigation Assistance
In this paper we describe an approach to adaptive navigation assistance that is meant to enhance a user's information scent. The navigation assistance is composed of a combin...
Eelco Herder
CONSTRAINTS
2006
77views more  CONSTRAINTS 2006»
13 years 9 months ago
The Impact of Search Heuristics on Heavy-Tailed Behaviour
Abstract. The heavy-tailed phenomenon that characterises the runtime distributions of backtrack search procedures has received considerable attention over the past few years. Some ...
Tudor Hulubei, Barry O'Sullivan
WWW
2001
ACM
14 years 10 months ago
Mining web logs to improve website organization
Many websites have a hierarchical organization of content. This organization may be quite different from the organization expected by visitors to the website. In particular, it is...
Ramakrishnan Srikant, Yinghui Yang
ICFP
2002
ACM
14 years 9 months ago
Packrat parsing: : simple, powerful, lazy, linear time, functional pearl
Packrat parsing is a novel technique for implementing parsers in a lazy functional programming language. A packrat parser provides the power and flexibility of top-down parsing wi...
Bryan Ford