Developer-Student-Clubs-VSSUT-Burla / Master-PyAlgo

36 stars 84 forks source link

Occurrence of x in a given sequence #538

Closed Khushi-agarwal closed 3 years ago

Khushi-agarwal commented 3 years ago

A program that returns a boolean value depending upon the occurrence of an integer x in the given sequence.If the number of occurrences of x are atmost k,which is another integer,then it return true else false