DSA-Java icon indicating copy to clipboard operation
DSA-Java copied to clipboard

new lesson: Recurrence Relations

Open Utkarsh1504 opened this issue 4 years ago • 5 comments

⭐ Request Type

Add in-depth documentation on the lesson Recurrence Relation.

Lesson Content

The lesson must contain at least these are the topics:

  1. Introduction to Recurrence Relation
  2. Type of it.
  3. Divide-and-Conquer Recurrence Relation
  4. Akra-Bazzi Theorem + used case + examples
  5. Linear Recurrence Relation
  6. Solving Homogenous Linear Recurrence Relation
  7. Question 👍🏻
    • Find nth Fibonacci Number using Golden ratio
    • Solve Recurrence Relation with Repeated Roots
  8. Non-Homogeneous Linear Recurrence Relation
  9. Solving Non-Homogenous Linear Recurrence Relation
  10. How to guess a Particular Solution? + techniques + examples
  11. NP-Complete Problems
  12. Conclusion

💻 Location

location of file is at: section: 7 lesson: D order: 7D filename: recurrence.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/

If your concepts are not that good follow this Space and time complexity video of @kunal-kushwaha (https://www.youtube.com/watch?v=mV3wrLBbuuE)

Utkarsh1504 avatar Oct 03 '21 06:10 Utkarsh1504

@Utkarsh1504 Please assign it to me, I will do my best to create this documentation.

PranaySanjule avatar Oct 03 '21 08:10 PranaySanjule

@Utkarsh1504 Sorry Sir, Due to some reasons I am unable to complete this issue, That's why I am unassigning myself from this issue.

PranaySanjule avatar Oct 23 '21 10:10 PranaySanjule

@PranaySanjule Don't feel sorry it is completely okay. Thank you.

Utkarsh1504 avatar Oct 23 '21 11:10 Utkarsh1504

@Utkarsh1504 Thank You Sir : )

PranaySanjule avatar Oct 23 '21 13:10 PranaySanjule

@Utkarsh1504 Hey! Is this issue still open to working? Actually I want to start my open source journey!! So could you please tell if I can work on some task in this issue or any other task in the repo? Waiting to hear from u soon! Thanks

SrijanShovit avatar Jul 12 '22 07:07 SrijanShovit