462 subscribers
16 photos
207 links
Download Telegram
In The name of ALLAH
Assalamualaikum!
Alhamdulillah! Class - 24 of CPS Level - 1 is Done!

Discussed topics :
1) Harmonic Series / Sum of Divisors / Sum of Number of Divisors

2) Sum of Divisors (Atcoder)
Link : https://atcoder.jp/contests/abc172/tasks/abc172_d
My Code : https://paste.ubuntu.com/p/V4Dmhd8GdQ/

Class Tasks :

All the problems discussed in class are class tasks.


Facebook Page : https://www.facebook.com/bd.cpsacademy
Facebook group : https://www.facebook.com/groups/886866528461188
YouTube Channel : https://www.youtube.com/cpsacademy
Telegram group : https://t.me/joinchat/KJp0sRBa9hAXFE7Wt7ArIg
Telegram Channel : https://t.me/CompetitveProgramminWithShahriar

My Profiles :

Facebook ID : https://www.facebook.com/shahriar76
Codeforces Handle : http://codeforces.com/profile/_Muhammad
Stopstalk profile : https://www.stopstalk.com/user/profile/Muhammad
Assalamualikum!

In Sha ALLAH Online class - 25 of CPS Level-1 will be held on 10/10/2020 at 07:30 PM.
Assalamualikum!

In Sha ALLAH Online class - 25 of CPS Level-1 will be held on 12/10/2020 at 07:30 PM.
I have a class test tonight. So I have to cancel todays class.
Assalamualikum!
I really apologies to everyone who are eagerly waiting for our level-3 course. Currently I have to work in my thesis project and I also have to attend my university classes and class tests. So I can't handle both level-1 and level-3 parallelly. So I will start my level-3 course after completing my level-1. And it will take 1-2 mouth at least. So I really apologies for it.

In this time those who has lacking's in basic dynamic programming and basic graph you can complete our level-2 course. It will prepare you for level-3 perfectly.

And those who are doing our level-1, please complete our level-2 side by side so that you can attend our level-3 course directly.

Thank you.

Shahriar
Founder, CPS Academy.
Assalamualikum!

In Sha ALLAH Online class - 25 of CPS Level-1 will be held on 13/10/2020 at 07:30 PM.
Assalamualikum!

In Sha ALLAH Online class - 26 of CPS Level-1 will be held on 15/10/2020 at 07:30 PM.
In The name of ALLAH
Assalamualaikum!
Alhamdulillah! Class - 26 of CPS Level - 1 is Done!

Discussed topics :
1) Sieve of Eratosthenes(Bitwise Template)

2) TDPRIMES - Printing some primes (Spoj)
Link : https://www.spoj.com/problems/TDPRIMES/
My Code : https://paste.ubuntu.com/p/Qj2vP73NF7/

3) HS08PAUL - A conjecture of Paul Erdős (Spoj)
Link : https://www.spoj.com/problems/HS08PAUL/
My Code : https://paste.ubuntu.com/p/zw2tTxzwJT/

4) Sherlock and his girlfriend (Codeforces)
Link : http://codeforces.com/contest/776/problem/B
My Code : http://codeforces.com/contest/776/submission/95598228

5) Normal sieve template :
https://pastebin.com/nVjdFvi6

6) Using bitset :
https://pastebin.com/WfbtGLM9

7) Bitwise sieve :
https://pastebin.com/07cb1QNs

Bitset tutorial :
https://www.geeksforgeeks.org/c-bitset-and-its-application/

References:
https://en.wikipedia.org/wiki/Prime-counting_function#Inequalities

Class Tasks :

All the problems discussed in class are class tasks.


Facebook Page : https://www.facebook.com/bd.cpsacademy
Facebook group : https://www.facebook.com/groups/886866528461188
YouTube Channel : https://www.youtube.com/cpsacademy
Telegram group : https://t.me/joinchat/KJp0sRBa9hAXFE7Wt7ArIg
Telegram Channel : https://t.me/CompetitveProgramminWithShahriar

My Profiles :

Facebook ID : https://www.facebook.com/shahriar76
Codeforces Handle : http://codeforces.com/profile/_Muhammad
Stopstalk profile : https://www.stopstalk.com/user/profile/Muhammad
Assalamualikum!
আমাদের এই মুহুর্তে ২ টি কোর্স এভেইলেভেল আছে ।
যে দুটি কোর্স এই মুহুর্তে এভেইলেভেল আছে সেগুলো হচ্ছে
১) Level 1 ( STL, binary search, PBDS, Number theory )
2) Level 2 ( Basic graph & DP )

আমাদের Level 1 কোর্সে,
1) STL (যেটা সম্পুর্ন ফ্রি যেটা এখানে পেয়ে যাবেন : https://www.youtube.com/playlist?list=PLoa_roVVsxA0D1Kv_T7rbGHtSdYIUo4f5 ) ( 14 Classes)
2) Binary Search ( 6 Classes)
3) Policy Based Data Structure (3 Classes) and
4) Number Theory (Still Running and 12-15 Classes) রয়েছে ।

In only basic data structure part ( STL, BS, PBDS ) we have discussed 60+ problems from different Online judges. Number theory is running.

Level-1 কোর্স ফি ১৫০০ টাকা

আমাদের Level 2 কোর্সে,
1) Graph Theory ( BFS / DFS / BFS Path Print / Bipartite Graph Check)
2) Dynamic Programming (0/1 Knapsack (with several variations) / Coin Change / Dp Solution Print) আছে ।

Total Class 12 + 1 Test Class = 13,
Discussed problems : 25+
Duration : 20+ hour
কোর্স ফি : ৫০০ টাকা

For any course please send message in our page.

Thank you.

Shahriar
Founder, CPS Academy.
Assalamualikum!

In Sha ALLAH Online class - 27 of CPS Level-1 will be held on 18/10/2020 at 07:30 PM.
In The name of ALLAH
Assalamualaikum!
Alhamdulillah! Class - 27 of CPS Level - 1 is Done!

Discussed topics :
1) Prime Factorization

2) Prime Factors (UVA)
Link : https://vjudge.net/problem/UVA-583
My Code : https://paste.ubuntu.com/p/4DPRy4BDMR/

3) Largest Prime Divisor (UVA)
Link : https://vjudge.net/problem/UVA-11466
My Code : https://paste.ubuntu.com/p/7vgRq6Fkvv/

References:
https://forthright48.com/prime-factorization-of-integer

Class Tasks :

All the problems discussed in class are class tasks.


Facebook Page : https://www.facebook.com/bd.cpsacademy
Facebook group : https://www.facebook.com/groups/886866528461188
YouTube Channel : https://www.youtube.com/cpsacademy
Telegram group : https://t.me/joinchat/KJp0sRBa9hAXFE7Wt7ArIg
Telegram Channel : https://t.me/CompetitveProgramminWithShahriar

My Profiles :

Facebook ID : https://www.facebook.com/shahriar76
Codeforces Handle : http://codeforces.com/profile/_Muhammad
Stopstalk profile : https://www.stopstalk.com/user/profile/Muhammad
Assalamualikum!

In Sha ALLAH Online class - 28 of CPS Level-1 will be held on 21/10/2020 at 07:30 PM.
Assalamualikum!

In Sha ALLAH Online class - 29 of CPS Level-1 will be held on 25/10/2020 at 07:30 PM.
In The name of ALLAH
Assalamualaikum!
Alhamdulillah! Class - 29 of CPS Level - 1 is Done!

Discussed topics :
1) Number of divisors (NOD) ,Number of Divisors using harmonic mean

2) Number of Divisors (Spoj)
Link : https://www.hackerearth.com/problem/algorithm/number-of-divisors-5/
My Code : https://paste.ubuntu.com/p/shbXHnhdK8/

3) False Ordering (Light Oj)
Link : http://lightoj.com/volume_showproblem.php?problem=1109
Using harmonic mean and NOD: https://paste.ubuntu.com/p/x5MYPhT6Tq/
Using harmonic mean : https://paste.ubuntu.com/p/jbdvS45Ztz/

Class Tasks :

All the problems discussed in class are class tasks.


Facebook Page : https://www.facebook.com/bd.cpsacademy
Facebook group : https://www.facebook.com/groups/886866528461188
YouTube Channel : https://www.youtube.com/cpsacademy
Telegram group : https://t.me/joinchat/KJp0sRBa9hAXFE7Wt7ArIg
Telegram Channel : https://t.me/CompetitveProgramminWithShahriar

My Profiles :

Facebook ID : https://www.facebook.com/shahriar76
Codeforces Handle : http://codeforces.com/profile/_Muhammad
Stopstalk profile : https://www.stopstalk.com/user/profile/Muhammad
Assalamualikum!

In Sha ALLAH Online class - 30 of CPS Level-1 will be held on 29/10/2020 at 07:30 PM.
Assalamualikum!
Hey! This is Muhammad Shahriar Founder of CPS Academy. Now I am here with another academy and some powerful free and paid courses on web development. WDS Academy ( Web development with Shahriar ). Soon InShaALLAH I will start creating videos on React js where I will build some crazy builds like Amazon clone, Facebook clone, Netflix clone etc. from scratch and for absolute beginners and fully Free. In those builds InShaALLAH you will learn :
1) React js
2) React Context Api ( Similar as Redux and pre-requisite of learning Redux )
3) Material ui for Icon and avatar
4) Firebase email authentication
5) Google authentications
6) Clean UI/UX
7) Animation using transition
8) And much more
Don't worry if you are not good at HTML, CSS, JavaScript. I will teach every thing from scratch and detailed while creating those builds.
InShaALLAH will also start some low cost but highly valuable course on Redux, MERN Stack ( Mongo db, Express, React, Node js ). And yes I will also teach them by creating unique and fully functional full stack builds like amazon clone, Facebook clone, Discord clone etc.
But I am still learning so all this will take some months. So till then I will show off my builds in WDS Academy page so that you will get to know what we will going to build in my free and paid videos.
Keep in touch Like this page, subscribe our YouTube channel ( videos will be published there InShaALLAH ) and join our Facebook, messenger and telegram groups.
Note : Please don't spam there. Other wise I will block you.
My Motivation and learning resource ( Clever Programmer ) : https://www.youtube.com/channel/UCqrILQNl5Ed9Dz6CGMyvMTQ
Facebook Page : https://www.facebook.com/wdsacademy/
YouTube channel : https://www.youtube.com/channel/UC9KF5l6e-s0fVTUqv6DifqQ
Facebook Group : https://www.facebook.com/groups/wdsacademy.discussion.group/
Messenger Group : https://www.facebook.com/messages/t/3653031121414868
Telegram group : https://t.me/joinchat/KJp0sRQ9wEZURJeKuprh6w
Telegram Channel : https://t.me/wdsacademy
Assalamualikum!

In Sha ALLAH Online class - 30 of CPS Level-1 will be held on 5/11/2020 at 07:30 PM.
Assalamualikum!

In Sha ALLAH Online class - 31 of CPS Level-1 will be held on 08/11/2020 at 07:30 PM.