This repo holds the transcripts for solving a diversity of Complex Problem using chatGPT.
-
Industry based Software Engineering Problem - Software Engineering Problem → Transcipt
-
Competetive Programming Style Algorithmic Problems:
i) Leetcode Problem - 1(Dynamic Programming) : K-Concatenation Maximum Sum → Transcipt
ii) Leetcode Problem - 2(Dynamic Programming) : Valid Parenthesis String → Transcipt
iii) Leetcode Problem - 3(Backtracking) : Additive Number → Transcipt
iv) Leetcode Problem - 4(Graphs) : Number of Ways to Arrive at Destination → Transcipt
v) Leetcode Problem - 5(Trees) : Closest Nodes Queries in a Binary Search Tree → Transcipt
vi) Leetcode Problem - 6(Divide and Conquer) : Super Pow → Transcipt
vii) Leetcode Problem - 7(Greedy) : Append K Integers With Minimal Sum → Transcipt
viii) Leetcode Problem - 8(Greedy) : Maximize the Topmost Element After K Moves → Transcipt
ix) Leetcode Problem - 9(Ordered Set) : Minimum Absolute Sum Difference → Transcipt
x) Leetcode Problem - 10(Recursion) : Number of Digit One → Transcipt
Note: For Leetcode Problem 7
and Leetcode Problem 8
, the correct JAVA code was given as the prompt to chatGPT in order to get correct solution.