๐—–๐—ฆ ๐—”๐—น๐—ด๐—ผ ๐Ÿ’ป ๐ŸŒ ใ€Ž๐—–๐—ผ๐—บ๐—ฝ๐—ฒ๐˜๐—ถ๐˜๐—ถ๐˜ƒ๐—ฒ ๐—ฃ๐—ฟ๐—ผ๐—ด๐—ฟ๐—ฎ๐—บ๐—บ๐—ถ๐—ป๐—ดใ€
9.63K subscribers
5.61K photos
3 videos
95 files
10.6K links
๐ŸšฉMain Group - @SuperExams
๐Ÿ“Job Updates - @FresherEarth

๐Ÿ”ฐAuthentic Coding Solutions(with Outputs)
โš ๏ธDaily Job Updates
โš ๏ธHackathon Updates & Solutions

Buy ads: https://telega.io/c/cs_algo
Download Telegram
๐Ÿ””Volvo Off Campus Drive 2022 : Hiring for Freshers Engineers With 10 LPA

Job Role Engineers
Qualification B.E/B.Tech/M.E/M.Tech
Batch 2020/2021/2022
Experience Freshers
CTC 7.5 LPA-10 LPA

https://fresherearth.blogspot.com/2022/04/Volvo-Off-Campus-Drive-2022-Hiring-for-Freshers-Engineers-With-10-LPA.html

โœ… Share with your friends
๐Ÿ˜ฑ1
๐Ÿ”” KPIT Technologies Off Campus Drive 2022 : Hiring for Freshers With 6 LPA

* Job Role : Trainee Engineer
* Qualification : B.E/B.Tech
* Experience : Freshers
* Salary : Rs 4-6 LPA

https://fresherearth.blogspot.com/2022/04/KPIT-Technologies-Off-Campus-Drive-2022-Hiring-for-Freshers-With-6-LPA.html

โœ… Share with your friends
๐Ÿ‘1
๐Ÿ”” Capgemini Exceller Off Campus Recruitment 2022 | Freshers | BE/B.Tech | M.Tech | MCA

* Education : B.E/B.Tech/M.E/M.Tech/MCA
* Branch : All Branches
* Batch : 2019, 2020, 2021
* CTC : 3 LPA To 4 LPA

https://fresherearth.blogspot.com/2022/04/Capgemini-Exceller-Off-Campus-Recruitment-2022-Freshers-BEB.Tech-M.Tech-MCA-Across-India.html

โœ… Share with your friends
Coin Change

Given a value N, find the number of ways to make change for N cents, if we have infinite supply of each of S = { S1, S2, .. , SM } valued coins.


Example 1:

Input:
n = 4 , m = 3
S[] = {1,2,3}
Output: 4
Explanation: Four Possible ways are:
{1,1,1,1},{1,1,2},{2,2},{1,3}.
Example 2:

Input:
n = 10 , m = 4
S[] ={2,5,3,6}
Output: 5
Explanation: Five Possible ways are:
{2,2,2,2,2}, {2,2,3,3}, {2,2,6}, {2,3,5}
and {5,5}.

Today question
Try to solve this question guys
It's very very important questions

These companies are asked in interview guys

Accolite Amazon Microsoft Morgan Stanley OYO Rooms Paytm Samsung Snapdeal Flipkart
๐Ÿ‘1