ismaelsadeeq / Data-Structures-Algorithms-Problems

This repository contains Data structures/Algorithms Implementation and problems solved in various programming language with explanation
MIT License
35 stars 20 forks source link

added main program to check the output #38

Closed palak-k5 closed 1 year ago

palak-k5 commented 2 years ago

In array ->Python->ValidSubsequence file added main program from which we can call the function ValidSubsequence() and get the output and verify it to check the logic used the same examples that were given in the comments.