•
•
•
•
What is DaniWeb IT Discussion Community?
You're currently browsing the Legacy and Other Languages section within the Software Development category of DaniWeb, a massive community of 456,504 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 2,683 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our Legacy and Other Languages advertiser: Programming Forums
Views: 1432 | Replies: 3
![]() |
•
•
Join Date: Sep 2007
Posts: 1
Reputation:
Rep Power: 0
Solved Threads: 0
I am trying to implement heap in CLisp. I have already done it by makin a linear data strcuture with no left / right pointers. But now I want to use a nested list format which contains (el () ()) at the highst level.
The problem I am facing with is how to define a recursive case for insertion. Heap requires the tree to be complete.
I approach the issue as follows:
1. I will take a heap and an element
2. I will add the element in the last node keeping it a complete tree
3. I wil swap the child with parent if it is greater than the parent
But I am stuck at the second step i.e. how to add an element without making the tree incomplete? KIndly help me on this!!!!!!!
The problem I am facing with is how to define a recursive case for insertion. Heap requires the tree to be complete.
I approach the issue as follows:
1. I will take a heap and an element
2. I will add the element in the last node keeping it a complete tree
3. I wil swap the child with parent if it is greater than the parent
But I am stuck at the second step i.e. how to add an element without making the tree incomplete? KIndly help me on this!!!!!!!
•
•
Join Date: Aug 2005
Location: London, Ontario, Canada
Posts: 71
Reputation:
Rep Power: 4
Solved Threads: 2
Way to beef up your post count, hopalongcassidy. If you hate Lisp so much, then avoid any thread with "Lisp" or "Scheme" in the title.
Sheesh.
I'm sorry for that lsprog.
I haven't done much mucking about with stack and heap programming in Common Lisp. When you mention "CLisp" do you mean GNU Clisp - the REPL? Or are you referring to Common Lisp?
As far as my programming experience has taught me, mucking about with stacks and heaps is reserved for the language handler (interpreter/VM/whatever-else-you-want-to-call-it). Would you be able to show me a bit of code, and I will more than try my hardest to help you.
Sheesh.
I'm sorry for that lsprog.
I haven't done much mucking about with stack and heap programming in Common Lisp. When you mention "CLisp" do you mean GNU Clisp - the REPL? Or are you referring to Common Lisp?
As far as my programming experience has taught me, mucking about with stacks and heaps is reserved for the language handler (interpreter/VM/whatever-else-you-want-to-call-it). Would you be able to show me a bit of code, and I will more than try my hardest to help you.
Angel-headed hipsters burning for the ancient heavenly connection, to the starry dynamo in the machinery of the night.
-Ginsburg
Don't tell me to "google it" - I already have.
-Ginsburg
Don't tell me to "google it" - I already have.
•
•
•
•
Way to beef up your post count, hopalongcassidy. If you hate Lisp so much, then avoid any thread with "Lisp" or "Scheme" in the title.
Boy,. I didn't know I would strike such a nerve. I guess I would be sensitive too if I was constantly trying to keep an arcane language from going extinct.
Hoppy
![]() |
•
•
•
•
•
•
•
•
DaniWeb Legacy and Other Languages Marketplace
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
Similar Threads
- Send data on a serial port (C++)
- Heap Data Structure (Computer Science and Software Design)
- Lisp question (Legacy and Other Languages)
- priority queue (C++)
- How to implement a stack using two queues! (Java)
- Heap problem at run time (C++)
- RE: Leaked Windows Source Code (Techies' Lounge)
- Cannot figure out how to implement linked list and rbtree for a project! (Java)
- Homework Help!! Priority Queue ?? (Computer Science and Software Design)
- struct type redefinition (C++)
Other Threads in the Legacy and Other Languages Forum
- Previous Thread: question in matlab
- Next Thread: Stupid Scheme and Let statements


Linear Mode