-
Notifications
You must be signed in to change notification settings - Fork 0
This is a C++ code for the problem for designing a Novel data structure based upon the heap properties ensuring it covers the following:- 1) The heap must satisfy the heap property. 2) Every parent node in the heap must have 2^x children. 3) The value of x must be a parameter of the heap’s constructor.
License
kartik1601/Power-of-Two-Heap
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
This is a C++ code for the problem for designing a Novel data structure based upon the heap properties ensuring it covers the following:- 1) The heap must satisfy the heap property. 2) Every parent node in the heap must have 2^x children. 3) The value of x must be a parameter of the heap’s constructor.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published