Technical Interview

Home
Technical Interview
Interview Process
Introduction Questions
Quantitative Problems
Google & Microsoft
Algorithms
C/C++ Questions
Java Questions
Data Structures
Fundamental Questions
Puzzles
Resume Tips
Added Recently
Links
Contact Us
Submit Question/Answer

 Algorithms Questions

These are some interview questions on Algorithms. More questions will be added every week or so.


Write a program to reverse a singly linked list

Solution

 

Write a program to delete a node in double linked list

Solution

 

Write a program to sort a linked list

Solution

 

Write a program to reverse a string

Solution

 

Write a program to insert a node in a sorted linked list

Solution