Medium Level question screwed!
Anonymous User
734
Jun 11, 2022
Jun 11, 2022

Recently I was asked this question in an interview. Anyone please share the solution, preferably in Java.

Given java packages like :

java.util.vector
java.util.Date
org.json.JSONObject
java.util.regex.Pattern
org.writequit.Strings

you have to print the input like following :

-java
	-util
		-vector
		-Date
		-regex
			-Pattern
-org
	-json
		-JSONObject
	-writequit
		-Strings

Was asked in Paypal interview!

Comments (6)