Utkarsh1504 / DSA-Java

This repository contains all the concepts related to data structures and algorithms to get started. It also consists of a lot of problem-solving techniques that will help you in solving the questions of the coding rounds.
https://utkarsh1504.github.io/DSA-Java/
Apache License 2.0
154 stars 95 forks source link

new lesson: Number Theory Part-B #79

Open Utkarsh1504 opened 3 years ago

Utkarsh1504 commented 3 years ago

⭐ Request Type

Add in-depth documentation for the lesson Number Theory Part-B. you can start your contribution from this file

Lesson Content

The lesson must contain at least these are the topics:

  1. Modulo Properties
  2. Die-Hard examples
  3. HCF/GCD
  4. Euclidean algorithms
  5. Euler's totient
  6. LCM
  7. segmented sieve

💻 Location

location of the file is at: section: 10 lesson: D order: 10D filename: num-two.md

❌ Additional Info

You can take the help of other markdown files in the /lesson directory so that you get the idea of in which fashion you should write.

If you don't know how to do markdown, don't worry it is quite easy, just follow this docs-https://guides.github.com/features/mastering-markdown/

namangirdhar16 commented 3 years ago

@Utkarsh1504 can i work on this?

Utkarsh1504 commented 3 years ago

yes you can.