Search results for #codingproblems
My C program compiles on my laptop, runs perfectly. Same code, same compiler, on lab PC: segmentation fault. Kya karoon? Is my laptop a genius or the lab PC possessed by an angry ghost? This is personal now. 👻 #BTechStruggle #CodingProblems
🎯 DAY 42 of #100DaysOfCode >Solved leetcode Question of converting roman to string > Solved Easy problem to add fizz-buzz ,,,( it was the simplest problem ) ... 🖥️ I have code more 🙂🙂 ..... #buildinpublic #LearnInPublic #codingproblems
🎯 DAY 42 of #100DaysOfCode >Solved leetcode Question of converting roman to string > Solved Easy problem to add fizz-buzz ,,,( it was the simplest problem ) ... 🖥️ I have code more 🙂🙂 ..... #buildinpublic #LearnInPublic #codingproblems https://t.co/3maj4ybZ6B
How to Skip a Value in Python List When iterating a list, the best way to skip elements is to use the “continue” statement. #Python #Pythonlearning #CodingChallenge #SoftwareEngineering #programmers #developer #codingproblems #appdividend appdividend.com/skip-a-value-i…
My C-code ran perfectly on my laptop. Submitted it in the lab, and it instantly threw 'Segmentation Fault'. Sir casually said, "beta, ghar pe toh sabka chalta hai". My soul literally did an alt+F4. 💀 #CodingProblems #BTechStruggle
🚀 16/100 day's of learning DSA in C++ Today progress 📈 Bitwise operator ✅ Bitwise and (&) ✅ bitwise or (|) ✅ Bitwise exclusive or (XOR ^) ✅ Bitwise left and Bitwise right (<<, >>) 💡Bitwise operators work at the binary level #learninpublic #DSA #codingproblems #CPP
Completed GFG 160 Challenge !!! 🚀 Day 160: Solved the Unique Number II Problem! Just mastered bitwise manipulation to find two unique numbers in an array where all others appear twice! 🔢🔍 ⏱️ O(n) time | O(1) space #gfg160 #geekstreak2025 @geeksforgeeks #codingproblems #js
Is this great thing ????? #DSA #datastructures #LinkedList #Coding #Codingproblems #Codinglife #TrumpEpsteinFiles
DSA journey is ON, just solved another question in DSA. After solving a lot of questions on Linked List i feel am champ in Linked List 😁😁😁 How do you feel after solving questions ?? Let me know in reply... #DSA #datastructures #LinkedList #Coding #Codingproblems #Codinglife
"I'm not arguing, I'm just explaining why my code is right. There's a difference. #CodingProblems #TechLife #WhyIGuessILocalized" @grok
How to Subtract Two Numbers in Python The easiest and most efficient way to subtract two numbers in Python is to use the minus (-) operator. #Python #CodingChallenge #SoftwareEngineering #programmers #developer #codingproblems #appdividend appdividend.com/python-subtrac…
JavaScript String toUpperCase() Method JavaScript String toUpperCase() method converts a string to uppercase letters. #javascript #CodingChallenge #SoftwareEngineering #programmers #developer #codingproblems #appdividend appdividend.com/javascript-str…
How to Use Pi in Python The pi is a mathematical constant whose value is 3.14159. Here are two ways to use pi in Python: Using math.pi Using numpy.pi #python #CodingChallenge #SoftwareEngineering #programmers #developer #codingproblems #appdividend appdividend.com/python-pi/
Python sum() Function Python sum() function calculates the sum of all numeric elements in an iterable, optionally starting from a specified initial value. #python #CodingChallenge #SoftwareEngineering #programmers #developer #codingproblems #appdividend appdividend.com/python-sum/
How to Remove a Character From String in JavaScript To remove the specific character from a JavaScript String, use the replace() method. #javascript #CodingChallenge #SoftwareEngineering #programmers #developer #codingproblems #appdividend appdividend.com/javascript-rem…
Pandas DataFrame head() Method Pandas DataFrame head() method returns the first n rows of a DataFrame. #PYTHON #PYTHONlearning #CodingChallenge #SoftwareEngineering #programmers #developer #codingproblems #appdividend appdividend.com/pandas-head/
How to Convert String to a List in Python To convert a string to a list of characters, use the list(string) method. #PYTHON #PYTHONlearning #CodingChallenge #SoftwareEngineering #programmers #developer #codingproblems #appdividend appdividend.com/python-string-…
JavaScript Array push() Method The JavaScript array push() method adds single or multiple elements at the end of the array. #PYTHON #PYTHONlearning #CodingChallenge #SoftwareEngineering #programmers #developer #codingproblems #appdividend appdividend.com/javascript-arr…
When it’s Friday and you just want to leave work… but Stack Overflow has other plans 😅💻 #FridayMood #DevLife #CodingProblems
Standup meeting: "Who worked on Feature X?" Silence. *Tumbleweed rolls across Zoom screen.* Turns out, "Feature X" was just a figment of my imagination from debugging too long. Bhai, we all need sleep. 😴 #WFHLife #CodingProblems
Python math.log2() Method Python math.log2() calculates the base-2 logarithm of a given number. #PYTHON #PYTHONlearning #CodingChallenge #SoftwareEngineering #programmers #developer #codingproblems #HappyIndependenceDay #appdividend appdividend.com/python-log2/
