🚀Day 64 of #100DayOfCode
• Today's problem: Combination Sum
• Approach: Use backtracking/recursion.
• Time Complexity: Exponential in nature (backtracking).
#DSA#LeetCode#cpp#CodingChallenge
🚀Day 62 of #100DaysOfCode
Today's Problem : Single Number - III
• Approach : Hash Map Counting , Count frequency of each number, Collect those with count = 1, Sort and return.
• Time Complexity: O(n)
#DSA#cpp#LeetCode#CodingChallenge
🚀 Day 60 & 61 of #100DaysOfCode
Today's Problem:
1. Power Set (Bit Manipulation)
• Approch - Use bitmasking
• Time Complexity: O(n * 2^n)
2.Divide Two Numbers without Multiplication and Division
• Approch - Use bit manipulation
• Time Complexity: O(log n)
#DSA
🚀 Day 58 of #100daysofcoding
Today's Problem: Count subarrays with given XOR K
• Approach: Use a prefix XOR at each step, calculate x = current_xor ^ k. Add the count of x in the map to the answer. Update the map with the current prefix XOR.
• Time Complexity: O(n)
#DSA#CPP
🚀 Day 56 of #100DaysOfCode
Today's Problem: Longest Consecutive Sequence in an Array
• Approach: Store all elements in a hash set, Start counting only if num-1 doesn’t exist , Expand until sequence breaks
• Time Complexity: O(n)
#DSA#Cpp#Hashing#LeetCode#CodingChallenge
🚀Day 54 & 55 of #100DaysOfCode
• Count All Subsequences with Sum K, Find the number of non-empty subsequences whose sum equals a given K.
• Check if a Subsequence Exists with Sum K Determine if there’s at least one subsequence whose sum equals K.
#DSA#LeetCode#cpp#NuNew
🚀 Day 53 of #100DaysOfCode
Today's Problem: Find the Nth Root of a Number using Binary Search.
• Nth root of M → number X such that X^N = M, If no integer exists, return -1.
• Approach: Search space from 1 to M, check mid via pow() function.
#DSA#Cpp#LeetCode
🚀 Day 52 of #100DaysOfCode
Today's Problem: Search in a Rotated Sorted Array – I
• Key idea: Identify which half of the array is sorted. Decide whether to search left or right based on the target.
• Time Complexity: O(log n)
#DSA#Cpp#LeetCode#CodingChallenge
🚀 Day 51 of #100DaysOfCode
Today's Problem: Find the First and Last Occurrence
• Used Binary Search to find:
→ First occurrence (move left on match)
→ Last occurrence (move right on match)
•Time complexity : O(log n)
#DSA#cpp#BinarySearch#CodingChallenge#LeetCode
🚀 Day 50 of #100DaysOfCode
Today's Problem: Find the Floor and Ceil of a number in a sorted array,
Floor → greatest element ≤ x,
Ceil → smallest element ≥ x
• Approch: Used linear scan to update values while traversing
#DSA#Cpp#ProblemSolving#CodingChallenge
Day 49 of #100DaysOfCoding
Today's Problem: Search Insert Position
• Problem: Given a sorted array and a target, return the index if found. If not return the position where it should be inserted.
• Approch: Binary Search
• Time Complexity: O(logn)
#coding#DSA#Leetcode#Cpp
Day 46 of #100DaysOfCode
Today's Problem: Rotate Matrix by 90° Clockwise
• Approach:-
1: Transpose the matrix
2: Reverse each row
OR
Used a temp matrix to understand mapping: rotated[j][n - i - 1] = matrix[i][j]
#DSA#MatrixManipulation#cpp#LeetCode#CodingChallenge
🚀Day 45 of #100DaysOfCode
Today's Problem: Pascal’s Triangle I
• Approach: Each value = nCr, i.e., combination of (r - 1) choose (c - 1)
• Used an optimized method to compute combinations without factorials for better performance.
#CodingChallenge#DSA #Cpp#LeetCode#DS
Day 44 of #100DaysOfCode
Today's Problem: Print the matrix in spiral manner
• Approach: Use four pointers top, bottom, left, right. Traverse in order: left to right, top to bottom, right to left, and bottom to top. Shrink the boundaries after each direction
#Algorithms#DSA
207 Followers 226 Following"Developer | Learning Java & C++ | Documenting my coding journey | Will grind until achieving a successful life | Let's connect!"
1K Followers 6K FollowingFrontend Software Engineer | Building responsive web apps with HTML & CSS | Learning JavaScript | Passionate about UI/UX | Open to collabs!
274 Followers 274 FollowingStudent 👩🎓 | Web Dev learner 💻
Dreaming big, starting small 🌱✨
If you love coding, let’s grow together 🚀
#100DaysOfCode #WomenWhoCode
764 Followers 1K Following🐜 Template language for displaying UI from server to client. Alternative to HTMX and Alpine.js. Top 2 product of the week on @devhunt_
https://t.co/kLwY3PecFa
1K Followers 3K FollowingHuman-powered social media for indie devs 💻.
We set up, warm, and grow your X, IG, and TikTok so you can stay focused on coding.
2K Followers 3K FollowingTrading made simple, opportunities made endless! 🔥🌍@CoinstoreExc is where innovation meets accessibility. Are you ready to level up your crypto journey? 🚀💰
38 Followers 240 FollowingSolo Indie Maker & Full Stack Next JS Developer
17 Followers 😮 on 08/07/2025
➡️ Making https://t.co/sZpoHDOPOs
I come from a small village in Thrissur.
56K Followers 750 FollowingImmunefi — One Platform. Unified Security Operations. Complete Onchain Protection. Over $180B of user funds protected across 500+ protocols.
274 Followers 274 FollowingStudent 👩🎓 | Web Dev learner 💻
Dreaming big, starting small 🌱✨
If you love coding, let’s grow together 🚀
#100DaysOfCode #WomenWhoCode
990K Followers 738 FollowingA global economy built by all of us. Built on Ethereum, built on the Superchain. We have no plans to issue a new network token.
868K Followers 91 FollowingA pioneering on-chain ecosystem dedicated to revolutionizing the future of finance and blockchain scalibility, seamlessly bridging TradFi and DeFi.
3K Followers 51 FollowingCryptoZombies is a web3 coding school inside your browser. Learn smart contracts the fun way then we find you other web3 enthusiasts to collaborate with.
46K Followers 301 FollowingWhether you're just getting into tech or levelling up your coding skills, we're here to help you shine. What will you build?
https://t.co/tKOyDCtOJn
36K Followers 3K FollowingCrypto Funfluencer. Love your follow. As long as the dice is still rolling, you'll get your six. For now, we clap for others and show love 🫶.
21K Followers 4 FollowingTeaching the next generation of web3 developers.
150+ hours of Smart Contract Development and Security Courses, completely for Free.
Powered by @cyfrinaudits
5K Followers 234 FollowingEng. @ MedCN | IIT-D | Google Developer Expert | JAPAN SSP ALUMI | National Awards In Web and AI🥇 | Panelist with Prime minister of India | Polymath ❤️
746 Followers 567 FollowingI'm Vaishali Bhagwani, a student at the Indian Institute of Information Technology Vadodara-International Campus Diu.
GitHub: https://t.co/BUJfoXY6aI
418 Followers 434 Following21 || Pursuing BCA at S.S. JAIN SUBODH P.G. COLLEGE, JAIPUR
|| HTML || CSS || Web Development-In Progress ||
🚀365 Days of Code || Building with MERN ||