📰 Dev.to · Dolly Sharma
Articles from Dev.to · Dolly Sharma · 11 articles · Updated every 3 hours · View all reads
All
⚡ AI Lessons (9553)
ArXiv cs.AIDev.to · FORUM WEBForbes InnovationDev.to AIOpenAI NewsHugging Face Blog

Dev.to · Dolly Sharma
2w ago
C++ Object Creation & Memory
🔹 1. Object Creation in C++ vs Java ✅ C++ Objects can be created in two...

Dev.to · Dolly Sharma
3w ago
📘 Minimum Insertions to Make a String Palindrome
🔹 Key Idea (MOST IMPORTANT) 👉 Use Longest Palindromic Subsequence (LPS) Minimum...

Dev.to · Dolly Sharma
3w ago
Longest Common Substring
🔹 Definition 👉 Longest substring that is: Present in both strings Continuous (no...

Dev.to · Dolly Sharma
3w ago
📘 Print Longest Common Subsequence (LCS)
🔹 Approach (2 Steps) ✅ Step 1: Build DP Table Same as LCS length ✅...

Dev.to · Dolly Sharma
3w ago
Subset Sum Equal to K — All Approaches (C++)
Subset Sum Equal to K — All Approaches (C++) Subset Sum is a classic Dynamic Programming...

Dev.to · Dolly Sharma
1mo ago
Pointer in C++
Understanding Pointer Size and Dereferencing in C/C++ Introduction Pointers are...

Dev.to · Dolly Sharma
1mo ago
ER Diagram
This isn't just a list of talking points; it's a structured speech you can practice and deliver. It...

Dev.to · Dolly Sharma
1mo ago
🧠 What Python Caches — and What It Does Not
Understanding Python’s Object Caching, Interning, and Memory Behavior Python performs...

Dev.to · Dolly Sharma
1mo ago
Mutability vs Immutability in Python: Memory, References, and Side Effects
Understanding mutability is essential to avoid unexpected bugs and to truly grasp how Python manages...

Dev.to · Dolly Sharma
1mo ago
Why Python Is Slow But Still Dominates Machine Learning
🐍 How Python Works Internally & Why It Still Wins in Machine Learning Python is often...

Dev.to · Dolly Sharma
1mo ago
Module -03 (Mathematics for Machine Learning)
🚀 Why NumPy is Essential in Machine Learning Machine Learning is all about data +...
DeepCamp AI