ShehrozIrfan / learn-dsa

Learn Data Structures and Algorithms Practically, specifically in C++
MIT License
22 stars 22 forks source link

Add files via upload #45

Closed Sarthak88-tech closed 7 months ago

Sarthak88-tech commented 11 months ago

Great work so far.

Just a minor update, that is for user interaction, we need to ask the user about the size of array. Then it should get the elements in array. Because for now it just ask for entering elements in an array and gives the result after 5, let's make it dynamic.

Screenshot 2023-10-06 at 9 49 31 AM

@ShehrozIrfan I will make changes.