Google-Developer-Student-Club-CCOEW / Competitive-Programming-2023-GDSC-CUMMINS-X-GDSC-MMCOE

Welcome to the Hacktoberfest 2023 Competitive-Programming Cohort for Cummins College and MMCOE students! To request issue assignment, create a pull request, providing: 1. Full Name 🧑‍🎓 2.Email 📧 3.College ID (RNO) 🔢 4.Branch of Study.📚 5. Year 📆 .The Cummins College and MMCOE students' PRs will be considered only. Thank you!
9 stars 69 forks source link

Unique Binary Search Trees II #103

Open Sonia312 opened 9 months ago

Sonia312 commented 9 months ago

Write code in the preferred language and attach output with it.

Given an integer n, return all the structurally unique BST's (binary search trees), which has exactly n nodes of unique values from 1 to n. Return the answer in any order.

Example 1:

image

Input: n = 3 Output: [[1,null,2,null,3],[1,null,3,2],[2,1,3],[3,1,null,null,2],[3,2,null,1]]

Example 2:

Input: n = 1 Output: [[1]]

maskboyAvi commented 9 months ago

@Sonia312 I would like to work on this issue. Please assign it to me.

K-Saniya commented 8 months ago

hello ! I am interested in working on this issue. Please assign it to me .Thanks!

Sonia312 commented 8 months ago

Please mention your complete name, year, roll number and email

sharwaritijare commented 8 months ago

@Sonia312 Could you please assign me this issue. UEC2023260 FY Sharwari Tijare email: sharwari.tijare@gmail.com

K-Saniya commented 8 months ago

Please mention your complete name, year, roll number and email

I am Saniya Karambelkar , Sy Comp , Cummins college of Engineering