Skip to content

Instantly share code, notes, and snippets.

View cshreyastech's full-sized avatar

Shreyas Chandra Sekhar cshreyastech

View GitHub Profile
@cshreyastech
cshreyastech / README-Template.md
Created December 8, 2019 18:17 — forked from PurpleBooth/README-Template.md
A template to make good README.md

Project Title

One Paragraph of project description goes here

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

//insert value to BST
//findPath of a number in BST
//Find Minimum value in BST
//Find Maximum value in BST
//Find Height of BST
//Pre Order Traversal
//Post Order Traversal
//In Order Traversal
//Level Order Traversal
//Find if a Tree in BST