Programming Interview Question Examples:
Linked List
-
Interviews: Removing Duplicates
- How do you go about removing duplicate entries from a linked list?
-
Interviews: Reverse a Linked List
- What's to be done to reverse a Linked List?
-
Interviews: Removing Duplicates
String
-
Interviews: Reversing a String
- Let's have a look simply reversing a string in python.
-
Interviews: Testing Permutation
- What can you do if you want to test string permutation?
-
Interviews: Reverse Word Order
- We've reversed a whole string, can we no just swap the words?
-
Interviews: Reversing a String