algoholics-ntua / algorithms

Resources for reading & solved problems
MIT License
41 stars 15 forks source link

Various Algorithms for Array Data Structure #12

Closed anshal570 closed 4 years ago

anshal570 commented 4 years ago

These are the various algorithms for array data structures. Various algorithms included are : Creating an array Make Empty array Find Element in an array Find k th element in an array Insertion in unsorted array Deletion in unsorted array Insertion in sorted array Deletion in sorted array Next algorithm Previous algorithm

mstou commented 4 years ago

Hello @anshal570, thanks for trying to contribute. Your code, while useful, is not really relevant to this repository. It would be great for an introduction to C++. If you want to add solutions to Array problems, you may want to try one of the problems in section 1 here. Also, next time please follow the contribution guidelines