Will be implementing the basic algorithms using c language.
- In this we build a menu driven program to delete at the beginning, end and the entered index number.
- In this we build a menu driven program to insert at the beginning, end and the entered index number.
- In this we will create and read a linked list.
- In this we are taking and displaying the data of a class.
- In this we will insert a node at the begining of a already created linked list.
- In this we will insert a node at the end of a already created linked list.
- In this we will insert a node after a given node of a already created linked list.
- In this we will insert a node before a given node of a already created linked list.
- In this we will delete a node at the begining of a already created linked list.
- In this we will delete a node at the end of a already created linked list.
- In this we will delete a node at the given location of a already created linked list.
- In this we will concatenate two string.
- In this we are comparing to strings.
- In this we will be inserting a substring in a main sentence.
- In this we are reversing a string.
- In this we are finding the size of a string.
- In this we will extract the substring from a string.
- In this we are converting lower string to upper and vice versa.
- In this we build a menu driven program, that runs all the above function.