πŸ‘¨β€πŸ’»
Cracking-Interview
search
⌘Ctrlk
πŸ‘¨β€πŸ’»
Cracking-Interview
  • Data Structures and Algorithms
  • Arrays
  • Linked List
  • Strings
  • Binary Tree
  • Stack and Queue
  • Hash Table
    • Designing and Definitions
    • Problems
      • 1.Intersection of Two Arrays
      • 2.Happy Number
      • 3.Contains Duplicate
      • 4.Find the Duplicate Number
      • 5. Find All Duplicates in an Array
      • 6. Isomorphic Strings
      • 7. Group Anagrams
      • 8. Single Number
      • 9.Valid Sudoku
      • 10.Jewels and Stones
      • 11.First Missing Positive
      • 12. LRU Cache (V.IMP)
      • 13. Encode and Decode TinyURL
      • 14. Alphabet Board Path
  • Binary Search
  • Binary Search Tree
  • Bit manipulation
  • Graph
  • Disjoint Sets(Union-Find)
  • Heap and Priority Queue
  • Trie
  • Dynamic Programming
  • Greedy Algorithms
  • Backtracking
  • Sub Array and Sliding Window Problems
  • Design
  • Maths
  • Sorting-Algorithms
    • Merge Sort
    • Quick Sort
    • Heap Sort
    • Selection Sort
    • Bubble Sort
    • Insertion Sort
  • Expected Interview MCQ and Questions c++
  • Concepts in C++
  • System Design Questions
  • πŸ’ΎDBMS
    • Introduction
    • RBMS
    • JOINS
    • SQL
  • πŸ–₯️OS
    • OS and Its Types
    • Process Concept and Threads
    • Process Synchronization
    • Deadlock in Operating System
    • Memory Management
    • Imp Questions of OS for Interviews
  • πŸš™OOPS
    • Introduction and Definitions
  • πŸ“¨COMPUTER-NETWORKS
    • OSI | TCP IP Model
    • Topology
    • Network Devices
    • IP Address
gitbookPowered by GitBook
block-quoteOn this pagechevron-down
  1. Hash Table

Problems

hashtag
Problems

1. Two Sumschevron-right1.Intersection of Two Arrayschevron-right2.Happy Numberchevron-right3.Contains Duplicatechevron-right4.Find the Duplicate Numberchevron-right5. Find All Duplicates in an Arraychevron-right6. Isomorphic Stringschevron-right7. Group Anagramschevron-right8. Single Numberchevron-right9.Valid Sudokuchevron-right10.Jewels and Stoneschevron-right11.First Missing Positivechevron-right12. LRU Cache (V.IMP)chevron-right13. Encode and Decode TinyURLchevron-right14. Alphabet Board Pathchevron-right

PreviousDesign HashMapchevron-leftNext1.Intersection of Two Arrayschevron-right

Last updated 4 years ago