Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 2.87 KB

README.md

File metadata and controls

20 lines (15 loc) · 2.87 KB

chatGPT Transcripts

This repo holds the transcripts for solving a diversity of Complex Problem using chatGPT.

  1. Industry based Software Engineering Problem - Software Engineering ProblemTranscipt

  2. Competetive Programming Style Algorithmic Problems:
    i) Leetcode Problem - 1(Dynamic Programming) : K-Concatenation Maximum SumTranscipt
    ii) Leetcode Problem - 2(Dynamic Programming) : Valid Parenthesis StringTranscipt
    iii) Leetcode Problem - 3(Backtracking) : Additive NumberTranscipt
    iv) Leetcode Problem - 4(Graphs) : Number of Ways to Arrive at DestinationTranscipt
    v) Leetcode Problem - 5(Trees) : Closest Nodes Queries in a Binary Search TreeTranscipt
    vi) Leetcode Problem - 6(Divide and Conquer) : Super PowTranscipt
    vii) Leetcode Problem - 7(Greedy) : Append K Integers With Minimal SumTranscipt
    viii) Leetcode Problem - 8(Greedy) : Maximize the Topmost Element After K MovesTranscipt
    ix) Leetcode Problem - 9(Ordered Set) : Minimum Absolute Sum DifferenceTranscipt
    x) Leetcode Problem - 10(Recursion) : Number of Digit OneTranscipt

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.