Coding interview preparation
5.8K subscribers
368 photos
52 files
163 links
Download Telegram
Which one is the correct output for the given JavaScript code?
Anonymous Quiz
35%
Runtime error
23%
15
27%
20
15%
Compilation error
SQL vs noSQL vs NewSQL
👍1
Which of these coding types is used for data type characters in Java?
Anonymous Quiz
51%
ASCII
4%
ISO-LATIN-1
39%
UNICODE
6%
None of the mentioned
👍2
Linux Command Cheat Sheet
👍8
What is the built-in library function for comparing the two strings?
Anonymous Quiz
53%
strcmp()
19%
equals()
18%
str_compare()
9%
string_cmp()
Which keyword is used to define the macros in c++?
Anonymous Quiz
40%
15%
macro
7%
define
Free Competitive Programming Courses

Advanced Algorithms in Competitive Programming
🆓
Free Online Course
🎬 Video lessons
🧮 Lecture Notes
📶 Assignments
☢️ Projects
🏃‍♂️ Self paced
Teacher 👨‍🏫 : Prof. Jelani Nelson
Source: Harvard
🔗 Course materials Link
🔗 Course Videos Link

Competitive programming basics for beginners using C++
🆓
Free Online Course
Rating⭐️: 4.5 out 5
Students 👨‍🎓 :3,328
Duration : 1hr 12min of on-demand video
Teacher 👨‍🏫:
Shivam Nikam
🔗 Course Link

Your First Step into 🥇 Competitive Programming 🥇 | No DSA Prerequisite | GeeksforGeeks
🆓
Free Online Course
Rating⭐️: 4.8 out 5
🎬 Video lessons
Duration : 1hr 14min of on-demand video
🏃‍♂️ Self paced
Source: geeksforgeeks
🔗 Course Link

Competitive Programming for Dummies
🆓
Free Online Course
Rating⭐️: 4.3 out 5
Students 👨‍🎓 :2,521
Duration :32min of on-demand video
Teacher 👨‍🏫: Cyberkid Adithya
🔗 Course Link

Competitive Programming Course (Login Required)
🆓
Free Online Course
Rating⭐️: 4.1 out 5
🎬 Video lessons
Duration :2hrs of on-demand video
🏃‍♂️ Self paced
Source: Great Learning
🔗 Course Link

Lifetime Course for Competitive Programming in C++ (2022)
🆓
Free Online Course
Rating⭐️: 4.0 out 5
Students 👨‍🎓 :2,963
Duration : 1hr 54min of on-demand video
Teacher 👨‍🏫: Rohith Boppey
🔗 Course Link

NOC: Getting Started with Competitive Programming , IIT Gandhinagar
🎬 74 video lesson
11 Modules
Taught by: Prof. Neeldhara Misra, Arjun
Source: NPTEL
🔗 Course Link

From Beginner to Grandmaster - Complete Roadmap for Competitive Programming
🆓
Free Online Course
🎬 video lesson
🏃‍♂️ Self paced
Duration : More than 1 hour worth of material
Source: YouTube
🔗 Course Link


Books
Competitive Programmer's Handbook
Guide to Competitive Programming
Competitive Programming


#Competitive #Programming #Competitive_Programming

👉Join @bigdataspecialist for more👈
👍2
If the elements “A”, “B”, “C” and “D” are placed in a queue and are deleted one at a time, in what order will they be removed?
Anonymous Quiz
55%
ABCD
34%
DCBA
7%
DCAB
4%
ABDC
SQL Query Execution Order
👍1
JavaScript Array Slice()
👍5
Which of these values can a boolean variable contain?
Anonymous Quiz
60%
True & False
32%
0 & 1
4%
Any integer value
5%
True
👍3👏2
Data structure types
6👍3
💡 Tips to Crack Top Tech Companies using LeetCode 💻

Are you aiming to crack top tech companies? Here are some tips on how to effectively use the LeetCode platform to enhance your problem-solving skills and increase your chances of success:

1️⃣ Quality > Quantity

Rather than focusing on solving a large number of problems, prioritize the quality of your solutions. It's better to solve a particular Data Structures and Algorithms (DSA) sheet thoroughly and revise it until you can build up the logic on your own. Consider using resources like the Striver Sheet or Grind 75 to guide your practice.

2️⃣ Maintain an Error Sheet

Create an error sheet to keep track of the questions you've solved and the mistakes you've made while solving them. By reviewing this sheet regularly, you can identify common errors and strive to avoid repeating them. This practice will significantly improve your problem-solving skills over time.

3️⃣ Solve Top Interview Questions

When preparing for a specific company's interview, focus on solving recent LeetCode questions that are tagged with that company's name. This way, you'll be familiar with the types of problems the company typically asks and be better prepared for the interview.

4️⃣ For Beginners

If you're new to problem-solving, it's advisable to start with Easy-level problems before moving on to Medium or Hard ones. Aim to solve at least 25 problems in the Easy category before challenging yourself with more complex ones. This approach helps build a strong foundation and boosts your confidence.

5️⃣ Practice Weak Topics Regularly

Identify the topics or problem types that you find challenging or fear the most. For example, if you struggle with graph problems, make it a habit to solve at least one graph problem every day. Regular practice in your weaker areas will help you improve your skills and boost your overall performance.

6️⃣ Don't Ignore Acceptance Level

When browsing problems on LeetCode, consider sorting them by acceptance level. Prioritizing problems with a higher acceptance rate increases the likelihood of successfully solving them. This strategy allows you to build confidence by tackling problems that have been well-received by other users.

7️⃣ Don't Ignore Other Solutions

Even if your solution is correct and accepted, don't overlook the opportunity to learn from others. Explore alternative solutions to the same problem. This practice exposes you to different approaches, algorithms, and optimizations, enabling you to discover new and efficient ways of solving problems.

8️⃣ Consistency is the Key

Maintain a consistent practice schedule to make steady progress. Dedicate a block of time, such as 2-3 hours each day, to solve LeetCode problems. Additionally, set aside a specific day, like Saturdays, for weekly revisions. Consistency and regular practice will sharpen your problem-solving skills and increase your chances of cracking top tech company interviews.

Good luck with your LeetCode journey! 🚀




👉Join @coding_interview_preparation for more👈
👍53
What is the correct syntax of accessing a static member of a class in C++?
Anonymous Quiz
27%
A->value
5%
A^value
41%
A.value
27%
A::value
Learn Python
7👍2