Friday 1 March 2019

Math - Course 2

Math is a subject that everyone has learned at school so this chapter should be a bit easier for everyone to understand. This chapter will contain all the fundemental or easier knowledge. We will provide a more advanced chapter on math in the future. In this course we will provide one article per day (if possible). Also in Big Number Addition, we will also provide code and explanations for Big Number Substraction.

Start : Saturday 2nd March 2019

End (likely) : Wednesday 13th March 2019

Here are the main subjects :
  1. GCD and LCM
  2. Distances
  3. Different Integer
  4. Prime Numbers
  5. Fibonacci Numbers
  6. Venn Diagram
  7. Base
  8. Bitset
  9. Factorials
  10. Basic operators
  11. Triangles
  12. Permutations
  13. Cmath Library
  14. Big Number Addition

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