Giter VIP home page Giter VIP logo

stuff's Introduction

Stuff

Some stuff ...

Trying to use GitHub more often to save my code ...

stuff's People

Contributors

animesh-ghosh avatar bhupesh-v avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Forkers

pranav-khurana

stuff's Issues

Tree.cpp Delete function Not Working properly.

NODE* Delete(NODE* root, int data) has been implemented but it seems that for the case when the node to be deleted has 2 child nodes (especially when it's near the leaf nodes) it fails.
This is the video that I have referred to implement the Binary Search Tree.

To replicate the effect: create the same BST as the example and try to delete the node -2 and then display it. It deletes node -4 properly however fails to delete node -2.

Will it ever be fixed? I wonder ๐Ÿค” .

Please Add a readme in ClearScreen dir

The README may contain instructions on how to include and compile the header
For example

Here are complete steps to test ClearScreen on any Debian Based System:

  1. Make a file test.c
#include<stdio.h>
#include"clearscreen.h"
int main(){
    printf("Hello");
    ClearScreen();
    printf("\nBitch It works\n");
}
  1. Download and install the libncurses5-dev:
    sudo apt-get install libncurses5-dev

  2. Compile using -lncurses flag
    gcc test.c clearscreen.c -lncurses -o test

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.