Skip to content

digimuza/funstruct

Repository files navigation

Fun data structures

Tree

Complex tree structure. Tree structure implementation with utility functions.

Serialized tree structure is flat record<string, object> this makes this structure easier to manage, update, and parse.

  • merge - Merge two tree structure
  • toFlat - Return regular tree structure
  • toJSON - Serializes Tree structure to JSON
  • clone - Clones current tree

Graph

Coming soon.

About

Usefull data structures

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published