URL-Shortener

  • A URL shortener is a simple tool that converts user URL to a compressed form.
  • It has two options, user can choose:-
    A) Generate URL from given id,
    B) Generate URL from input URL.
    The concept of Hashing is used to reduce the length of URL that can have lower case letters, capital letters and digits.