Giter Club home page Giter Club logo

arpanmaheshwari144 / heap-data-structure Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 134 KB

A heap is a specialized tree-based data structure which is essentially an almost complete tree that satisfies the heap property: in a max heap, for any given node C, if P is a parent node of C, then the key (the value) of P is greater than or equal to the key of C. In a min-heap, the key of P is less than or equal to the key of C. The node at the "top" of the heap (with no parents) is called the root node.

C++ 100.00%
heap heap-data-struture cpp

heap-data-structure's Introduction

Heap-Data-Structure

Installation

You only need MinGW in your system. If you do not have MinGW you can download it from there. Download according to your system specification.

Getting Started

  • Once you download MinGW install it.
  • Then go to this location(C:\MinGW\bin).
  • Copy that path and paste it to your user/system environment variables where ever you want.
  • If everything is fine, run the following command on your CMD and Terminal:
g++

These commands will show only a fatal error. If these commands do not show a fatal error or some other kind of error, so please make sure you have done all the above steps correctly.

  • If you are done all the steps correctly, you will not face any difficulty at all.
  • Then download the code and run it in your favorite editor.
  • Open your code editor terminal, if your code editor has no terminal so open CMD and locate to that folder which has the files of C++ programs. Then run the following command:
g++ filename
  • This command will compile your code and in your code folder, one file as a.exe was made.
  • Then type 'a' in your terminal and hit the tab button. Your program runs successfully.

Documentation

For more information, Please refer to the C++ docs.
Click here to know more about Heap Data Structure.

heap-data-structure's People

Contributors

arpanmaheshwari144 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.