Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 427 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 427 Bytes

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)]