python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How is a Patricia tree node deleted?
How do you delete a node from Patricia?
By Patricia I specifically mean the radix two tree that has nodes pointing back up in the tree to end the search.
Daniel
Votes: 0
Answers: 1
How to print out Node Values from BinaryTree with continuing number?
I'm trying to travers a Binary Tree and print out the Node Values with a matching number in front of each Node. For better understanding:
I'm printing out following lines while Calling my Method:
11 ...

Neo
Votes: 0
Answers: 2
How to delete a node from a tree. I am trying to delete the node from the function but still it is getting print even after deleting
I am deleting the node from delete function and when print it within function it shows its None
But when done out of the function it prints the value
please correct me, tell me what's wrong in this co...
Mohit Hasija
Votes: 0
Answers: 1
How to implement a C++ Trie with multiple variables
I need to implement a Trie data structure to store first name, last name and age.
The assignment says: "Once the path to the last name is established the first and last name and age of the person...

Joe
Votes: 0
Answers: 0