Skip to content

sir-mills/candidate-test

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ROUTE IMPLEMENTATION LOGIC (2)

--- Create an Endpoint that takes a string as input through path param and returns the length of the longest substring without repeating characters. --- 1. it's guarded and expects ACCESS-KEY in the header and validates it

For example: given the input "abcabcbb", the longest substring without repeating characters is "abc", so the function should return 3. Another example is "bbbbb", where the longest substring is "b", and the function should return 1.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 100.0%