We hereby welcome coders who wish to contribute to Open Source and participate in Hacktober Fest 2020.
We are looking for Quality and not Quantity
This repository aims at providing solutions to the famous questions on Binary Trees in as many languages as possible.
You can get good questions on Binary Trees from sites like
1. GeekForGeeks
2. InterviewBit
3. LeetCode
4. HackerEarth
5. HackerRank
This repository especially focuses on helping beginners through the Hacktober Fest.
If you are an absolute beginner and want to contribute then check out CONTRIBUTING.md
If a language folder, say C++, already has a code for a problem statement X, then no code will be accepted for the same problem statement X (in that language), until and unless you solve it with a different approach (in which case you need to explicity mention in the filename eg. Inorder_Using_Iteration.cpp )