yashikakaushik
yashikakaushik
I want to add the solution for the nQueens problem in leetcode. Here is the link to the problem: https://leetcode.com/problems/n-queens/  Do assign it to me.
Resolve issue #81 Added solution for nQueens problem on leetcode. Problem link: https://leetcode.com/problems/n-queens/  The code had been submitted successfully.
I want to add the solution to Letter Case Permutation problem on Leetcode (784) using backtracking.
Hi! I want to add the solution to problem 784 (Letter Case Permutation) on Leetcode using concepts of recursion and backtracking. Here is the description for the problem: Approach: We...