DEV Community

Rishitha Nallapureddy
Rishitha Nallapureddy

Posted on

Journal - 5-12-24

Hey, I am so delighted to say that I was able to take the next step in my competitive programming journey. I started with no knowledge of linked lists and have now begun learning some of the tougher concepts. After covering the basics, I moved on to more complicated topics. I’ve learned about linked lists and tackled a few related questions over the past few days. Today, I focused on Dojo-related questions, as I need them for my upcoming dojo this week. I made a plan with that in mind. So, today I worked on three different questions that were from linked list. In the three two questions are difficult and other was moderate.

For the first question,I did Sorting array in liked list where we are required to arrange a linked list which were arranged randomly in proper manner it also took me a lot of time to do this while watch a youtube video. After completing the first i did the next question which is if their exist a pair of elements in linked list whose sum is equal to X. In this we have to check by adding two indexes if this is equal to the provided value X then we have to return the pair indexes. I felt it to be easy compare to the first one and i was improving every day and it felt good to see myself better than yesterday.

Last but not least, I did odd even linked list where we will be provided with a list we have to rearrange the list by verifying if they are odd we have to get them to the start of the list if not the at the end of the list we have to add the even elements . That all for the day. Overall, the day was great and productive.

Top comments (0)