Skip to main content

Command Palette

Search for a command to run...

#DAY 3 - Pattern and Linked List Questions

Published
1 min readView as Markdown
M

Passionate learner dedicated to acquiring new knowledge and sharing insights to inspire others on their own learning journeys. Join me in exploring diverse topics and fostering a community of knowledge seekers.

Greetings, dear readers! Consistency is important I guess I missed that. It's okay It's never late to start again. Today, we embark on an exciting journey into the realm of data structures, where we explore the beauty of linked lists and some pattern programming questions.

Pattern Based Programming

Pattern Based Programming helps us to better understand how loops work. It's good for beginners to start with problem-solving. In companies, pattern programming is not frequently asked it's like 50-50 percent chance, but it helps in improving basic problem-solving skills.

Today I completed the pattern-based programming question. Questions are from the Kunal repository you can find that here https://github.com/kunal-kushwaha/DSA-Bootcamp-Java.git. From the answer I linked my repository, you can refer to that.

LinkedList

Today I decided to spend at least 1 to 2 hrs in DSA. Today I started with Linkedlist, learned how to create the LinkedList manually and also insertion, and deletion (first, last, middle) of the LinkedList. Solved a few problems in Leetcode.

Happy coding.