[gcj] Re: Parenting Partnering Returns

2020-04-10 Thread Saurabh Gattani
C++ solution passing all test cases with detailed explanation here:- https://www.golibrary.co/google-codejam-2020-parenting-partnering-returns-solution/ Thanks, Saurabh On Tuesday, 7 April 2020 10:50:28 UTC+10, Martin Seeler wrote: > > I'm asking to keep my sanity: Did anyone solve this

[gcj] Re: C++, Parenting Partnering Returns, Qualification Round 2020. Help to find out the cause for fault!!!

2020-04-10 Thread Saurabh Gattani
Solution with explanation for parenting partnering here:- https://www.golibrary.co/google-codejam-2020-parenting-partnering-returns-solution/?fbclid=IwAR2SJfghu5n0yU1eTueA8SjGZ9Gcc5yIGj6i-pLCV5l-DJR_YJIUuwQBam8 On Tuesday, 7 April 2020 10:45:39 UTC+10, Olena Lizina wrote: > > Hi all, > > I

[gcj] Re: Submit problem for "Parenting Partnering Returns"

2020-04-08 Thread Saurabh Gattani
Can anyone advise what's wrong with the below code ? #include using namespace std; char check(vector < int > interval, std::map < char, vector < int > > map) { vector < int > person1 = map['C']; vector < int > person2 = map['J']; if (person1[1] <= interval[0] || interval[1]

[gcj] Re: Qualification round problem - Nested depth

2020-04-08 Thread Saurabh Gattani
I have posted a solution with a detailed explanation here on my blog :- https://www.golibrary.co/google-codejam-2020-solution-to-nesting-depth-problem/ On Tuesday, 7 April 2020 10:56:20 UTC+10, Avinash Bhardwaj wrote: > > > I prepared several testcases and each one is passing as per the rules

[gcj] Boilerplate code in nodejs for reading multidimentional array

2020-04-06 Thread Saurabh Gattani
Hi All, I am looking for Boilerplate code in nodejs for reading multidimentional array for codejam. If anyone has any inputs, please let me know. -- You received this message because you are subscribed to the Google Groups "Google Code Jam" group. To unsubscribe from this group and stop