@@ -93,3 +93,55 @@ javac ReverseLinkedList.java
9393
9494java ReverseLinkedList
9595
96+
97+ ---
98+
99+ ## ** List of Problems Included**
100+
101+ - Reverse Linked List
102+ - Array Rotation by K steps
103+ - Find Two Missing Numbers
104+ - Detect Cycle in Linked List
105+ - Snake and Ladder Game Design (OOP)
106+ - Merge Two Sorted Linked Lists
107+ - Print Permutations of a String
108+ - Swap Two Numbers Without Temp Variable
109+ - Find Pairs with Given Sum
110+ - Fibonacci Number (Recursive & DP)
111+ - LRU Cache Implementation
112+ - Find Third Element from End in Linked List
113+ - Linked List Intersection Point
114+ - Move Zeros to Left in Array
115+ - Merge Overlapping Intervals
116+ - Find First and Last Index of Element in Sorted Array
117+ - Add Binary Strings
118+ - Validate a Mountain Array
119+ - Generate Power Set of Array
120+ - Clone a Directed Graph
121+
122+ ---
123+
124+ ## ** Contribution**
125+
126+ Contributions are welcome! If you want to add more problems or improve existing ones:
127+
128+ 1 . Fork the repository
129+ 2 . Create your feature branch (` git checkout -b feature/your-feature ` )
130+ 3 . Commit your changes (` git commit -am 'Add new problem solution' ` )
131+ 4 . Push to the branch (` git push origin feature/your-feature ` )
132+ 5 . Create a Pull Request
133+
134+ ---
135+
136+ ## ** Contact**
137+
138+ For questions or suggestions:
139+ - Email: your.email@example.com
140+ - LinkedIn: https://linkedin.com/in/yourprofile
141+ - GitHub: https://github.com/your-username
142+
143+ ---
144+
145+ ## ** License**
146+
147+ This project is licensed under the MIT License - see the [ LICENSE] ( LICENSE ) file for details.
0 commit comments