rishabhgarg25699 / Competitive-Programming

This repository contains some useful codes, techniques, algorithms and problem solutions helpful in Competitive Coding. Join with me on telegram group https://t.me/joinchat/GL4Y8RREZbz-Cp78R869CQ
63 stars 120 forks source link

Implementation of Binary Treen in Funtional Programming way #292

Open aryanmaurya1 opened 3 years ago

aryanmaurya1 commented 3 years ago

Every algorithm in this repository is either implemented in OOPs way or Procedural Way, I want to implement it in functional programming way.