PREPARATION FOR TECHNICAL INTERVIEW

1) Sorting and Hash Table:

  • What is sorting?
  • What is hash table?
  • Comparing brute force, sorting and hash tables using a problem statement: To find duplicates in an array.
  • Code problem statement 1: Two Sum
    Folder
    Article
    Code