Competitive programming questions
رفتن به کانال در Telegram
Solving competitive Programming Questions one day at a time. Group link: https://t.me/competitive_programming_question Please forward it to your friends
نمایش بیشترکشور مشخص نشده استدسته بندی مشخص نشده است
6 861
مشترکین
اطلاعاتی وجود ندارد24 ساعت
اطلاعاتی وجود ندارد7 روز
اطلاعاتی وجود ندارد30 روز
آرشیو پست ها
Chapter 10:
Today we shall learn how to choose between SQL and No-SQL while designing a system.
Goto below link for more details:
http://bit.ly/system_design_sql_vs_no-sql
Please fill below survey for online competitive programming classes.
https://goo.gl/forms/6g61Iywnw2ld9SjZ2
Chapter 9:
Today we shall learn about CAP Theorem concept in system design.
Goto below link for more details:
http://bit.ly/system_design_CAP_theorem
Please fill below survey for online competitive programming classes.
https://goo.gl/forms/6g61Iywnw2ld9SjZ2
Chapter 8:
Today we shall learn about REST API concept in system design.
Goto below link for more details:
https://www.prodevelopertutorial.com/system-design-topic-7-rest-api/
As many of you have requested to create online live classes, I am considering to do the same. I have created below survey to better understand what the classes should be about. Please take 5 min of your time to fill the survey. It would help me to create a better course content.
https://goo.gl/forms/6g61Iywnw2ld9SjZ2
Chapter 7:
Today we shall learn about LRU cache concept in system design.
Goto below link for more details:
http://bit.ly/system_design_LRU_Cache
As many of you have requested to create online live classes, I am considering to do the same. I have created below survey to better understand what the classes should be about. Please take 5 min of your time to fill the survey. It would help me to create a better course content.
https://goo.gl/forms/6g61Iywnw2ld9SjZ2
As many of you have requested to create online live classes, I am considering to do the same. I have created below survey to better understand what the classes should be about. Please take 5 min of your time to fill the survey. It would help me to create a better course content.
https://goo.gl/forms/6g61Iywnw2ld9SjZ2
Chapter 6:
Today we shall learn about message queues in system design.
Goto below link for more details:
http://bit.ly/system_design_message_queue
Like our FB Page:
http://bit.ly/fb_page_pdt
Join our FB Group to discuss about the solution:
http://bit.ly/fb_group_pdt
Machine Learning Channel: http://t.me/ML_data_science_python
Chapter 5:
Today we shall learn about load balancing in system design.
Goto below link for more details:
http://bit.ly/system_design_load_balancing
Like our FB Page:
http://bit.ly/fb_page_pdt
Join our FB Group to discuss about the solution:
http://bit.ly/fb_group_pdt
Machine Learning Channel: http://t.me/ML_data_science_python
Chapter 4:
Today we shall learn about consistent hashing in system design.
Goto below link for more details:
http://bit.ly/system_design_consistant_hashing
Like our FB Page:
http://bit.ly/fb_page_pdt
Join our FB Group to discuss about the solution:
http://bit.ly/fb_group_pdt
Machine Learning Channel: http://t.me/ML_data_science_python
Chapter 3:
Today we shall learn about data sharding in system design.
Goto below link for more details:
https://www.prodevelopertutorial.com/system-design-topic-2-data-sharding/
Like our FB Page:
http://bit.ly/fb_page_pdt
Join our FB Group to discuss about the solution:
http://bit.ly/fb_group_pdt
Today's Chapter Number 2: what are microservices architecture?
http://bit.ly/system_design_microservices
Difficulty: Medium
Like our FB Page:
http://bit.ly/fb_page_pdt
Join our FB Group to discuss about the solution:
http://bit.ly/fb_group_pdt
Machine Learning Channel: http://t.me/ML_data_science_python
For the next 1 week we shall focus on system design topics. System design topics are asked in interviews to know if you are able to design a highly scalable system.
Chapter 1: System design introduction.
http://bit.ly/system_design_introduction
Difficulty: Medium
Like our FB Page:
http://bit.ly/fb_page_pdt
Join our FB Group to discuss about the solution:
http://bit.ly/fb_group_pdt
Machine Learning Channel: http://t.me/ML_data_science_python
Solution for day 98 question:
Given 2 numbers check if one number is complement of another and also check if those two numbers are same using bitwise operators.
Update your answers below:
http://bit.ly/q_98
Like our FB Page:
http://bit.ly/fb_page_pdt
Join our FB Group to discuss about the solution:
http://bit.ly/fb_group_pdt
Machine Learning Channel: http://t.me/ML_data_science_python
Day 98 Question:
Given 2 numbers check if one number is complement of another and also check if those two numbers are same using bitwise operators.
Update your answers below:
http://bit.ly/q_98
Difficulty: Medium
Solution for day 97 Question:
Check if the number has bits in alternate pattern and also check if the same number has equal number of set and unset bits using bitwise operators.
Update with your answers below:
http://bit.ly/q_97
Difficulty: Medium
Like our FB Page:
http://bit.ly/fb_page_pdt
Join our FB Group to discuss about the solution:
http://bit.ly/fb_group_pdt
Machine Learning Channel: http://t.me/ML_data_science_python
Day 97 Question:
Check if the number has bits in alternate pattern and also check if the same number has equal number of set and unset bits using bitwise operators.
Update with your answers below:
http://bit.ly/q_97
Difficulty: Medium
Like our FB Page:
http://bit.ly/fb_page_pdt
Join our FB Group to discuss about the solution:
http://bit.ly/fb_group_pdt
Machine Learning Channel: http://t.me/ML_data_science_python
Solution for day 96 Question:
Calculate the square of a number and also check if that number is even or odd using bitwise operator.
Solution and update your answers below:
http://bit.ly/q_96
Like our FB Page:
http://bit.ly/fb_page_pdt
Join our FB Group to discuss about the solution:
http://bit.ly/fb_group_pdt
Day 96 Question:
Calculate the square of a number and also check if that number is even or odd using bitwise operator.http://bit.ly/q_96
Update your answers below.
http://bit.ly/q_96
Please share the qroup links with your friends.
Like our FB Page:
http://bit.ly/fb_page_pdt
Join our FB Group to discuss about the solution:
http://bit.ly/fb_group_pdt
Difficulty: Medium
Solution for day 86 question:
Given a linked list, sort the list using insertion sort.
http://bit.ly/q_86
Like our FB Page:
http://bit.ly/fb_page_pdt
Join our FB Group to discuss about the solution:
http://bit.ly/fb_group_pdt
Solution for day 95 Question:
Add and subtract 2 numbers using bitwise operators. C++ Solution
Solution and update your answers below:
http://bit.ly/q_95
Like our FB Page:
http://bit.ly/fb_page_pdt
Join our FB Group to discuss about the solution:
http://bit.ly/fb_group_pdt
Day 95 Question:
Add and subtract 2 numbers using bitwise operators. C++ Solution
http://bit.ly/q_95
Difficulty: Easy
Like our FB Page:
http://bit.ly/fb_page_pdt
Join our FB Group to discuss about the solution:
http://bit.ly/fb_group_pdt
