arrow_back अभ्यास
Phase 1 • Week 02

DSA concept basics, CS50P finishes + Corey Schafer OOP, OOPs core principles

verified_user

Weekly Production Deliverable

Target Output
Deliverable: CS50P complete, all problem sets solved and pushed to GitHub. You can explain inheritance/polymorphism in both Java and Python terms.
Weeks: W01 W02 Active W03 W04 W05

Monday

0 / 2 done
DSA Java Collections (ArrayList, HashMap, etc.)
1.5h
AI/ML CS50P Weeks 6 & 7
Regular Expressions + OOP Part 1 (classes, objects) + Problem Sets 6 & 7
2.5h

Tuesday

0 / 2 done
DSA Basic Maths
count digits, count odd digits, reverse a number, palindrome number
1.5h
CORE Encapsulation & Access Modifiers
Data hiding, getters/setters, public/private/protected/default access levels + practice & TUF+ Quizzes
2.5h

Wednesday

0 / 2 done
DSA Basic Maths
largest digit, factorial, Armstrong number, perfect number
1.5h
AI/ML CS50P Week 8 + Corey Schafer OOP Deep Dive
CS50P PSet 8 + Corey Schafer ("Python OOP Tutorials," YouTube): "Classes and Instances", "Class Variables", "Inheritance", and "Dunder/Magic Methods"
2.5h

Thursday

0 / 2 done
DSA Basic Maths
prime number check, count primes till N, GCD, LCM, divisors
1.5h
CORE Inheritance & Polymorphism
extends, super, method overriding vs overloading, dynamic method dispatch + practice writing hierarchical class systems + TUF+ Quizzes & full OOPs revision
2.5h

Friday

0 / 2 done
DSA Basic Arrays
sum of array, count odd numbers, check sorted-I, reverse array
1.5h
AI/ML Corey Schafer Decorators & CS50P Finish
@property and Custom Decorators + CS50P Week 9 (Et Cetera + final Problem Set) + push Week 2's code to GitHub with a README — CS50P is now fully done
2.5h
Weekend High-Load Execution • 8.0h Daily Deep Focus Lab

Saturday

0 / 3 done
DSA Basic Hashing
highest occurring element, second highest occurring, sum of highest+lowest frequency
1.5h
AI/ML Python OOP Deep-Dive Lab (4.0h)
Implement a complete banking system simulator in Python with encapsulation, inheritance, custom exception classes, and magic/dunder methods (__repr__, __eq__, __len__).
4.0h
APT Quant M2 LCM & HCF
Theory, Basic Set + Advance Problem Set + timed practice
2.5h

Sunday

0 / 3 done
DSA Basic Strings (all 8: reverse string-II, palindrome check, largest odd number, longest common prefix, isomorphic string, rotate string, valid anagram, sort by frequency)
1.5h
AI/ML Decorator & File I/O Project (4.0h)
Build a decorator-based logging and execution-timer framework; complete CS50P final problem set; full Git commit review and README polishing.
4.0h
APT Verbal & Mixed Practice
Verbal: Error Detection and Correction (Basic & Advance) + Mixed Quant M1–M2 revision test
2.5h
edit_note

Week 02 Technical Notes & Journal

#LeetCode #Java #DSA #Week02