There are two types of vaccines available: Covaxin and Covishield.
You have X Rs and you want to buy as many vaccines as possible.
(i+1)^{th} dose of Covaxin costs A + i * B Rs for every i >= 0.
(i+1)^{th} dose of Covishield costs C + i * D Rs for every i >= 0.
You have to determine what is the maximum quantity of vaccines (both covishield and covaxin combined) can you buy.
Solve the problem: https://bit.ly/3l249D4
You have X Rs and you want to buy as many vaccines as possible.
(i+1)^{th} dose of Covaxin costs A + i * B Rs for every i >= 0.
(i+1)^{th} dose of Covishield costs C + i * D Rs for every i >= 0.
You have to determine what is the maximum quantity of vaccines (both covishield and covaxin combined) can you buy.
Solve the problem: https://bit.ly/3l249D4
In today’s episode of #AnybodyCanCode: https://buff.ly/3zSieZZ, Arnab Chakraborty, a certified expert in Python, will discuss the various features of the language.
This beginner-level series is designed to give you a full introduction to all the core concepts of Python, one of the fastest-growing languages. So tune in every day at 5 PM, and learn more.
This beginner-level series is designed to give you a full introduction to all the core concepts of Python, one of the fastest-growing languages. So tune in every day at 5 PM, and learn more.
YouTube
Features of Python | Python Tutorial for Beginners #2 | #anybodycancode | Arnab Sir | CodeChef
#anybodycancode This Beginner series in Python will give you a full introduction to all the core concepts. Python is one of the fastest-growing languages. Python is a general-purpose and high-level programming language. You can use Python for developing desktop…
Join us today for the next episode of ‘DSA for Placements’: https://bit.ly/3jMnlWa, where Mohammad Fraz will give an introduction to Graphs.
This is the final week of the series, and we’ll be covering a lot of important topics you need to know to ace the interviews, so make sure to tune in every day at 8 PM.
This is the final week of the series, and we’ll be covering a lot of important topics you need to know to ace the interviews, so make sure to tune in every day at 8 PM.
YouTube
Introduction to Graph #1 | DSA For Placements | Basics To Ace It | Ep 21 | Mohammad Fraz | CodeChef
In the DSA For Placement series, you will learn a few of the most important topics you need to know to ace the interviews. In this video, we will discuss Introduction to Graphs.
🎯Click here https://bit.ly/2Wbt6Dw to register yourself on CodeChef for the…
🎯Click here https://bit.ly/2Wbt6Dw to register yourself on CodeChef for the…
Learn programming with CodeChef pinned «Join Fast We are Live 🔴 https://youtu.be/Odsgzdopivw»
All you need is the mindset to search and listen, and you will find answers to all your questions! Improve your projects, gain technical competency, understand the importance of CP ratings, and much more, with our weekly live shows: https://bit.ly/3jPC7eD. Get access to exclusive content from industry experts for just Rs 83 per month for a one-year subscription. Use discount code: CODECHEF.
🎯The Technical Interview Question series covers all the must-know questions that you need to learn to ace your technical interviews. In this, Saptarshi Mujherjee, SDE @ Google will talk about questions that have been asked multiple times in various top-notch company interviews like Google, Amazon, Microsoft, Facebook and many others. You will find all the essential concepts required for solving the question to writing the code to understand and learn all about the frequently asked interview questions.
🔸Here You can watch the complete Technical Interview Questions series playlist, click here : https://bit.ly/3Dj9P43
🔸Here You can watch the complete Technical Interview Questions series playlist, click here : https://bit.ly/3Dj9P43
YouTube
Technical Job Interview Questions | CodeChef - YouTube
Learn programming with CodeChef pinned «🎯The Technical Interview Question series covers all the must-know questions that you need to learn to ace your technical interviews. In this, Saptarshi Mujherjee, SDE @ Google will talk about questions that have been asked multiple times in various top-notch…»
We hope to see more schools & colleges participate in SnackDown 2021. Hurry up, and register now:https://bit.ly/2WYqKrK!
You are given N distinct points in a 2-D plane, numbered 1 through N. Your goal is to make the location of all the N points equal. To achieve this, you can do some operations.
In one operation, you choose an index i(1 <= i <= N) and a real number K and change the location of the i^{th} point in one of the following ways:
- Set (X_i, Y_i) = (X_i + K, Y_i)
- Set (X_i, Y_i) = (X_i, Y_i + K)
- Set (X_i, Y_i) = (X_i + K, Y_i + K)
- Set (X_i, Y_i) = (X_i + K, Y_i - K)
Find the minimum number of operations to achieve the goal: https://bit.ly/3yS4kFW.
In one operation, you choose an index i(1 <= i <= N) and a real number K and change the location of the i^{th} point in one of the following ways:
- Set (X_i, Y_i) = (X_i + K, Y_i)
- Set (X_i, Y_i) = (X_i, Y_i + K)
- Set (X_i, Y_i) = (X_i + K, Y_i + K)
- Set (X_i, Y_i) = (X_i + K, Y_i - K)
Find the minimum number of operations to achieve the goal: https://bit.ly/3yS4kFW.
Register for SnackDown 2021: https://bit.ly/3tvjpfB
The video editorial for the 2nd problem (TEMPLEA) of the SnackDown Practice Contest for beginners is out: https://www.youtube.com/watch?v=9UKQu1V2wKM. Check out the detailed explanation of the problem by our expert educators, improve your skills and logic and master the art of Competitive Programming.
The video editorial for the 2nd problem (TEMPLEA) of the SnackDown Practice Contest for beginners is out: https://www.youtube.com/watch?v=9UKQu1V2wKM. Check out the detailed explanation of the problem by our expert educators, improve your skills and logic and master the art of Competitive Programming.
YouTube
TEMPLELA | Temple Land | CodeChef SnackDown 2021 Practice Contest- Beginners | Problem 01
👉You can find the practice problem for SnackDown 2021 here:
https://www.codechef.com/SDPCB21/problems/TEMPLELA
Improve your skills and logic and master the art of Competitive Programming with CodeChef. It's best if you can solve it yourself. But if you…
https://www.codechef.com/SDPCB21/problems/TEMPLELA
Improve your skills and logic and master the art of Competitive Programming with CodeChef. It's best if you can solve it yourself. But if you…
The first Starters of September is here: https://bit.ly/3hbKvUi! Rated only for Division 3 coders, the contest will go live on Wednesday, 15th September at 8 PM IST. So start your preparation now and give this your best shot.
Another episode of Weekends With Champions is on its way: https://bit.ly/3ha1hCV, and this time we are talking to Nishant Chitkara, two times ICPC regionalist. Join us on September 11th and get to know how he cracked the competition!
Learn programming with CodeChef pinned «https://youtu.be/sGGR3lLrVfU»
🔴You can checkout the complete DSA For Placements -Learn the Basics, course in Bilingual, Click on the playlist link - https://bit.ly/3kflAjf
Learn programming with CodeChef pinned «🔴You can checkout the complete DSA For Placements -Learn the Basics, course in Bilingual, Click on the playlist link - https://bit.ly/3kflAjf»