# #DAY 3 - Pattern and Linked List Questions

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](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.
