Skip to content

NoftScarlet/JSON-Menu-Tree-vanilaJS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

JSON Menu Tree vanilaJS

Create menu tree object from simple structured JSON data.

The menu will be created with unordered list elements ul and li. The code iterate through the JSON with depth first traversal.

Time complexity

O (V+E)

Space complexity

O(v)

About

Create menu tree from simple structured JSON data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published