Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 177 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 177 Bytes

Find-Sub-Array

A function that takes two arrays main Array and sub Array (along with their sizes from user) and finds how many times sub Array occurs in main Array. C++ code.