Leetcode: 127 > Solved Word Ladder today.
Realized life is also just moving one letter at a time…
from pain → gain
from lost → cost
from fail → tail (you just keep chasing 😂)
Shortest path exists. Just keep BFS-ing 🧠🔥
#leetcode#dsa#devlife
Day 100 of #100DaysOfDSA 🎯
Continued with recursion and practised a backtracking problem
1️⃣ LC 46 : Permutations
Tried two approaches:
1. Frequency Array
2. Swapping Technique
Recursion + Backtracking = Magic
Feeling great to hit 100 days! 🚀
#DSA#LeetCode#CodingJourney