All Updates :
- The 1.0 version of the blog is released. Contains : Graph and Maths and DP subjects.
- A book is starting to be written about CP (competitive programming) for beginners by me. For now it is at 13 pages.
- I have created a Youtube channel : https://www.youtube.com/channel/UCQ9M5Penwt5sCRb0tOMBY3w
For now, the videos doesn't have any sound, I am adding some music for some of them.
It would be great if you could subscribe : )
- The book will contain some parts of the blog. It is currently at 14 pages, 454 paragraphs and 4489 words. I try to improve, write, delete, insert stuff in my free time.
- Codechef profile : tomsyd (almost 5*)
Subscribe to:
Posts (Atom)
std::next_permutation(arr.begin(),arr.end());
What is next_permutation(a.begin(),a.end()) ? Next permutation is like what its name says, finds the next permutation of a and assigns ...
-
Usage of __int128_t: supports really big intermediate numbers, from -2^128 + 1 to 2^128 - 1 it has 128 bits Usage of __float128 : ...
-
This is one of the not interactive question. (2 out of 4 questions are interactive questions). You can try it ! InfO(1) CUP 2019 Third ...
-
There are many different distances but today we will be talking about Manhattan distance and Euclidean distance. Mahattan distance is based ...
No comments:
Post a Comment