Skip to content
- Write a program to find Kth smallest element in array
- Write a program to remove duplicates from array
- Write a program to reverse a linked list
- Write a program to reverse a string with out using built in API
- How do you find the middle element of a singly linked list in one pass?
- How do you find the sum of two linked lists using Stack?
- How do you print the first non-repeated character from a string?
- How do you count a number of vowels and consonants in a given string?
- How do you count the occurrence of a given character in a string?
- How do you check if a given string is a palindrome?
- How do you print all nodes of a given binary tree using inorder traversal without recursion?
- How is a bubble sort algorithm implemented?
- How do you swap two numbers without using the third variable?
- Write a program to count a number of vowels and consonants in a given String?
- How to Print first non repeated character from String?
- Write a program to print first non repeated character from String?