C++ base-26 string hashing formulaI have a data structure contains a 4-letter string as a key (char key[5]) with all the characters in...
Inserting new nodes into a binary treeI am trying to write an algorithm to insert new nodes into a binary tree. My program crashes and I c...
Writing a Delete algorithm in an ordered linked listThanks for the replies. I'm not sure what command to use to remove/ delete nodes besides delete. A...
Writing a Delete algorithm in an ordered linked listI am trying to write a delete algorithm for an ordered linked list. Search and traverse I think I ha...
Algorithm to search a linked listI am trying to write a search function for an ordered linked list. I have the following: A TestLL...
This user does not accept Private Messages