Skip to content

Latest commit

 

History

History
22 lines (20 loc) · 1.03 KB

README.md

File metadata and controls

22 lines (20 loc) · 1.03 KB

linkedList-Strings-CPlusPlus

This repository contains implementation of linked list in C++ with different string operations. This code was tested on visual studio 2015. LinkedString.h and LinkedString.cpp contains the code for Linked List class and Source.cpp contains the code for testing the LinkedString class.

0) Press 0 to Exit
1) Press 1 to copy data of Str1 into Str2
2) Press 2 to input data into Linked List
3) Press 3 to output data of Linked List
4) Press 4 to check Length of Linked List
5) Press 5 to Concatenate Str1 and Str2
6) Press 6 to check if Linked List Str2 is found in Str1
7) Press 7 to check a string in Linked List Str1
8) Press 8 to find And Copy string of Str1 in Str2
9) Press 9 to find And Cut string of Str1 in Str2
10) Press 10 to find And Replace string of Str1
11) Press 11 to find And Insert after a string in Str1
12) Press 12 to find And Invert a string of Str1
13) Press 13 to Reverse the string of Str1
14) Press 14 to Clear the Screen

If you find any issue make sure to make a pull request.