Giving Wrong Code for many Problems.

#6
by haseeb-heaven - opened

Its providing wrong output for Many complex coding problem. like these.

Problem 1.
Problem: Write a program in C# to find the minimum number of platforms required for a railway station given arrival and departure times of trains.
Input: Given two arrays representing arrival and departure times of trains arr = [900,940,950,1100,1500] and dep = [910,1200,1120,1130,1900]
Output: The minimum number of platforms required for the railway station is 3.

Falcon Output : The minimum number of platforms required for the railway station is 5.

Problem 2.
Problem: Write a program in Java 8 to find the longest common subsequence of two strings. Give me full source code with main method included and dont explain anything in output.
Input: Given two strings s1 = “ABCDGH” and s2 = “AEDFHR”
Output: The longest common subsequence of “ABCDGH” and “AEDFHR” is “ADH”.

It isn't fine tuned to handle coding prompts well

Somebody needs to training and fine tune falcon with programming dataset. It would be huge!

Sign up or log in to comment