Tk Library Source Code

View Ticket
Login
Ticket UUID: 553980
Title: skiplist struct
Type: Patch Version: None
Submitter: ericm Created on: 2002-05-09 03:01:16
Subsystem: struct Assigned To: andreas_kupries
Priority: 8 Severity:
Status: Closed Last Modified: 2003-04-16 05:03:27
Resolution: Accepted Closed By: andreas_kupries
    Closed on: 2003-04-15 22:03:27
Description:
Code for a skiplist implementation, from Keith Vetter:

"I'd like to submit a module for tcllib to be part of
the ::struct group. The module implements skip lists
which a data structure similar to balanced trees but
which are faster and simpler."
User Comments: andreas_kupries added on 2003-04-16 05:03:27:
Logged In: YES 
user_id=75003

Committed to head.

ericm added on 2002-05-09 10:02:36:

File Added - 22754: struct.tcl

ericm added on 2002-05-09 10:02:05:

File Added - 22753: skiplist.test

ericm added on 2002-05-09 10:01:45:

File Added - 22752: skiplist.n

ericm added on 2002-05-09 10:01:17:

File Added - 22751: skiplist.tcl

Attachments: