ShriyanshiSrivastava / Data_Structures_For_Hacktoberfest

A repository to get started with open source and contribute in Hacktoberfest . You can add any data structures and algorithms code in the language of your choice.
16 stars 80 forks source link

Create sortStringsAlphabetically.cpp #91

Closed AbhirupB closed 3 years ago

AbhirupB commented 3 years ago

This C++ code accepts a list of names from the user and sorts them in Alphabetical Order using string functions.