You do not have permission to delete messages in this group
Link
Report message as abuse
Sign in to report message as abuse
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
Hello, all.
The subject line says it all....does anyone here have any PL/I code that they could share that implements B+ tree structures? Node insertion, deletion, replacement, searching, etc.?
Yes I am being lazy here....!
Many thanks and take care.
DJ
John W Kennedy
unread,
Nov 3, 2021, 1:29:17 PM11/3/21
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Link
Report message as abuse
Sign in to report message as abuse
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
Modern PL/I with DEFINE STRUCTURE and HANDLE or old-fashioned PL/I with
BASED and POINTER?
--
John W. Kennedy
Algernon Burbage, Lord Roderick, Father Martin, Bishop Baldwin,
King Pellinore, Captain Bailey, Merlin -- A Kingdom for a Stage!
Robin Vowels
unread,
Nov 3, 2021, 9:02:23 PM11/3/21
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Link
Report message as abuse
Sign in to report message as abuse
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
.
In my book "Intro to PL/I, Algorithms, and Structured Programming",
there are algorithms for manipulating red-black trees.
vmd...@gmail.com
unread,
Nov 4, 2021, 9:01:55 AM11/4/21
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Link
Report message as abuse
Sign in to report message as abuse
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
John, old-fashioned PL/I with BASED and POINTER, please.
And thank you too.
DJ
John W Kennedy
unread,
Nov 4, 2021, 2:32:45 PM11/4/21
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Link
Report message as abuse
Sign in to report message as abuse
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
Sorry, but, while I knew what B-trees are and how you use ’em, I’ve
never had occasion to code one from scratch.
vmd...@gmail.com
unread,
Nov 4, 2021, 3:28:38 PM11/4/21
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Link
Report message as abuse
Sign in to report message as abuse
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
That's OK, John. Thanks anyway.
DJ
Peter Flass
unread,
Nov 4, 2021, 7:11:54 PM11/4/21
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Link
Report message as abuse
Sign in to report message as abuse
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
It looks like the C version wouldn’t be to hard to port.