Learn programming with CodeChef
10.5K subscribers
1.48K photos
14 videos
3 files
1.85K links
This is the official telegram group of CodeChef. We'll be posting updates regarding new courses, practice paths, upcoming contests etc.

Feel free to discuss anything and everything related to programming here!

Signup on CodeChef: https://bit.ly/3DypjkF
Download Telegram
#ItsComingBack
Here's a crossword for you to keep yourselves occupied! Rack your brains, solve it, and comment down your answers. All your responses must be correct for you to be considered for the prize. We will choose 25 lucky winners out of all, and they get to win a special CodeChef T-shirt. The crossword is open till August 27th, 11:59 PM IST.
Here are the clues:
Across -
3. The best data structure to implement a priority queue
5. A keyword used to access the features of a package
6. A linear data structure that allows insertion and deletion operations from both ends
7. _ condition arises when 3 threads try to share a single object at the same time
8. Queue uses the _ principle

Down -
1. The process of inserting an element in the stack
2. _ modifier can be used for a variable so that it can be accessed by any thread or a part of a program
4. A reserved keyword in Java
CodeChef & Chandigarh University present Algomaniac: https://bit.ly/3kq3ivS, a coding contest open to all and rated only for Division 3 coders. So if you have been looking for a perfect stage to compete and test your skills, then this is it. Battle in this coding arena on September 2nd at 8 PM IST, and win prizes worth Rs 1 Lakh!
During your college years, the projects that you take upon will impact your career, skills, and placements. And that's why you need to make sure your project is one of the best. What if we told you you could get an expert opinion and help on your projects for just Rs 83 per month for a 1-year subscription: https://bit.ly/2WrMigr. Besides this, you also get access to highly researched live shows, technical interview preparation tips, and much more.
Use discount code: CODECHEF
Q. Which of the following highly uses the concept of an array?
Anonymous Quiz
46%
A. Binary Search tree
15%
B. Caching
21%
C. Spatial locality
18%
D. Scheduling of Processes
Here are two live AMA sessions for you to get your gyaan this weekend.
Yash Daga, an incoming SDE intern at Google, is our champion in this week's Weekends With Champions: https://bit.ly/3Dj6h1x. Join him at 3 PM on 28th August.
In this week's Tech Interview Secrets: https://bit.ly/2WnRIZw, Apurv Gupta, Sr. Frontend Engineer at Amazon will join us to discuss and answer all your queries. Watch him live at 3 PM on 29th August.
Q. Which of the following is not a Java features?
Anonymous Quiz
4%
A. Dynamic
23%
B.Architecture Neutral
68%
C. Use of pointers
5%
D. Object-oriented
Learn programming with CodeChef pinned «Guy's We are Live🔴, do join fast👍 https://youtu.be/pdOb5o5cNn4»
The August Lunchtime: https://bit.ly/3BfIaPC is finally here, and the best thing is it's rated for all! Battle your way up the rank list, and win amazing vouchers and prizes.
Starters 10: https://bit.ly/3zjsni6 is going to be an amazing ride as it's rated for both Division 2 & 3 coders! So make sure to participate this Sunday and increase your ratings.
This week's Weekends With Champions is finally here: https://bit.ly/3mE76w4, and our champ is Yash Daga! He will talk about how he cracked the Google SDE intern role, his strategies, and much more. Join us at 3 PM today.
Choose your mentor properly, as they will be the ones imparting knowledge to you. Prepare for your interviews under the best guidance in the industry: https://bit.ly/2URM2Xq, get your projects reviewed, build your technical skillset, and much more for just Rs 83 per month for a 1-year subscription.
Use discount code: CODECHEF
Join us for Part 1 of Coding With Champions: https://buff.ly/3mFcy1N where Nishchay Manwani will discuss how a 7-star coder solves a math problem. Tune in at 5 PM IST today.
Are you all prepared for the August Lunchtime: https://bit.ly/3zo91Zm?! Start coding at 7:30 PM today, prove your worth to all, and stand a chance to win amazing prizes and Amazon vouchers!
Q. What is the output of the below code?

#include <stdio.h> int main() { int arr[5]={10,20,30,40,50}; printf("%d", arr[5]); return 0; }
Anonymous Quiz
67%
A. Garbage value
4%
B. 10
8%
C. 50
21%
D. None of the above