Advertisement
Jodyone

Pseudocode load

Mar 29th, 2014
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.26 KB | None | 0 0
  1. Load
  2.  
  3. // Make a linked list
  4.     // check if word is alpha
  5.     // Check if word starts with apostrophe
  6. // Make a hash table
  7. // Make a new word
  8. // Make a hash function
  9.    // Index 1st character in string to alpha  ASCII value range
  10. // Hash new word
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement