Happy Birthday Code Ninja Vishal Kumar Singh!! Wishing you joy, love, and everything wonderful on your special day!🎂💻✨ #HappyBirthday #BirthdayWishes #BirthdayVibes #GetDigital #DigitalMarketing #WebsiteDevelopment #WebDeveloper
Get Digital’s Post
More Relevant Posts
-
🚀 Day 47 of 50 Days Codeforces Challenge 🚀 Today’s Problem "B. Gifts Fixing" Problem Points 1. There are n gifts, each containing a[i] candies and b[i] oranges. 2. The task is to make all gifts equal regarding candies and oranges by performing a minimal number of moves. --> Eating 1 candy (decrease a[i] by 1). --> Eating 1 orange (decrease b[i] by 1). --> Eating 1 candy and 1 orange simultaneously (decrease both a[i] and b[i] by 1). Solution Approach 1. Read n (number of gifts). 2. Read arrays a (candies) and b (oranges). 3. Compute mna=min(a) and mnb=min(b). 4. Iterate through each gift and compute the moves required using the formula above. #Codeforces #Day47 #GiftsFixing #50DaysOfCodeforces #CodingChallenge #CompetitiveProgramming
To view or add a comment, sign in
-
Greeting connections, Day 171 of #365daysofcode challenge. Problem Solved: Time Needed to Buy Tickets 🚀 💻 Question link : https://lnkd.in/dTuXHTa8 #DrGViswanathan #vitbhopal #vitbhopallions #leetcode #365daysofcode
To view or add a comment, sign in
-
Such a good and informative video by Hitesh Choudhary sir. Thankyou so much sir for giving us content which actually helps us in thinking with a broader perspective when it comes to software development. Must Watch: https://lnkd.in/gDcndpYQ #softwaredevelopment
To view or add a comment, sign in
-
"🐘💻 This Ganesha Chaturthi, may Lord Ganesha bless your code with 0 bugs, infinite loops of success, and lightning-fast deployments! 🚀 Let's debug all our challenges and compile happiness, one modak at a time. Wishing you a bug-free, feature-rich Ganesha Chaturthi! 🧑💻🎉" . . . . #GaneshChaturthi #CodeWithGanesha #BugFreeBlessings #TechWithTradition #DevOpsAndDivinity #InnovationAndInspiration #FeatureRichFuture #DebugYourLife"
To view or add a comment, sign in
-
"We're infra people and it's easy to forget why we're building it. It's so cool to build it...this cluster it's so beautiful! 🤣 What is it for? I don't know yet, but it awesome" Solomon Hykes with Kelsey Hightower at #Kubernetes bash. We also need to solve problems for users and our customers 😉 I really enjoyed that part of the programme and fireside chat moderated by Kelsey. More: https://lnkd.in/eJfSTVqh #KuberTENes #CloudNative
KuberTENes Birthday Bash
https://www.youtube.com/
To view or add a comment, sign in
-
I am excited to share that I have completed #Day184 of #365daysofcodescaler challenge with the Scaler Community. Today, I solved the question - Request X Chocolates GitHub Code - https://lnkd.in/guHiWA8K #365daysofcodescaler #365daysofcode #scalerdiscord #codewithscaler
To view or add a comment, sign in
-
I am excited to share that I have completed #Day57 of #365daysofcodescaler challenge with the Scaler Community. Today, I solved the question - Magician and Chocolates GitHub Code - https://lnkd.in/gvn-9cmX #365daysofcodescaler #365daysofcode #scalerdiscord #codewithscaler
To view or add a comment, sign in
-
Day-18 Done Rohit Negi bhaiya •Today, I learned about functions and their implementation. A function is a code segment that you write outside of the main program flow. If you need to execute a specific set of instructions repeatedly in your program, you would otherwise have to duplicate that logic multiple times in your code. To avoid repetition, functions are used. They allow you to define a particular piece of logic once and call it as needed. •Functions have a role in enhancing code readability and structure. They consist of a function definition, which includes its name, parameters, return type, and the actual code to be executed. Functions may have a return type, indicating whether they return a value (e.g., int, char, bool) or nothing (void). For instance, if you create a function like "Sum," which calculates the sum of values, and you expect it to return an integer result, the return type would be "int." •Pass by value involves passing a copy of the parameter's value, so changes inside the function don't affect the original. •Pass by reference sends the memory address of the parameter, allowing modifications inside the function to directly impact the original value I have solved few question. This is all about day-18 hashtag #180Daysofcodechallenge
To view or add a comment, sign in
-
Greeting connections, Day 158 of #365daysofcode challenge. Problem Solved: First Missing Positive 🚀 💻 Question link : https://lnkd.in/dEb2pJdF #DrGViswanathan #vitbhopal #vitbhopallions #leetcode #365daysofcode
To view or add a comment, sign in
-
Greeting connections, Day 131 of #365daysofcode challenge. Problem Solved: Even Odd Tree 🚀 💻 Question link : https://lnkd.in/gXxkgkpz #DrGViswanathan #vitbhopal #vitbhopallions #leetcode #365daysofcode
To view or add a comment, sign in
1,264 followers