kunal-kushwaha / DSA-Bootcamp-Java

This repository consists of the code samples, assignments, and notes for the Java data structures & algorithms + interview preparation bootcamp of WeMakeDevs.
https://www.youtube.com/playlist?list=PL9gnSGHSqcnr_DxHsP7AW9ftq0AtAyYqJ
16.61k stars 10.77k forks source link

Syllabus Progress Tracker: Checkboxes without text formatting #1083

Open M-kingshuk opened 1 year ago

M-kingshuk commented 1 year ago

# Complete Java + DSA Bootcamp Syllabus

NOTE

Lectures

Advanced concepts apart from interviews

tanvi200323 commented 1 year ago

Syllabus Tracker :

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