Skip to content

nikspatel007/CreateTree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Initial Problem

Parameters:

  1. Can be solved in any language
  2. Deliver a working runnable solution.
  3. Style and approach is completely up to the developer.

Given the string:

"(id,created,employee(id,firstname,employeeType(id), lastname),location)"

Output the following:

id
created
employee
- id
- firstname
- employeeType
-- id
- lastname
location

Bonus (output in alphabetical order):

created
employee
- employeeType
-- id
- firstname
- id
- lastname
id
location

About

Create Tree

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages