/Leetcode-Problems-Java

In this bootcamp I am learning Data Structures and alogorithm in Java from youtube.

Primary LanguageJava

Complete Java + DSA Bootcamp Syllabus

NOTE

  • All topics will contain problems from LeetCode Easy to Hard.

Syllabus

Advanced concepts apart from interviews

  • Fast IO
  • File handling
  • Bitwise + DP
  • Extended Euclidean algorithm
  • Modulo Multiplicative Inverse
  • Linear Diophantine Equations
  • Matrix Exponentiation
  • Mathematical Expectation
  • Catalan Numbers
  • Fermat’s Theorem
  • Wilson's Theorem
  • Euler's Theorem
  • Lucas Theorem
  • Chinese Remainder Theorem
  • Euler Totient
  • NP-Completeness
  • Multithreading
  • Fenwick Tree / Binary Indexed Tree
  • Square Root Decomposition