Updates

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*)

No comments:

Post a Comment

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 ...