Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations dencom on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: JillCeke
  • Content: Threads
  • Order by date
  1. JillCeke

    Binary search tree questions, please help =)

    I have some questions about certain placement of child nodes since I'm just learning BSTs and it's quite confusing even after reading some sources and doing some online insertion applets. Let's say I want to add nodes 5,7,3,4 to an empty basic BST. Ok I understand that the left child must be...
  2. JillCeke

    Basic and Balance BST insertion node placement

    Hi, I have some questions about certain placement of child nodes since I'm just learning BSTs and it's quite confusing even after reading some sources and doing some online insertion applets. Let's say I want to add nodes 5,7,3,4 to an empty basic BST. add 5 5 add 7 5 7...
  3. JillCeke

    Awk pattern matching movie edition

    Hi, I'm very new to these forums. I was wondering if someone could help an AWK beginner with a pattern matching an actor to his appearance in movies, which would be stored as records. Let's say we have a database of 4 movies and need to pattern match and actor's name and return his name...

Part and Inventory Search

Back
Top