🎉 Happy Birthday,prakash parmar 🎉 Wishing you a year full of coding success and groundbreaking innovations! 💻🚀 #HappyBirthday #BirthdayGreetings #EmployeeBirthday #BirthdayCelebration #BirthdayEvent #BirthdayParty #SaeculumSolution #SaeculumSolutions #ITCompany #Ahmedabad
Saeculum Solutions Pvt Ltd’s Post
More Relevant Posts
-
📅 Day 44 of the #DrGViswanathan 100 Days of Coding Challenge! 🚀 🎯Today, I explored an interesting problem: finding the maximum nesting depth of parentheses in a string. The problem challenges you to determine how deeply nested a valid parentheses string is. 💡 Shriram R, Vellore Institute of Technology #DrGVishwanathanChallenge!#Python#DSA #CodingJourney #LearningEveryday #100DaysOfCodeChallenge #VITBhopal #VITBhopalLion #IbelieveIcanfly
To view or add a comment, sign in
-
🚀 Today marks Day-41 of #DrGViswanathan #100DaysOfCodingChallenge ⭐ Solved the problem 469A - I Wanna Be the Guy on CodeForces. Problem Statement: In a game, there are n levels numbered from 1 to n. There are two players who have each passed some of these levels. Given the levels each player has completed, determine if, by combining their progress, they have collectively passed all n levels. If they have, print "I become the guy." Otherwise, print "Oh, my keyboard!" Approach: 1. Read Levels Passed by Each Player 2. Combine Levels 3. Check for Completeness ⭐ A big thanks to Vellore Institute of Technology and Shriram R sir for their valuable guidance. 🚀 In this series, we will be coding on a daily basis until we reach the 100th day. Thanks for tuning in! 🚀 #DrGViswanathan #100DaysofCode #VITBhopalLions #VITBhopal #Consistency #Efficiency #CleanCode #ProblemSolving #CriticalThinking #Day41
To view or add a comment, sign in
-
🌟 Day 50/100 of #100DaysOfCode 🌟 #DrGViswanathanChallenge Halfway through the challenge, and it has been an incredible journey so far! 🚀 Today's focus was on solving the Minimum Indexed Character problem: Given a string str and another string patt, I implemented a function to find the minimum index of a character in str that is also present in patt. Leveraged efficient data structures like hash sets to achieve optimal time complexity. Applied problem-solving strategies to ensure the solution could handle edge cases and large inputs. ✨ Takeaways from the first half: 1. Consistency is key — no matter how small, progress adds up over time. 2 . Breaking complex tasks into smaller steps makes challenges less daunting. 3. The coding community is super supportive, and sharing your journey helps keep the momentum going. Excited for the next 50 days! 🎯 #100daysofcodechallenge #DrGViswanathan #VITBhopal #VITBhopalLion #DrGViswanathanChallenge #drgvishwanathanchallenge #vitbhopal Vellore Institute of Technology (VIT)
To view or add a comment, sign in
-
Day 1 - 12:00 pm, Jaipur The keyboards are clicking, and the focus is laser-sharp! Participants have officially entered the coding phase. #Formidium #Hackathon #CodingTime #InnovationInAction #ProblemSolving
To view or add a comment, sign in
-
➡️Day 24/100 #DrGViswanathanChallenge #100daysofcode Challenge Journey! 🚀 Problem statement : You are given an array arr of size n - 1 that contains distinct integers in the range from 1 to n (inclusive). This array represents a permutation of the integers from 1 to n with one element missing. Your task is to identify and return the missing element. Expected Time Complexity: O(n). Expected Auxiliary Space: O(1). Constraints: 1 ≤ arr.size() ≤ 106 1 ≤ arr[i] ≤ n #100daysofcodechallenge #DrGViswanathan #VITBhopal #VITBhopalLion #DrGViswanathanChallenge #drgvishwanathanchallenge Vellore Institute of Technology
To view or add a comment, sign in
-
Day 65 of #100daysofcode 🖥 challenge. Problem- Product of Array except self Level: Medium ShriramR #drgvishwanathanchallenge #DrGViswanathan #100daysoflearning #DrGViswanathan #vitbhopal #vitbhopallions #100daysofcode #DrGviswanathan #100daysofcode
To view or add a comment, sign in
-
➡️Day 13/100 #DrGViswanathanChallenge #100daysofcode Challenge Journey! 🚀 Problem statement : Given an integer N, find the sum of odd numbers and even numbers from 1 to N. Expected Time Complexity: O(1) Expected Space Complexity: O(1) Constraints: 1 <= N <= 104 #100daysofcodechallenge #DrGViswanathan #VITBhopal #VITBhopalLion #DrGViswanathanChallenge #drgvishwanathanchallenge Vellore Institute of Technology
To view or add a comment, sign in
-
Day 1 of the 100 Days of Code #DrGVishwanathanChallenge Today, I implemented a solution for the "Two Sum" problem. Beginning this coding journey at #VITBhopal, I am eager to continue improving my skills and making steady progress each day. #VITBhopalLion #100DaysOfCode
To view or add a comment, sign in
-
Day 55 of #100daysofcode 🖥 challenge. Problem- plus one Level: easy ShriramR #drgvishwanathanchallenge #DrGViswanathan #100daysoflearning #DrGViswanathan #vitbhopal #vitbhopallions #100daysofcode #DrGviswanathan #100daysofcode
To view or add a comment, sign in
-
I participated in 𝗘𝗣𝗜𝗖 𝗜𝗻𝘀𝘁𝗶𝘁𝘂𝘁𝗲 𝗼𝗳 𝗧𝗲𝗰𝗵𝗻𝗼𝗹𝗼𝗴𝘆 𝗥𝗼𝘂𝗻𝗱 𝗔𝘂𝗴𝘂𝘀𝘁 𝟮𝟬𝟮𝟰 (𝗗𝗶𝘃. 𝟭 + 𝗗𝗶𝘃. 𝟮) Was able to solve 3 question Approach that I used: Q1: Simply return min(n,k)*min(m,k) after running few test it was clear we need to take the lower_bound of (n,k) and (m,k) Q2: If Prefix of a == suffix of b or prefix of a == prefix of b then it is possible. otherwise alice can always counter bob to not make x != y Q3: We are moving with speed of 1units per second and circles also moving with speed of 1 units per second . if we are reaching towards target circles will expand and if circles reaches the goal first than it is not possible. otherwise it always possible to reach. #cp #codeforces #leetcode #dsa #prashant
To view or add a comment, sign in
7,006 followers
More from this author
-
The Importance of User Research in Creating Successful User Interfaces
Saeculum Solutions Pvt Ltd 6mo -
The Rise of Progressive Web Apps (PWAs) and Their Impact on Mobile Development
Saeculum Solutions Pvt Ltd 6mo -
The Future of Front-End Development: What to Expect in the Coming Years
Saeculum Solutions Pvt Ltd 6mo
Senior Executive Human Resources @ Saeculum Solutions Pvt Ltd | HR Transformation, Human Resource Development, Talent Management , Payroll Management.
2wMany Many Happy Returns of the Day !!