Skip to content

DSA II mini project which is implementation of a nonlinear data structure Y-TREES

Notifications You must be signed in to change notification settings

Mayur2506/YTREE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Y-TREES

DSA II MINI PROJECT!

This project is an implementation of IEEE research paper which allows Better organization of larged size data.

  • It has a center-based data model which tells us shortest path possible to a node from root.
  • The search operations give better results as compared to famous algorithms such as Bellman Ford Algorithm [O(|V|*|E|)] or Dijkstra Method[O(V2)]

About

DSA II mini project which is implementation of a nonlinear data structure Y-TREES

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published