Skip to content

Latest commit

 

History

History
15 lines (7 loc) · 600 Bytes

File metadata and controls

15 lines (7 loc) · 600 Bytes

Array_Problems

here is the list of array problems in solved this repo will provide array questions and code in cpp These questions are taken from "Geeks for Geeks" and the link is given below

https://www.geeksforgeeks.org/top-50-array-coding-problems-for-interviews/

coding

side notes

‣ Vectors are array but the size and capacity automatically changes and you don't want to prefien it

‣AUTO is a keyowrd in cpp,which automatically detects the integer type