Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions QUESTIONS.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ Technical Interview Questions
- Check if String is a palindrome
- Check if a String is composed of all unique characters
- Determine if a String is an int or a double
- Give an input of a custom alphabet, sort a list of strings alphabetically.
- **HARD**: Find the longest palindrome in a String
- **HARD**: Print all permutations of a String
- **HARD**: Given a single-line text String and a maximum width value, write the function 'String justify(String text, int maxWidth)' that formats the input text using full-justification, i.e., extra spaces on each line are equally distributed between the words; the first word on each line is flushed left and the last word on each line is flushed right
Expand Down