Day 8 #100DaysOfCode
Solved today's Leetcode problem.
Studied generic interview questions on Java and Spring Boot.
Worked on the online food ordering app: designing the chat bot, login, and home page.
@PavanKumar26_@RajReeshu you have a point somewhere in arr that is between the left (L) side and right (R), assign moving left side and right (l,r), increment through arr, and move smaller than pivot to moving left (l) side same for right (r), do it again from L static to l moving same fore right
Day 7 #100DaysOfCode
Implemented LRU Cache in Java (get, put, handle capacity).
Found the Longest Substring Without Repeating Characters.
Binary Tree Level Order Traversal.
Studied user authentication in Spring Security.
Learned MongoDB basics and reviewed Java interview qns.
@cmmonco Converted each number using the mapping array.
Pair each mapped value with its original index.
Sorted by mapped values; If two numbers have the same mapped value, use original indices to maintain stability.
Use the sorted pairs to reconstruct the sorted array of original num.
Day 6 #100DaysOfCode
Solved today's Leetcode DSA daily challenge:
Find the Length of Longest Repeated Character
Calculate the Number of Ways to Represent N Cents
Calculate Minimum Number of Jumps to Reach End of an Array
Day 5 #100DaysOfCode
Solved Leetcode 2418 (Sort the People) and practiced 645 (Set Mismatch), PlusOne.
Updated and tailored my resume.
Reviewed and applied MVC concepts.