Skip to content

Latest commit

 

History

History
 
 

test_samples


  • Sample Test No. One: Find the shortest path from Point A to Point B

    sample_test_une


  • Sample Test No. Deux: Given three strings check if the third string is a shuffle of the first two strings

  • Sample Test No. Trois: Given any number of a vector of strings, extract every first letter of every string of this vector, aka acronyms problem ; after every string except the last one put a dot ...

  • Sample Test No. Quatre: Check if an integer number is Happy or Sad ...