DEV Community

Prasanna Venketesh
Prasanna Venketesh

Posted on

19th day of my CP journey

This is the 19th day of the Competitive programming journey. I am happy to have started this. Through this journey I have discovered many platforms and their workings. In this journey I had come accross working with Strings, Arrays and many more data structures. Today I have solved questions from Leetcode.

Concepts involved :-

1.Merge two sorted arrays - Arrays, loops, conditional statements.
2.Maximum Subarray - Arrays, loops, conditional statements.

First question I did for today is "Merge two sorted arrays". This question made me get a good grip over Arrays and their traversal. This question deals with merging two subarrays being sorted.

Image description

Secondly I did a question called "Maximum Subarray".This dealt with Arrays and their traversal.Here we have to find the maximum sum of sub array.

Image description

Image of Datadog

The Essential Toolkit for Front-end Developers

Take a user-centric approach to front-end monitoring that evolves alongside increasingly complex frameworks and single-page applications.

Get The Kit

Top comments (0)

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay